aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]dist/hdf5-1.8.15-patch1.tar.gz (renamed from dist/hdf5-1.8.14.tar.gz)bin11761702 -> 12244820 bytes
-rwxr-xr-xsrc/build.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/dist/hdf5-1.8.14.tar.gz b/dist/hdf5-1.8.15-patch1.tar.gz
index a5dc5c1..3bdb6cd 100644..100755
--- a/dist/hdf5-1.8.14.tar.gz
+++ b/dist/hdf5-1.8.15-patch1.tar.gz
Binary files differ
diff --git a/src/build.sh b/src/build.sh
index 20938b5..5ea0b3d 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.14
+NAME=hdf5-1.8.15-patch1
SRCDIR="$(dirname $0)"
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${HDF5_INSTALL_DIR}" ]; then