aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2015-01-06 22:12:05 +0000
committereschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2015-01-06 22:12:05 +0000
commitbb4ffc26c1cd38c581738ad9c73eafa82dc7804d (patch)
tree36e6481634abf203790c3368b4dbaec5d992d337
parent1a84656f594c02d06b37ace5c9a58e482a14998b (diff)
Update to HDF5 1.8.14
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@101 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--dist/hdf5-1.8.14.tar.gz (renamed from dist/hdf5-1.8.13.tar.gz)bin11724595 -> 11761702 bytes
-rwxr-xr-xsrc/build.sh2
-rwxr-xr-xsrc/detect.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/dist/hdf5-1.8.13.tar.gz b/dist/hdf5-1.8.14.tar.gz
index 2bba7ea..a5dc5c1 100644
--- a/dist/hdf5-1.8.13.tar.gz
+++ b/dist/hdf5-1.8.14.tar.gz
Binary files differ
diff --git a/src/build.sh b/src/build.sh
index edf1b8c..20938b5 100755
--- a/src/build.sh
+++ b/src/build.sh
@@ -14,7 +14,7 @@ set -e # Abort on errors
# Set locations
THORN=HDF5
-NAME=hdf5-1.8.13
+NAME=hdf5-1.8.14
SRCDIR="$(dirname $0)"
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${HDF5_INSTALL_DIR}" ]; then
diff --git a/src/detect.sh b/src/detect.sh
index 0578a62..7bef01a 100755
--- a/src/detect.sh
+++ b/src/detect.sh
@@ -132,7 +132,7 @@ then
# Set locations
THORN=HDF5
- NAME=hdf5-1.8.13
+ NAME=hdf5-1.8.14
SRCDIR="$(dirname $0)"
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${HDF5_INSTALL_DIR}" ]; then