summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22724] Convert tests to *.sh.in.Allen Byrne2012-08-281-4583/+0
| | | | | | | | Convert configure.in to configure.ac. Align TESTS usage with autotools convention. Update all references from configure.in to configure.ac Tested: h5committest
* [svn-r22715] Snapshot version 1.8 release 10 (snap8)HDF Tester2012-08-271-1/+1
|
* [svn-r22671] Snapshot version 1.8 release 10 (snap7)HDF Tester2012-08-131-1/+1
|
* [svn-r22630] Snapshot version 1.8 release 10 (snap6)Larry Knox2012-08-061-1/+1
|
* [svn-r22524] Snapshot version 1.8 release 10 (snap6)Larry Knox2012-07-091-1/+1
|
* [svn-r22488] Snapshot version 1.8 release 10 (snap4)HDF Tester2012-06-251-1/+1
|
* [svn-r22474] Add check for MINGW - ws2_32 libraryAllen Byrne2012-06-191-0/+4
| | | | Tested: windows - mingw
* [svn-r22451] Brought cmake configuration / configure changes from Trunk.Allen Byrne2012-06-111-5/+16
| | | | Tested jam, local linux
* [svn-r22449] Snapshot version 1.8 release 10 (snap3)HDF Tester2012-06-101-1/+1
|
* [svn-r22428] Snapshot version 1.8 release 10 (snap2)HDF Tester2012-06-041-1/+1
|
* [svn-r22414] Snapshot version 1.8 release 10 (snap1)HDF Tester2012-05-281-1/+1
|
* [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branchAllen Byrne2012-05-231-0/+1
|
* [svn-r22383] Snapshot version 1.8 release 10 (snap0)HDF Tester2012-05-211-1/+1
|
* [svn-r22268] Update 1.8 branch version to 1.8.10-snap0Mike McGreevy2012-04-091-1/+1
|
* [svn-r22259] Snapshot version 1.8 release 9 (snap16)HDF Tester2012-04-091-1/+1
|
* [svn-r22234] Snapshot version 1.8 release 9 (snap15)HDF Tester2012-04-021-1/+1
|
* [svn-r22210] Purpose:Mike McGreevy2012-03-301-18/+17
| | | | | | | | | | | Merge fix for HDFFV-944 (r22149) from trunk to hdf5_1_8. (Also reran bin/reconfigure which updated trace information for the two new MPI functions for getting/setting atomicity in src/H5Fmpi.c) Tested: h5committest
* [svn-r22141] Snapshot version 1.8 release 9 (snap14)HDF Tester2012-03-261-1/+1
|
* [svn-r22086] Snapshot version 1.8 release 9 (snap13)HDF Tester2012-03-191-1/+1
|
* [svn-r22041] Snapshot version 1.8 release 9 (snap12)HDF Tester2012-03-121-1/+1
|
* [svn-r22023] Snapshot version 1.8 release 9 (snap11)HDF Tester2012-03-051-1/+1
|
* [svn-r21961] Snapshot version 1.8 release 9 (snap10)HDF Tester2012-02-201-1/+1
|
* [svn-r21911] Snapshot version 1.8 release 9 (snap9)HDF Tester2012-02-061-1/+1
|
* [svn-r21899] Snapshot version 1.8 release 9 (snap8)HDF Tester2012-01-301-1/+1
|
* [svn-r21885] Snapshot version 1.8 release 9 (snap7)HDF Tester2012-01-231-1/+1
|
* [svn-r21877] Snapshot version 1.8 release 9 (snap6)HDF Tester2012-01-161-1/+1
|
* [svn-r21868] Snapshot version 1.8 release 9 (snap5)HDF Tester2012-01-091-1/+1
|
* [svn-r21858] Snapshot version 1.8 release 9 (snap4)HDF Tester2012-01-021-1/+1
|
* [svn-r21851] Snapshot version 1.8 release 9 (snap3)HDF Tester2011-12-261-1/+1
|
* [svn-r21832] Snapshot version 1.8 release 9 (snap2)HDF Tester2011-12-191-1/+1
|
* [svn-r21800] Snapshot version 1.8 release 9 (snap1)HDF Tester2011-12-051-1/+1
|
* [svn-r21776] Snapshot version 1.8 release 9 (snap0)HDF Tester2011-11-281-1/+1
|
* [svn-r21752] Purpose:Mike McGreevy2011-11-141-0/+2
| | | | | | | | | | | | | | Revert part of r21421 (F2003 merge to 1.8) which unintentionally removed a line from configure.in that sets FC=no when fortran is not enabled. This ensures that configure doesn't run compiler checks on a fortran compiler when it won't be used. (and can cause failures in configure when no fortran compiler is present as well as issues with the resulting src/Makefile when building DLLs on Cygwin) Tested: h5committest; manually on jam & bangan (Cygwin).
* [svn-r21723] Pushed trunk rev 21722 to the 1.8 branch. This reverts linking ↵Dana Robinson2011-11-061-1/+2
| | | | to the bsd-compat library on linux. Tested on jam, more extensive testing was performed on the trunk branch.
* [svn-r21638] Update 1.8 branch version to 1.8.9-snap0Mike McGreevy2011-10-211-1/+1
|
* [svn-r21588] Snapshot version 1.8 release 8 (snap18)HDF Tester2011-10-171-1/+1
|
* [svn-r21559] Description:Scot Breitenfeld2011-10-141-98/+23
| | | | | | Merged r21525 from trunk; removes hard coded compatability checks for F2003 compilers, replaced with a test program for features. Tested: jam (gnu)
* [svn-r21528] Merge of 21517 and 21520 from trunk:Dana Robinson2011-10-121-2/+11
| | | | | | | | | | - Added checks for clock_gettime() to configure.in. Tested on Linux, FreeBSD, Solaris, MacOSX to ensure they are found correctly and everything builds. No code currently reliess on clock_gettime(). - Brought Windows and VMS H5pubconf.h files into sync with the Linux file. Some data sizes were corrected in both VMS and Windows. Tested on Windows. Ray will test on VMS when this is pushed to the 1.8.x branch.
* [svn-r21500] Snapshot version 1.8 release 8 (snap17)HDF Tester2011-10-101-1/+1
|
* [svn-r21479] Merge revision 21101 from trunk to 1.8 branch:Mike McGreevy2011-10-051-70/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-7639 Purpose: Remove H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS and H5_MPI_COMPLEX_DERIVED_DATATYPE_WORKS #defines from source. Description: Two advanced parallel functionalities, special collective IO and complex derived datatypes, are not supported by older implementations of mpi, and thus our code limits the use of these features with #ifdefs and has checks in configure to set them (or not). Unfortunately, configure can't actually run a parallel check to see if these features are working (nor not) so it resorts to looking in the config files where they are explicity enabled or disabled based on versions of mpi, sytems being built on, or for no documented reason at all (i.e. just set to on or off as some 'default'). Overriding these settings is easy if need be, provided it is known that it needs to be done to get improved performance, and oftentimes it is not. Most new MPI implementations successfully handle the functionality requested when these #defines are set, and many of the "turn these features off" cases in the config files are for old (> 5 years) versions of MPI and retired systems (such as NCSA's tungsten). Therefore, the decision has been made to remove the support for these old versions of MPI and systems that cannot handle these behaviors. The #ifdefs and supporting setup in the config/ files and configure script has been removed, and the code executed when these options were not set removed from the source. In passing, this commit also cleans up some whitespace issues in both t_mpi.c and H5Dmpio.c. Furthermore, in t_mpi.c, the special collective IO test was not getting regularly run due to it being written to work only with four processes (we regularly test with six, previously with three), and thus it failed when actually run due to an out of bounds data buffer assignment. It has been modified to run at any number of processes greater than four, and the memory problem has been fixed so the test passes. Tested: Jam, h5committest, Ember
* [svn-r21444] Snapshot version 1.8 release 8 (snap16)HDF Tester2011-10-031-1/+1
|
* [svn-r21421] Merged the Fortran 2003 changes from the trunk into the 1.8 ↵Scot Breitenfeld2011-09-271-24/+166
| | | | | | | | | | | branch, used: svn merge -r 20506:21414 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu, intel, pgi compilers) Also merged effected non-Fortran files: svn merge -r21247:r21248 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/src/libhdf5.settings.in
* [svn-r21416] Snapshot version 1.8 release 8 (snap15)HDF Tester2011-09-261-1/+1
|
* [svn-r21399] Snapshot version 1.8 release 8 (snap14)HDF Tester2011-09-191-1/+1
|
* [svn-r21375] Snapshot version 1.8 release 8 (snap13)HDF Tester2011-09-121-1/+1
|
* [svn-r21361] Snapshot version 1.8 release 8 (snap12)HDF Tester2011-09-051-1/+1
|
* [svn-r21330] Snapshot version 1.8 release 8 (snap11)HDF Tester2011-08-291-1/+1
|
* [svn-r21276] Snapshot version 1.8 release 8 (snap10)HDF Tester2011-08-221-1/+1
|
* [svn-r21226] Snapshot version 1.8 release 8 (snap9)HDF Tester2011-08-151-1/+1
|
* [svn-r21186] Snapshot version 1.8 release 8 (snap8)HDF Tester2011-08-081-1/+1
|