summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17674] Snapshot version 1.6 release 9 (snap8)Larry Knox2009-10-191-10/+10
|
* [svn-r17558] New feature(Bug 230):Albert Cheng2009-09-301-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. configure.in: Added the --disable-embedded-libinfo option to disable this feature. configure: src/H5config.h.in: fortran/configure c++/configure 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. test/Makefile.in: Added test scripts testlibinfo.sh and testcheck_version.sh, test program tcheck_version. Needed to introduce $PROGS so that tcheck_version is built but not run automatically. test/testlibinfo.sh.in: A new test added to verify the library information is indeed included in the executables. H5.c: added code to print the embedded library information when there is a library versions mis-match occurs. This ensures the library information string is included in the executable. Also modifies the code so that the Library mismatch warning string is included only once in the executable. H5private.h: Added a global reference to the libinfo string variable to prepare for possible stage 3 implementation of a public API. New test: (Bug ID 1656): Add new tests (tcheck_version, testcheck_version.sh) to verify H5check_version() does issue warnings and abort accordingly. Changed H5check_version() to suppress the warning message totally if $HDF5_DISABLE_VERSION_CHECK is 2 or higher. (Old behavior treated 3 or higher the same as 1, that is to print a warning and allows the program to continue. MANIFEST: updated with the newly added files. Tested: h5committest passed. Also passed jam in serial mode, --enable-static-exec, --disable-embedded-libinfo.
* [svn-r17539] Snapshot version 1.6 release 9 (snap7)Larry Knox2009-09-271-10/+10
|
* [svn-r17436] Snapshot version 1.6 release 9 (snap6)Larry Knox2009-08-301-10/+10
|
* [svn-r17409] Snapshot version 1.6 release 9 (snap5)Larry Knox2009-08-231-10/+10
|
* [svn-r17367] Snapshot version 1.6 release 9 (snap4)Larry Knox2009-08-161-10/+10
|
* [svn-r17335] Snapshot version 1.6 release 9 (snap3)Larry Knox2009-08-121-10/+10
|
* [svn-r17137] Snapshot version 1.6 release 9 (snap2)Larry Knox2009-07-011-10/+10
|
* [svn-r17136] Snapshot version 1.6 release 9 (snap1)Larry Knox2009-07-011-10/+10
|
* [svn-r17123] Description:Frank Baker2009-06-261-5/+2
| | | | | | Remove old version of "HDF5 Tutorial" from doc repositories; this document is maintained idependently. Tested: jam
* [svn-r16994] Snapshot version 1.8 release 3 (snap0)Larry Knox2009-06-011-10/+10
|
* [svn-r16918] Maintenance: Changed suffix in the version number to snap0.Elena Pourmal2009-05-041-10/+10
|
* [svn-r16915] Maintenance: Changed version number to 1.6.9-post0 and editedElena Pourmal2009-05-041-9/+9
| | | | | HISTORY.txt and RELEASE.txt files. Branch is open for check-ins now.
* [svn-r16908] v1.6.9 released.hdf5-1_6_9Albert Cheng2009-05-011-1/+1
| | | | Commit all changes made by bin/release.
* [svn-r16900] Set version information to 1.6.9 to be ready for release.Albert Cheng2009-04-301-10/+10
| | | | Tested: h5committested (linew is still in progress.)
* [svn-r16854] Maintenance: Changed version to hdf5-1.6.9-pre2 for further ↵Elena Pourmal2009-04-241-10/+10
| | | | check-ins.
* [svn-r16852] Maintenance: Changed version number to 1.6.9-pre1 and created a ↵Elena Pourmal2009-04-241-10/+10
| | | | | | tar ball for remote testing.
* [svn-r16739] Snapshot version 1.6 release 8 (post13)Larry Knox2009-04-121-10/+10
|
* [svn-r16715] Snapshot version 1.6 release 8 (post12)Larry Knox2009-04-091-10/+10
|
* [svn-r16660] Bug 1529.Albert Cheng2009-04-031-220/+1
| | | | | | | | | | | | | | | | Description: The MPE option is not working with the new mpich2. hdf5 configure is looking for the routine CLOG_Init() in the library liblmpe.a. The old mpich has that routine but the new mpich2 does not have it. I could not find any reference or document of what the CLOG_Init() is or why it is needed. The only log message for adding the requirement for liblmpe.a was for the NCSA old AIX platform that has retired and could not be used to verify the correctness. Solution: Remove the requirement of liblmpe.a. Tested: Just parallel with fortran on kagiso, jam and smirom.
* [svn-r16651] Snapshot version 1.6 release 8 (post11)Larry Knox2009-04-011-10/+10
|
* [svn-r16591] Snapshot version 1.6 release 8 (post10)Larry Knox2009-03-221-10/+10
|
* [svn-r16581] Snapshot version 1.6 release 8 (post9)Larry Knox2009-03-151-10/+10
|
* [svn-r16535] have 2 expected outputs for 2 h5ls runs depending if run on a ↵Pedro Vicente Nunes2009-03-021-7/+19
| | | | | | | 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: h5committest
* [svn-r16507] Snapshot version 1.6 release 8 (post8)HDF Tester2009-02-221-10/+10
|
* [svn-r16485] Snapshot version 1.6 release 8 (post7)HDF Tester2009-02-151-10/+10
|
* [svn-r16454] Snapshot version 1.6 release 8 (post6)HDF Tester2009-02-081-10/+10
|
* [svn-r16345] Snapshot version 1.6 release 8 (post5)HDF Tester2009-01-251-10/+10
|
* [svn-r16330] Snapshot version 1.6 release 8 (post4)HDF Tester2009-01-181-10/+10
|
* [svn-r16298] Snapshot version 1.6 release 8 (post3)HDF Tester2009-01-111-10/+10
|
* [svn-r16261] Snapshot version 1.6 release 8 (post2)HDF Tester2009-01-041-10/+10
|
* [svn-r16210] Snapshot version 1.6 release 8 (post1)HDF Tester2008-12-211-10/+10
|
* [svn-r16122] Snapshot version 1.6 release 8 (post0)HDF Tester2008-11-231-10/+10
|
* [svn-r16103] Maintenance: Suffix after the release is done should be post0 ↵Elena Pourmal2008-11-191-9/+9
| | | | | | instead of snap0; caught by Albert, fixed by policy offender.
* [svn-r16097] Purpose: Updating bin/reconfigure scriptMike McGreevy2008-11-181-1/+1
| | | | | | | Updating bin/reconfigure script to point to autotools in /mnt/hdf/packages, since /home1/packages no longer exists. Tested: kagiso
* [svn-r16068] Maintenance: Changed version number to hdf5-1.6.8-snap0; modifiedElena Pourmal2008-11-121-10/+10
| | | | | documentation files after the release. Branch is open for check-ins.
* [svn-r16057] Maintenance: Changed version to 1.6.8 and released source tar ball.hdf5-1_6_8Elena Pourmal2008-11-101-10/+10
| | | | Will tag the release after binaries are built tonight.
* [svn-r16022] Maintenance: Changed version number to hdf5-1.6.8-pre1 before ↵Elena Pourmal2008-11-031-10/+10
| | | | | | creating a tar ball for remote testing
* [svn-r15954] Snapshot version 1.6 release 7 (snap23)HDF Tester2008-10-261-9/+9
|
* [svn-r15916] Bug fix: #933Albert Cheng2008-10-211-1/+1
| | | | | | | 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-r15902] Snapshot version 1.6 release 7 (snap22)HDF Tester2008-10-191-10/+10
|
* [svn-r15780] Snapshot version 1.6 release 7 (snap21)HDF Tester2008-10-051-10/+10
|
* [svn-r15714] Snapshot version 1.6 release 7 (snap20)HDF Tester2008-09-281-10/+10
|
* [svn-r15710] The GASS and SRB VFD have been retired and removed from theAlbert Cheng2008-09-271-3812/+11
| | | | | | | | HDF5 library. The Dependencies files are generated by "make depend". Tested: h5committest, also serial in Kagiso is tested.
* [svn-r15670] Snapshot version 1.6 release 7 (snap19)HDF Tester2008-09-211-9/+9
|
* [svn-r15651] Purpose: Bug FixMike McGreevy2008-09-181-1/+1
| | | | | | | | | Description: examples/ph5example was being built and tested even in serial mode. Added lines to the examples/Makefile.in to ensure that this is not built and tested unless parallel has been enabled by configure. Tested: kagiso and smirom
* [svn-r15620] Snapshot version 1.6 release 7 (snap18)HDF Tester2008-09-141-10/+10
|
* [svn-r15596] Snapshot version 1.6 release 7 (snap17)HDF Tester2008-09-071-10/+10
|
* [svn-r15566] Snapshot version 1.6 release 7 (snap16)HDF Tester2008-08-311-10/+10
|
* [svn-r15479] Snapshot version 1.6 release 7 (snap15)HDF Tester2008-08-171-10/+10
|