summaryrefslogtreecommitdiff
path: root/lib/make/extras/HDF5
Commit message (Collapse)AuthorAge
* Search for libsz.a also in the given HDF5 installation.tradke2004-05-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3751 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Say whether HDF5 is availableschnetter2004-04-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3656 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check whether the HDF5 installation has the external szlib I/O filter built in,tradke2003-11-10
| | | | | | | and if so, add the szlib library to the HDF5 system libs. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3455 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed a small shell syntax error in an if statement.tradke2003-10-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3417 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Print the HDF5 installation dir also if the user set it explicitely.tradke2003-09-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3402 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Indent configure messages of individual external packages for somewhat bettertradke2003-08-29
| | | | | | | readability. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3389 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed detection of whether zlib is needed to link against HDF5 libs or not.tradke2003-03-19
| | | | | | | | | | This has changed again with HDF5 version 1.4.5. Also commented out info message saying that "Cactus cannot make use of parallel HDF5 support" if only a serial HDF5 library is found. Parallel HDF5 support isn't any better than serial HDF5 anyways (even slower potentially). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3180 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stop if HDF5 makefile variable is set to anything other than "yes|no" or lefttradke2002-06-07
| | | | | | | | | blank. Also put in a check for the right version of HDF5 (32/64 bit) for Irix systems (it might be better to do that in a configure script). This closes PR Cactus/1084. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2902 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated check for parallel version of HDF5 lib.tradke2002-01-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2582 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for potentially uninitialized shell variable.tradke2001-06-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2258 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed HDF5 configuration setup for Windows where libz is named zlib,tradke2001-06-26
| | | | | | | and no math lib should be in LIBS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2251 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Sorry, I can't do 'VAR += something' within a bourne shell.tradke2000-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1879 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added libm.a to the libs required for linking with HDF5.tradke2000-11-04
| | | | | | | Just in case this library might not be specified already by other packages. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1878 17b73243-c579-4c4c-a9d2-2d5706c11dac
* support for HDF5-1.3.x compress definitionslanfer2000-06-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1704 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed a typo in configuration of HDF5.tradke2000-04-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1529 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Search explicitely in /usr/lib/ for libz.a,tradke2000-03-27
| | | | | | | | | | and don't add it to the LIBDIRS if found. This prevents picking up the wrong (32bit) library on 64bit SGIs. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1495 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checks for zlib in old 1.0.x versions of HDF5.tradke2000-03-14
| | | | | | | | | | Fixes (second part of) Erik's BR Compiler/274. Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1471 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added /usr/local/hdf5/serial/ to the search path for HDF5 installations.tradke2000-03-08
| | | | | | | | | | | | | | | | | This is where they installed HDF5 on berte.zib.de. As soon as parallel HDF5 is working the path should be changed to point to /usr/local/hdf5/parallel/. This fixes BR IO:212. The script now also checks if libhdf5.a was compiled with libz.a - if so, it does a search on this lib and adds it to LIBS and LIBDIRS. You can also set LIBZ_DIR manually. Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1448 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renaming include files to new names so that MPI works againallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1269 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Allow configuration process to complete if HDF5 is not set !!!!!!goodale1999-09-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@967 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Configure now automatically figures the HDF5 version (serial or parallel).tradke1999-09-18
| | | | | | | | | | MPI can be used with both versions (for the serial one Cactus won't make use of the parallel HDF5 extensions). If Cactus is not configured with MPI also, only the serial HDF5 version is accepted. git-svn-id: http://svn.cactuscode.org/flesh/trunk@957 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Configuration script for parallel HDF5 (configure option HDF5=PARALLEL)tradke1999-09-14
| | | | | | | | | | | | It checks that it is configured together with MPI and that HDF5_DIR really points to a parallel version of HDF5. The tricky thing with MPI is that the HDF5 lib should have been compiled with the same MPI version that is used for Cactus. Don't know how to check this for now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@916 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added libz.a for Linuxtradke1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@841 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added configure for HDF5tradke1999-07-30
Just type HDF5=SERIAL for choosing the serial lib version. Will add parallel version later. git-svn-id: http://svn.cactuscode.org/flesh/trunk@838 17b73243-c579-4c4c-a9d2-2d5706c11dac