summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25200] Snapshot version 1.8 release 14 (snap3)HDF Tester2014-05-181-1/+1
|
* [svn-r25159] Snapshot version 1.8 release 14 (snap2)HDF Tester2014-05-041-1/+1
|
* [svn-r25127] Snapshot version 1.8 release 14 (snap1)HDF Tester2014-04-271-1/+1
|
* [svn-r25106] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-251-9/+1
| | | | | | | | back fix for removing rpaths from lib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath configure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and on emu and kite.
* [svn-r25071] Snapshot version 1.8 release 14 (snap0)HDF Tester2014-04-201-1/+1
|
* [svn-r25036] Maintenance before creating 1_8_13 branch: changed version ↵Elena Pourmal2014-04-141-1/+1
| | | | number to 1.8.14-snap0
* [svn-r25035] Snapshot version 1.8 release 13 (snap8)HDF Tester2014-04-131-1/+1
|
* [svn-r25017] Merge r24997 changes from trunk.Larry Knox2014-04-111-5/+0
| | | | | | | | | | | | | Added compiler versions for mpich to settings file and configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus.
* [svn-r25016] Purpose:Dana Robinson2014-04-111-80/+82
| | | | | | | | | | | | Merged r24857 from the trunk. Changes to configure.ac so that --with-pthreads is not required when the --enable-threadsafe configure option is set as long as the Pthreads library is in a standard location. Tested on: 32-bit LE linux (jam) with --enable-threadsafe 64-bit LE linux (koala) with --enable-threadsafe 64-bit BE linux (ostrich) with --enable-threadsafe
* [svn-r24968] Snapshot version 1.8 release 13 (snap7)HDF Tester2014-04-061-1/+1
|
* [svn-r24927] Snapshot version 1.8 release 13 (snap6)HDF Tester2014-03-301-1/+1
|
* [svn-r24878] Description:Quincey Koziol2014-03-241-33/+1
| | | | | | | | | | | | | | | | | | | | | Bring r24864 from trunk to 1.8 branch: Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (daily tested on trunk)
* [svn-r24871] Snapshot version 1.8 release 13 (snap5)HDF Tester2014-03-231-1/+1
|
* [svn-r24771] Snapshot version 1.8 release 13 (snap4)HDF Tester2014-03-091-1/+1
|
* [svn-r24754] Snapshot version 1.8 release 13 (snap3)HDF Tester2014-03-021-1/+1
|
* [svn-r24732] Fix for reconfigure, which fails because ↵Larry Knox2014-02-221-0/+7
| | | | | | LT_ADD_LIBHDF5_DEPENDENCY is used in Makefiles but the declaration in configure.ac is missing. Copied declaration from trunk. Tested with h5committest on jam ostrich koala and platypus(cmake).
* [svn-r24720] bring r24709 from trunk:Mohamad Chaarawi2014-02-181-1/+1
| | | | | | | rename H5V to H5VM since H5V is needed in the fastforward project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change.
* [svn-r24466] Snapshot version 1.8 release 13 (snap2)HDF Tester2013-11-251-1/+1
|
* [svn-r24377] - Added uint32_t to the list of traceable types.Dana Robinson2013-10-311-2/+2
| | | | | | | | - Fixed a couple of commenting typos in configure.ac. Tested on: 32-bit LE linux (jam) w/ parallel and Fortran These are minor changes, hence the limited testing.
* [svn-r24335] Snapshot version 1.8 release 13 (snap1)HDF Tester2013-10-211-1/+1
|
* [svn-r24288] Snapshot version 1.8 release 13 (snap0)HDF Tester2013-10-141-1/+1
|
* [svn-r24262] Description:Quincey Koziol2013-10-071-3/+3
| | | | | | | | | | | | | | | | | | | Bring r24256 & r24261 from trunk to 1.8 branch: Switch H5I internal data structure from using hash table to skip lists. Also, a few misc. cleanups. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.11 (emu) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode
* [svn-r24259] Maintenance: Updated version number to 1.8.13-snap0; cleaned up ↵Elena Pourmal2013-10-071-1/+1
| | | | | | RELEASE.txt for new info. The 1.8 branch is open now for code changes.
* [svn-r24257] Snapshot version 1.8 release 12 (snap19)HDF Tester2013-10-061-1/+1
|
* [svn-r24231] Issue 1264: CYGWIN had long double rounding problem from ↵Raymond Lu2013-09-301-12/+0
| | | | | | | | unsigned long long. Allen confirmed the problem is gone. So I took out the macro CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM. It skipped the test related to this issue. Tested with h5committest.
* [svn-r24219] Snapshot version 1.8 release 12 (snap18)HDF Tester2013-09-291-1/+1
|
* [svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack ↵Allen Byrne2013-09-261-1/+26
| | | | | | | | UD plugins. Also warning session fixes. Tested: CMake local linux
* [svn-r24187] Snapshot version 1.8 release 12 (snap17)HDF Tester2013-09-221-1/+1
|
* [svn-r24093] Snapshot version 1.8 release 12 (snap16)HDF Tester2013-09-011-1/+1
|
* [svn-r24072] Merge trunk cmake changes to 1.8 branch. Allen Byrne2013-08-261-17/+3
| | | | | | | Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
* [svn-r24069] Snapshot version 1.8 release 12 (snap15)HDF Tester2013-08-251-1/+1
|
* [svn-r24010] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-141-1/+8
|
* [svn-r23990] Snapshot version 1.8 release 12 (snap14)HDF Tester2013-08-111-1/+1
|
* [svn-r23969] Snapshot version 1.8 release 12 (snap13)HDF Tester2013-08-041-1/+1
|
* [svn-r23941] Snapshot version 1.8 release 12 (snap12)HDF Tester2013-07-281-1/+1
|
* [svn-r23927] Snapshot version 1.8 release 12 (snap11)HDF Tester2013-07-211-1/+1
|
* [svn-r23896] Snapshot version 1.8 release 12 (snap10)HDF Tester2013-07-141-1/+1
|
* [svn-r23866] Snapshot version 1.8 release 12 (snap9)HDF Tester2013-07-071-1/+1
|
* [svn-r23850] Snapshot version 1.8 release 12 (snap8)HDF Tester2013-06-301-1/+1
|
* [svn-r23807] Snapshot version 1.8 release 12 (snap7)HDF Tester2013-06-231-1/+1
|
* [svn-r23782] Snapshot version 1.8 release 12 (snap6)HDF Tester2013-06-161-1/+1
|
* [svn-r23771] HDFFV-8434,-8437,-8445,-8447,-8461: Merge changes from Trunk.Allen Byrne2013-06-141-2/+2
| | | | Tested: local linux
* [svn-r23742] Snapshot version 1.8 release 12 (snap5)HDF Tester2013-06-091-1/+1
|
* [svn-r23731] Snapshot version 1.8 release 12 (snap4)HDF Tester2013-06-021-1/+1
|
* [svn-r23709] Snapshot version 1.8 release 12 (snap3)HDF Tester2013-05-191-1/+1
|
* [svn-r23670] Snapshot version 1.8 release 12 (snap2)HDF Tester2013-05-061-1/+1
|
* [svn-r23628] HDFFV-8364: merge from trunkAllen Byrne2013-04-251-1/+1
|
* [svn-r23619] Bug fix: HDFFV-8390Albert Cheng2013-04-241-2/+2
| | | | | | | | Threadsafe works in v1.8.10 release. But it fails v1.8.11-pre1 tarball in configure stage now. There was a typo in the configure around the checking of pthread library. Fixed it. Tested: AIX and also h5committested.
* [svn-r23605] Snapshot version 1.8 release 12 (snap1)HDF Tester2013-04-221-1/+1
|
* [svn-r23586] Snapshot version 1.8 release 12 (snap0)HDF Tester2013-04-151-1/+1
|