summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Adds Autotools generated files for alpha releaseDana Robinson2020-09-221-0/+36894
|
* [svn-r27795] Removed some autotools generated files that were not caught byDana Robinson2015-09-151-33823/+0
| | | | | | the last checkin. Tested on: bin/chkmanifest
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-44/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| * [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-021-35150/+0
| | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
| * [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-021-11/+11
| |\ | | | | | | | | | Tested on: jam with Fortran and C++
| * | [svn-r26086] Solaris no longer has issues with requiring early checking for timeDana Robinson2015-01-301-111/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | functions so the checks were merged with the other system call checks. Fixes HDFFV-9083 Tested on: Linux (jam) and Solaris (emu)
| * | [svn-r26085] Improved the direct VFD configure checks.Dana Robinson2015-01-301-37/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Results of O_DIRECT and posix_memalign() checks are now output so users can more easily diagnose problems. - Configure now fails if --enable-direct-vfd was requested but either O_DIRECT or posix_memalign() are not present. Part of HDFFV-7566 Tested on: jam (configure only)
| * | [svn-r26084] Configure now just checks for O_DIRECT being defined instead of ↵Dana Robinson2015-01-301-39/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trying to build and run a program using it, which is problematic (depends on file system, issues with cross-compiling). Part of HDFFV-9057 Tested on: jam (configure only)
| * | [svn-r26083] Changed the default for building the direct VFD to 'no'.Dana Robinson2015-01-301-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the direct VFD help string to make it more clear where it is suported. Part of HDFFV-7566 and HDFFV-7567 Tested on: jam (configure only)
| * | [svn-r26082] Moved the high-level library checks up to the same place whereDana Robinson2015-01-301-50/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortran and C++ are checked. This will make it easier to handle threadsafe/high-level combinations later. Also changed the default of --enable-pthread to 'check' and removed yes/no behavior. If you ask for thread-safety, you can't disable Pthreads... Part of HDFFV-8719 Tested on: jam (configure only)
| * | [svn-r26081] Moved the check for pthread_attr_setscope() into the ↵Dana Robinson2015-01-291-58/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread-safe checks section. Documented its necessity and added a cross-compiling option and helpful comment. Also removed a check for BSDgettimeofday from configure.ac, which was for Irix 5.3 support. Part of HDFFV-9087 Tested on: jam with threadsafe
| * | [svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact ↵Dana Robinson2015-01-291-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the Linux fork of glibc. It's been deprecated since at least 1997. Part of HDFFV-9085 Tested on: jam
| * | [svn-r26076] Removed gettimeofday() time zone struct functionality.Dana Robinson2015-01-291-284/+0
| | | | | | | | | | | | | | | | | | Part of HDFFV-9085 Tested on: jam
| * | [svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.Dana Robinson2015-01-291-41/+0
| | | | | | | | | | | | | | | | | | Fixes HDFFV-9081 Tested on: jam
| * | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-291-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
| * | [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-r27767] Snapshot version 1.9 release 231HDF Tester2015-09-141-11/+11
| | |
* | | [svn-r27699] Removed some configure checks for obsolete Unix variants.Dana Robinson2015-09-081-57/+11
| | | | | | | | | | | | | | | | | | The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
* | | [svn-r27692] Changed the autotools files so that the high-level library is ↵Dana Robinson2015-09-071-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unsupported when building the thread-safe library. Configure will quit with an error when --disable-hl or --enable-unsupported is not used with --enable-threadsafe. Fixes HDFFV-8719 Tested on: h5committest configure w/ various combinations of --enable-threadsafe, --disable-hl, and --enable-unsupported
* | | [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-071-11/+11
| | |
* | | [svn-r27686] Merge of r27684 from autotools_reworkDana Robinson2015-09-061-15/+0
| | | | | | | | | | | | | | | | | | | | | Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotools C flags. They are no longer needed by the library. Fixes HDFFV-9079. Tested on: h5committest
* | | [svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac.Dana Robinson2015-09-051-1/+1
| | | | | | | | | | | | Tested on: h5committest
* | | [svn-r27675] Removed library checks for nsl and socket from the autotools ↵Dana Robinson2015-09-041-110/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake
* | | [svn-r27653] Merge of r27645 from the autotools branch.Dana Robinson2015-09-011-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates to older special config files in configure.ac: - solaris2.x renamed to solaris. There are recent changes to this file but the "2.x" is misleading since the changes are applied to all versions. - Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no longer have the config files for these. Tested on: h5committest
* | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-311-0/+8
| | | | | | | | | | | | tested: h5committest
* | | [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-311-11/+11
| | |
* | | [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-241-11/+11
| | |
* | | [svn-r27548] Revert r27545Jerome Soumagne2015-08-211-55/+0
| | |
* | | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-211-0/+55
| | | | | | | | | | | | | | | | | | available Fix tests accordingly
* | | [svn-r27521] Added test to not remove double precision from valid KINDS if ↵Scot Breitenfeld2015-08-181-8/+10
| | | | | | | | | | | | | | | | | | it is the largest compatible REAL with C. Tested: h5committest.
* | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-78/+29
| | | | | | | | | | | | Tested: h5committest
* | | [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-171-11/+11
| | |
* | | [svn-r27509] Fixed check for perl: tested--h5committestScot Breitenfeld2015-08-141-3/+3
| | |
* | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1797/+2488
| | | | | | | | | | | | Tested: h5committest --PASSED--
* | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-2488/+1797
| | |
* | | [svn-r27488] Merged the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1797/+2488
|\ \ \ | | | | | | | | | | | | Tested: h5committest
| * \ \ [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-4/+0
| |\ \ \ | |/ / / |/| | |
| * | | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-11/+229
| | | | | | | | | | | | | | | | Tested: local linux with CMake