summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26063] Fixed the wrong number of arguments being used for ↵Scot Breitenfeld2015-01-281-3/+4
| | | | MPI_FILE_OPEN. Kept using include "mpif.h" since it is not going to be depriciated. But 'USE mpi' will work now that the API is correct.
* [svn-r26062] Changed the fortran test back from "USE mpi" to "include ↵Scot Breitenfeld2015-01-281-1/+1
| | | | "mpif.h"". Using the module causes problems on the Cray (hopper).
* [svn-r26061] Fixed unintentional typo.Scot Breitenfeld2015-01-281-2/+2
|
* [svn-r26060] Fix for HDFFV-9091Scot Breitenfeld2015-01-271-11/+1
| | | | | | | | | | | | | | | 405-408::fortran vars should be scoped Scoped: HAVE_SIZEOF HAVE_C_SIZEOF HAVE_STORAGE_SIZE FORTRAN_DEFAULT_REALisDBLE to where the tests are (in m4/aclocal_fc.m4) Tested: jam (gnu)
* [svn-r26059] Fix for: HDFFV-9095 Scot Breitenfeld2015-01-271-6/+6
| | | | | | | 4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889. Fix: This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion.
* [svn-r26057] Fix for: HDFFV-9094Scot Breitenfeld2015-01-271-3/+3
| | | | | | | | | | change include 'mpif.h' to module in tests Solution: changed to 'USE mpi' and moved the tests to m4/aclocal_fc.m4 Tested: jam (mpicc, mpif90)
* [svn-r26055] Updates for:Mohamad Chaarawi2015-01-271-500/+25
| | | | | | | | | | | | | Discuss and Remove Infering parallel compilers (C and Fortran) from configure.ac https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9068 Remove restriction to build shared with parallel https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9069 Cleanup parallel sections in configure.ac https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9096 tested h5committest
* [svn-r26052] Fixed false positive tests for intrensic functions.Scot Breitenfeld2015-01-271-116/+125
| | | | | Tested: jam (mpi, gfortran, intel) --enable-fortran, and --enable-fortran --enable-fortran2003
* [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-271-54/+24
| | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
* [svn-r26047] Fix for HDFFV-9092Scot Breitenfeld2015-01-271-231/+50
| | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE tested: jam
* [svn-r26042] Updated configure.ac so that POSIX_C_SOURCE=200112L and GNU_SOURCEDana Robinson2015-01-271-2/+11
| | | | | | | | | are defined. The former is for posix_memalign() and the latter for the O_DIRECT flag for open(). Both are for direct VFD support. Fixes HDFFV-9088 Tested on: jam
* [svn-r26029] Updated the comment on the Cygwin 'srcdir= and time' test to ↵Dana Robinson2015-01-261-0/+5
| | | | | | | | | | indicate that it's still an issue with recent versions of Cygwin. Fixes HDFFV-9082 Tested on: jam (bin/reconfigure only - just a comment change)
* [svn-r26028] Removed code from configure.ac that #defined ↵Dana Robinson2015-01-261-10/+0
| | | | | | | | | | | | | | | (H5)_NO_SHARED_WRITING under CodeWarrior as a work-around to broken open() functionality (it's not clear which version). The only effect of this #define was to cause test_file_close() in test/tfile.c to be skipped. Fixes HDFFV-9080 Tested on: jam We don't have CodeWarrior, so I just ensured the deletion didn't adversely affect a typical build.
* [svn-r25981] Snapshot version 1.9 release 211HDF Tester2015-01-181-11/+11
|
* [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵Scot Breitenfeld2015-01-151-4/+1
| | | | sometimes and 10 bytes other times. Not sure why.
* [svn-r25978] Bug fix for HDFFV-8847Scot Breitenfeld2015-01-131-1/+4
| | | | Tested: h5committest
* [svn-r25975] Snapshot version 1.9 release 210HDF Tester2015-01-111-11/+11
|
* [svn-r25949] Snapshot version 1.9 release 209HDF Tester2015-01-041-11/+11
|
* [svn-r25924] Snapshot version 1.9 release 208HDF Tester2014-12-281-11/+11
|
* [svn-r25915] Snapshot version 1.9 release 207HDF Tester2014-12-211-11/+11
|
* [svn-r25912] Revert change r25701: Add LD path to HDF5 install directory to ↵Larry Knox2014-12-191-5/+1
| | | | | | | | | address HDFFV-8944. The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory. The original problem remains. Tested with h5committest
* [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-171-2/+2
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r25886] Snapshot version 1.9 release 206HDF Tester2014-12-141-11/+11
|
* [svn-r25864] Snapshot version 1.9 release 205HDF Tester2014-12-071-11/+11
|
* [svn-r25855] Snapshot version 1.9 release 204HDF Tester2014-11-301-11/+11
|
* [svn-r25834] Snapshot version 1.9 release 203HDF Tester2014-11-231-11/+11
|
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-021-11/+11
|
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-261-11/+11
|
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-191-11/+11
|
* [svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944.Larry Knox2014-10-141-2/+6
| | | | Tested with h5committest and failed external daily tests.
* [svn-r25693] Snapshot version 1.9 release 199HDF Tester2014-10-121-11/+11
|
* [svn-r25668] Snapshot version 1.9 release 198HDF Tester2014-10-051-11/+11
|
* [svn-r25627] Snapshot version 1.9 release 197HDF Tester2014-09-281-11/+11
|
* [svn-r25604] Snapshot version 1.9 release 196HDF Tester2014-09-211-11/+11
|
* [svn-r25591] Snapshot version 1.9 release 195HDF Tester2014-09-141-11/+11
|
* [svn-r25563] Snapshot version 1.9 release 194HDF Tester2014-08-311-11/+11
|
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-241-11/+11
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-171-11/+11
|
* [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-031-11/+11
|
* [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-271-11/+11
|
* [svn-r25477] Added error if Fortran's default real is double precision. If ↵Scot Breitenfeld2014-07-241-0/+9
| | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel and -r8 flag, both with and without --disable-hl.
* [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-201-11/+11
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-131-11/+11
|
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-66/+0
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-061-11/+11
|
* [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-291-11/+11
|
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-221-11/+11
|
* [svn-r25287] Fix for:Scot Breitenfeld2014-06-161-0/+95
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-151-11/+11
|
* [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-081-11/+11
|