summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-111-11/+11
|
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-041-11/+11
|
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-271-11/+11
|
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-251-24/+1
| | | | | | | | | | | back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure 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 with configure option --disable-sharedlib-rpath on emu, platypus and quail.
* [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-11/+11
|
* [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-091-5/+0
| | | | | | | | | | | | | 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, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-11/+11
|
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-311-5/+149
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-301-11/+11
|
* [svn-r24864] Description:Quincey Koziol2014-03-211-77/+2
| | | | | | | | | | | | | | | | | | 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
* [svn-r24857] --enable-threadsafe no longer requires --with-pthreads if ↵Dana Robinson2014-03-211-138/+118
| | | | | | | | | | | | | | | | Pthreads can be found in the standard include and library paths. Tested on: 32-bit LE linux (jam) SunOS 5.11 (emu) 64-bit Darwin 12.5 (kite) 64-bit FreeBSD 8.2 (freedom) Testing focused on making sure that Pthreads could be found on different platforms and investigating the interaction of Fortran/C++/thread-safe options.
* [svn-r24770] Snapshot version 1.9 release 174HDF Tester2014-03-091-11/+11
|
* [svn-r24753] Snapshot version 1.9 release 173HDF Tester2014-03-021-11/+11
|
* [svn-r24716] Snapshot version 1.9 release 172HDF Tester2014-02-161-11/+11
|
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-131-1/+1
| | | | | | | | | | | | 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. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-091-11/+11
|
* [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-021-11/+11
|
* [svn-r24465] Snapshot version 1.9 release 169HDF Tester2013-11-251-11/+11
|
* [svn-r24378] Fixed some commenting typos in configure.ac and reconfigured.Dana Robinson2013-10-311-2/+2
| | | | | | | Tested on: 32-bit LE linux (jam) There are no code changes. A build/test was done just to confirm.
* [svn-r24362] Snapshot version 1.9 release 168HDF Tester2013-10-271-11/+11
|
* [svn-r24334] Snapshot version 1.9 release 167HDF Tester2013-10-201-11/+11
|
* [svn-r24287] Snapshot version 1.9 release 166HDF Tester2013-10-131-11/+11
|
* [svn-r24218] Snapshot version 1.9 release 165HDF Tester2013-09-291-11/+11
|
* [svn-r24194] Don't add hdf5 library dependencies to lib files when ↵Larry Knox2013-09-241-0/+21
| | | | | | --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. Tested with h5committest and on hdf-duck.
* [svn-r24186] Snapshot version 1.9 release 164HDF Tester2013-09-221-11/+11
|
* [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.Allen Byrne2013-09-191-32/+32
| | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam
* [svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to ↵Allen Byrne2013-09-101-69/+25
| | | | | | include test. Tested: jam
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-10/+105
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24092] Snapshot version 1.9 release 163HDF Tester2013-09-011-11/+11
|
* [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-251-11/+11
|
* [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.Allen Byrne2013-08-131-55/+36
| | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest
* [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-111-11/+11
|
* [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-041-11/+11
|
* [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-211-11/+11
|
* [svn-r23895] Snapshot version 1.9 release 158HDF Tester2013-07-141-11/+11
|
* [svn-r23865] Snapshot version 1.9 release 157HDF Tester2013-07-071-11/+11
|
* [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-301-11/+11
|
* [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-231-11/+11
|
* [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-161-11/+11
|
* [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-091-11/+11
|
* [svn-r23737] HDFFV-8434: Use lowecase for whether in confiure.acAllen Byrne2013-06-051-4/+4
| | | | Trival change
* [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-261-11/+11
|
* [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-191-11/+11
|
* [svn-r23669] Snapshot version 1.9 release 150HDF Tester2013-05-051-11/+11
|
* [svn-r23642] Snapshot version 1.9 release 149HDF Tester2013-04-281-11/+11
|
* [svn-r23618] 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-r23538] Correct incorrect unset var nameAllen Byrne2013-04-031-1/+1
|
* [svn-r23505] reverted FFLAGS bug fix.Scot Breitenfeld2013-04-011-0/+1
| | | | Tested: jam (intel)
* [svn-r23482] I changed the plugin library to be built as shared library only ↵Raymond Lu2013-03-281-1341/+1341
| | | | | | when configure enables shared. libtool will install the shared plugin library. I put a remove command in test/Makefile.am to delete the unnecessary plugin library. Tested on jam, koala, and emu.
* [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵Raymond Lu2013-03-271-5/+23
| | | | | | | | Makefile.am in test/. I added the condition to skip plugin.c test when the library is built for static. Tested on jam, koala, and emu.