summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17441] Purpose:Mike McGreevy2009-08-311-19/+26
| | | | | | | | | | | | | | | | | | | | | Merge from trunk Description: Merged revisions 17228 and 17440 from trunk to 1.8 Specifically, this brings support of --enable-static-exec flag into 1.8 Tested: Manually on jam, linew, smirom, liberty, plus h5committest. Currently, there is no automatic regression test that exists due to portability issues. Behavior is both different and undefined on certain systems (and while 'nm' command seems to exist on all machines, behavior is confirmed to be different on Mac, possibly others). Solution will be to set up some sort of framework in daily tests to build statically, remove shared paths, and verify executables can function.
* [svn-r17439] Purpose:Mike McGreevy2009-08-311-10/+10
| | | | | | | | | | | | | | | | | | | | | | Updating autotools Description: Bring revisions 17345 and 17357 from trunk to 1.8, specifically: - Automake upgraded to 1.11 - Autoconf upgraded to 2.64 - bin/reconfigure script edited to use new versions (on jam), and run to generate new configure script and Makefile.in's. - configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings (in order to comply with new autoconf standard). - bin/install-sh script replaced with new version as provided by automake. Tested: - All issues on trunk were resolved, so only tested on jam and linew. Any other outliers should be caught by daily tests.
* [svn-r17437] Snapshot version 1.8 release 3 (snap8)Larry Knox2009-08-301-1/+1
|
* [svn-r17410] Snapshot version 1.8 release 3 (snap7)Larry Knox2009-08-231-1/+1
|
* [svn-r17387] I added a detection for the correctness of converting from ↵Raymond Lu2009-08-191-0/+50
| | | | | | | | | | unsigned long to float in the configure.in. The Pathscale compiler on Sandia's Linux machine misinterprets the values of unsigned long as negative during the conversion to float, when the first bit of unsigned long is on. Tested on jam. Need to test it on Sandia's machine.
* [svn-r17368] Snapshot version 1.8 release 3 (snap6)Larry Knox2009-08-161-1/+1
|
* [svn-r17339] Snapshot version 1.8 release 3 (snap5)Larry Knox2009-08-121-1/+1
|
* [svn-r17158] Snapshot version 1.8 release 3 (snap4)Larry Knox2009-07-061-1/+1
|
* [svn-r17134] Snapshot version 1.8 release 3 (snap3)Larry Knox2009-07-011-1/+1
|
* [svn-r17048] Snapshot version 1.8 release 3 (snap2)Larry Knox2009-06-141-1/+1
|
* [svn-r17020] Description:Quincey Koziol2009-06-091-2/+3
| | | | | | | | | | | Bring revision 17019 from trunk to 1.8 branch: Break out the configure check for fseeko & ftello from lseek64/fseek64/ ftruncate64, since the check for the latter routines is not a valid check for the former routines. Tested on: (h5committested on trunk)
* [svn-r17013] Snapshot version 1.8 release 3 (snap1)Larry Knox2009-06-071-1/+1
|
* [svn-r16993] Snapshot version 1.8 release 3 (snap0)Larry Knox2009-06-011-1/+1
|
* [svn-r16920] Description:Quincey Koziol2009-05-051-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge these trunk revisions which occurred during the 1.8.3 release code freeze back to the 1.8 branch: From Quincey: 16845 16847 16849 16851 16858 16869 16897 From Ray: 16859 16880 From Allen: 16863 Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.5.6 (amazon) in debug mode Mac OS X/32 10.5.6 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
* [svn-r16917] Maintenance: Changed suffix in the version number to snap0.Elena Pourmal2009-05-041-1/+1
|
* [svn-r16916] Maintenance: Updated HISTORY-1_8.txt and RELEASE.txt files and Elena Pourmal2009-05-041-1/+1
| | | | | changed version to 1.8.0-post0. Branch is open for check-ins now.
* [svn-r16893] Set version information to 1.8.3 to be ready for release.Albert Cheng2009-04-291-1/+1
| | | | Tested: h5committest plus jam serial test.
* [svn-r16855] Maintenance: Changed version to hdf5-1.8.3-pre2 for further ↵Elena Pourmal2009-04-241-1/+1
| | | | check-ins.
* [svn-r16853] Maintenance: Changed version number to 1.8.3-pre1 and created a ↵Elena Pourmal2009-04-241-1/+1
| | | | | | tar ball for remote testing.
* [svn-r16813] New feature(Bug 230):Albert Cheng2009-04-201-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Embed the content of libhdf5.settings into the hdf5 executables so that an "orphaned" executables can display (via the Unix strings command, for example) the library settings used to build the executables. This is a prototype implementation. Much improvement is needed. configure.in: Added the --disable-embedded-libinfo option to disable this feature. configure: src/H5config.h.in: Generated by autotools like automake. src/H5detect.c: Implement insert_libhdf5_settings() to insert the contents of libhdf5.settings into the library as an extern string variable so that it is included in all HDF5 executable. Much improvement is needed. fortran/src/Makefile.in: Auto-generated by bin/reconfigure. (i.e., I did make any changes to cause its direct regeneration). Tested: Jam serial, using default and --disable-embedded-libinfo, configure options.
* [svn-r16740] Snapshot version 1.8 release 2 (post12)Larry Knox2009-04-121-1/+1
|
* [svn-r16725] Snapshot version 1.8 release 2 (post11)Larry Knox2009-04-101-1/+1
|
* [svn-r16705] Snapshot version 1.8 release 2 (post10)Larry Knox2009-04-081-1/+1
|
* [svn-r16649] Snapshot version 1.8 release 2 (post9)Larry Knox2009-04-011-1/+1
|
* [svn-r16582] Snapshot version 1.8 release 2 (post8)Larry Knox2009-03-161-1/+1
|
* [svn-r16555] Purpose:Mike McGreevy2009-03-091-33/+0
| | | | | | | | | | | | | | | | | Bug Fix Description: Removing the code from configure which strips the '-g' flag from CFLAGS when in production mode. The current default CFLAGS in production mode does not include '-g', as intended, but we should allow users to override this and enable '-g' by setting the CFLAGS environment variable if desired. Note that this applies to FCFLAGS and CXXFLAGS as well. Tested: kagiso, linew, liberty
* [svn-r16526] Snapshot version 1.8 release 2 (post7)HDF Tester2009-03-021-1/+1
|
* [svn-r16519] merge 16518 from trunkPedro Vicente Nunes2009-02-261-0/+9
| | | | | | have 2 expected outputs for 2 h5ls runs depending if run on a big or little endian machine. Configure.in was modified to export a variable carrying endianess information to testh5ls.sh. This script then compares the current run with 2 expected outputs, one for a big-endian machine (linew was used to generate the output), other for little endian (jam was used to generate the output) the way h5ls prints types, it starts searching for NATIVE types first. One solution would be h5ls not to detect these native types, using for example the same print datatype function that h5dump does, that would make the output look the same on all platforms ("32-bit little-endian integer" would be printed instead). Drawback, this "native" information would not be available. Other solution is to have not one but 2 expected outputs and make the shell script detect the endianess and compare with one output or other tested: jam, linew
* [svn-r16486] Snapshot version 1.8 release 2 (post6)HDF Tester2009-02-151-1/+1
|
* [svn-r16398] Snapshot version 1.8 release 2 (post5)HDF Tester2009-02-011-1/+1
|
* [svn-r16346] Snapshot version 1.8 release 2 (post4)HDF Tester2009-01-251-1/+1
|
* [svn-r16331] Snapshot version 1.8 release 2 (post3)HDF Tester2009-01-181-1/+1
|
* [svn-r16307] Description:Quincey Koziol2009-01-141-2/+21
| | | | | | | | | | | | | | Bring r16306 back from trunk: Add detection of C99 "designated initializers" to configure script and use new H5_HAVE_C99_DESIGNATED_INITIALIZER macro to conditionally compile default layout variables in src/H5Pdcpl.c Also, minor code cleanups, etc. Tested on: FreeBSD/32 6.3 (duty) in debug mode (Other platforms tested on revise_chunks branch)
* [svn-r16221] Snapshot version 1.8 release 2 (post2)HDF Tester2008-12-281-1/+1
|
* [svn-r16211] Snapshot version 1.8 release 2 (post1)HDF Tester2008-12-221-1/+1
|
* [svn-r16195] Purpose:Mike McGreevy2008-12-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | Bug Fix Description: Resolved issues with broken sanity checks that were failing when the 'b2' debugging package was enabled (v2 b-tree debugging): - Fixed outdated assertions that would not compile. They now compile and function correctly. - Removed too far outdated assertions that would require too much unnecessary refactoring of code in order to satisfy their initial purpose. - Re-enabled b2 debugging package when "--enable-debug=all" is specified on the configure line. Tested: jam, smirom, linew
* [svn-r16139] Snapshot version 1.8 release 2 (post0)HDF Tester2008-11-301-1/+1
|
* [svn-r16102] Maintenance: Suffix after the release is done should be post0 ↵Elena Pourmal2008-11-191-1/+1
| | | | | | instead of snap0; caught by Albert, fixed by policy offender.
* [svn-r16069] Maintenance: Changed version to 1.8.2-snap0 and updated ↵Elena Pourmal2008-11-121-1/+1
| | | | | | documentation files after the release. Branch is open for check-ins now.
* [svn-r16058] Maintenance: Changed version to 1.8.2 and released source tar ↵hdf5-1_8_2Elena Pourmal2008-11-101-1/+1
| | | | | | ball. I will tag the release after we build binaries tonight.
* [svn-r16023] Maintenance: Changed version to hdf5-1.8.2-pre1 before creating ↵Elena Pourmal2008-11-031-1/+1
| | | | | | a tar ball for remote testing.
* [svn-r15958] Snapshot version 1.8 release 1 (snap7)HDF Tester2008-10-261-1/+1
|
* [svn-r15948] Purpose: Bug FixMike McGreevy2008-10-241-1/+6
| | | | | | | | | | Description: Adding the SZIP path to LD_LIBRARY_PATH within configure was inadvertently blowing away anything already in LD_LIBRARY_PATH. This fixes that, which solves, among other things, the problem where configure failed to learn how to print 'long long' on cobalt. Tested: full make check install: kagiso, smirom configure / make / h5ls test only : cobalt, linew
* [svn-r15936] Changed the library's macros H5_USE_16_API to ↵Raymond Lu2008-10-231-1/+1
| | | | | | | | H5_USE_16_API_DEFAULT avoid possible conflict with user's definition of H5_USE_16_API. The H5_USE_16_API_DEFAULT is defined through configure with the flag --with-default-api-version=v16. Tested with h5committest.
* [svn-r15912] Bug fix: #933Albert Cheng2008-10-211-1/+0
| | | | | | | The information of libhdf5_fortran.settings are all included in libhdf5.settings now. Remove it from the source. Tested: kagiso with fortran and C++.
* [svn-r15881] Purpose: Bug Fixes, Libtool UpgradeMike McGreevy2008-10-151-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: 1) configure now sets LD_LIBRARY_PATH before checking for presence of SZIP encoder, so user does not need to set this. The path is then saved and sent to Makefiles, and used when "make check-install" is invoked, so user doesn't need to set this manually. 2) Upgraded libtool to version 2.2.6a 3) Rearranged tools build order as h5dump depends on existence of h5diff and h5import. Since h5dump is a sister directory as opposed to a parent of either, it doesn't know about the build rules of these tools, so setting any sort of explicit dependency confuses automake as it won't know how to build the tools. Instead, setting CONFIG = ordered forces an in-order traversal of each tools subdirectory. (without it will also traverse in order by default, but this should prevent gmake's -j option from jumping ahead as well). 'make check install' should now be able to be invoked after 'configure' without causing a dependency failure. 4) Removed H5_HAVE_LARGE_HSIZET macro from vms/src/h5pubconf.h, as this macro has now been out of the code for some time. (vms pubconf needs to be updated manually, which is why it was still hanging around). Tested: kagiso, smirom, liberty Note: h5diff looks to be causing failures in h5copy and h5dump tools tests, though these were present before any of my changes. My changes only affect build order and configuration setup, and shouldn't prevent fixes for these failures coming in after this checkin. Other than these, tests pass fine.
* [svn-r15826] Description:Quincey Koziol2008-10-091-2/+2
| | | | | | | | | | | | | Bring revision 15825 from trunk: Fix various problems with a the core & sec2 VFDs. Improve the h5_get_file_size() routine to handle files created with VFDs that use multiple files. Tested on: FreeBSD/32 6.3 (duty) Already tested on other machine, in trunk.
* [svn-r15781] Snapshot version 1.8 release 1 (snap6)HDF Tester2008-10-061-1/+1
|
* [svn-r15725] Description:Scot Breitenfeld2008-09-301-3/+58
| | | | Made changes to reflect the changes made in the fortran directory; merged the fortran trunk into the 1.8 branch.
* [svn-r15715] Snapshot version 1.8 release 1 (snap5)HDF Tester2008-09-281-1/+1
|