aboutsummaryrefslogtreecommitdiff
path: root/src/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.sh')
-rwxr-xr-xsrc/build.sh2
1 files changed, 1 insertions, 1 deletions
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