aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace the detection mess with pkg-config.HEADmasterAnton Khirnov2016-02-26
|
* Disable c++ libraries.Anton Khirnov2012-11-09
| | | | They are not needed and not present in some distro packages.
* HDF5: add optional dependency on MPI to links afterward itrhaas2012-07-25
| | | | | | | to enable users to use pre-compiled MPI enabled HDF5 libraries git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@59 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Add commentseschnett2012-07-21
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@58 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Add new bindings include directory to search patheschnett2012-06-24
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@57 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Remove whitespaceeschnett2012-06-12
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@56 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update HDF5 versioneschnett2012-06-12
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@55 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Rename configuration scripteschnett2012-06-12
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@54 fb53df36-e548-4a1e-8150-ab98cbd5e786
* let HDF5 look for libraries also in lib64, plus honor .so and .dylib librariesknarf2012-05-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@52 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Do not install h5check if it is not availableeschnett2012-04-24
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@51 fb53df36-e548-4a1e-8150-ab98cbd5e786
* disable build rule for h5checker, which is not build at the momentknarf2012-01-31
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@50 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Make output less verboseeschnett2011-12-15
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@49 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update to HDF5 1.8.8eschnett2011-11-17
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@48 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Remove unused fileeschnett2011-11-17
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@47 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Accept HDF5_DIR=BUILD case-independentlyeschnett2011-11-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@46 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update from upstream, and include HDF5 utilitieseschnett2011-11-09
| | | | | | | | | Update from upstream Build and install HDF5 utilities. Include HDF5 checker. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@45 fb53df36-e548-4a1e-8150-ab98cbd5e786
* also include the lib dir in HDF5_INC_DIRS for libraries in /usr (because of ↵knarf2011-11-02
| | | | | | fortran .mod files) git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@44 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Introduce HDF5_INSTALL_DIR configuration option.bmundim2011-07-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@40 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Do not build shared libraries if we link statically. This avoidseschnett2011-06-28
| | | | | | | problems if shared libraries don't work on a system. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@39 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Let user enable/disable C++ and Fortran supporthinder2011-06-24
| | | | | | | | | | | | | | | | | Expose two new configuration variables (which default to yes): HDF5_ENABLE_CXX and HDF5_ENABLE_FORTRAN setting them to no allows users to avoid building/linking against the respective interfaces to hdf5. This is useful when eg. one does not need them and would like to link against a cluster supplied version of hdf5 (or if one cannot use the Fortran modules due to differing compiler versions). This is related to the discussion in http://lists.einsteintoolkit.org/pipermail/users/2011-March/000928.html although it does not provide any early warning. Patch by Roland Haas git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@38 fb53df36-e548-4a1e-8150-ab98cbd5e786
* The old way of specifying the location of external libraries, fromeschnett2011-04-02
| | | | | | | | | | | | | | Cactus/lib/make/extras, for example setting HDF5 = yes, is not compatible with the new mechanism where you must simply include the appropriate thorn from ExternalThorns. Using both can be confusing. This patch modifies the thorn HDF5 in ExternalLibraries to check if the old mechanism has been selected, and to abort with an explanatory error message telling the user not to set, e.g. HDF5 = yes, if they are using ExternalLibraries/HDF5. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@36 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Don't provide the HDF5 compiler wrappers as utilitieseschnett2011-03-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@35 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Add documentation from CactusExternal/HDF5bmundim2011-02-21
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@34 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update to HDF5 1.8.6eschnett2011-02-20
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@33 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Install the standard HDF5 utilities as welleschnett2011-02-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@32 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Require HDF5 (for itself) to support building the utilitieseschnett2011-02-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@31 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update thorn descriptioneschnett2011-02-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@30 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Add utilities from CactusExternal/HDF5eschnett2011-02-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@29 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Require zlib.eschnett2011-01-26
| | | | | | | Unset RPATH. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@28 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Export LDFLAGS while buildingeschnett2010-11-24
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@27 fb53df36-e548-4a1e-8150-ab98cbd5e786
* detect gpatch if availableknarf2010-10-14
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@24 fb53df36-e548-4a1e-8150-ab98cbd5e786
* only whitespace change, nothing to see hereknarf2010-10-14
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@23 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Remove build directory after buildingeschnett2010-10-14
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@22 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Erik Schnetter:knarf2010-10-13
| | | | | | | The enclosed patch cleans up the HDF5 build script. Tested on many architectures. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@21 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update HDF5 library versioneschnett2010-09-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@20 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Add patch for HDF5 libraryeschnett2010-09-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@19 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update HDF5 library version to 1.8.5.patch1.eschnett2010-09-23
| | | | | | | Make build script more portable. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@18 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Enable C++ and Fortran support.eschnett2010-09-10
| | | | | | | Do not enable Fortran support if there is no Fortran 90 compiler available. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@17 fb53df36-e548-4a1e-8150-ab98cbd5e786
* don't unset MAKEFLAGS to enable parallel buildsknarf2010-08-17
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@16 fb53df36-e548-4a1e-8150-ab98cbd5e786
* If HDF5_DIR is set to the value "BUILD", then build the enclosed HDF5eschnett2010-08-11
| | | | | | | | | library is built, even if an HDF5 installation is found on the system. Do you add /usr or /usr/local to the include or library paths. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@15 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Add HDF5 1.8.5 distributioneschnett2010-06-30
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@13 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Use gmake if necessary.eschnett2010-06-30
| | | | | | | Support AIX, where we need to use the 64-bit mode. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@12 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Honour configuration variables LIBSZ_DIR and LIBZ_DIRschnetter2010-03-28
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@10 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Configure on Windows correctlyschnetter2010-03-25
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@9 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Don't build HDF5 if it is already available on the systemschnetter2010-03-22
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@8 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Handle libsz and zlibschnetter2010-02-13
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@7 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Improve error messagesschnetter2009-12-04
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@6 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Remove $Header$ tagschnetter2009-11-22
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@5 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Update to HDF5 1.8.4schnetter2009-11-19
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@4 fb53df36-e548-4a1e-8150-ab98cbd5e786
* Unset MAKEFLAGS environment variable in the configuration scriptsschnetter2009-10-13
| | | | | | | | | which later call make. This prevents the Cactus configuration options being passed on into the make system of the packages that are configured. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@3 fb53df36-e548-4a1e-8150-ab98cbd5e786