aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HDF5.sh4
-rw-r--r--dist/hdf5-1.8.3.tar.gzbin7175884 -> 0 bytes
-rw-r--r--dist/hdf5-1.8.4.tar.gzbin0 -> 7181176 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/HDF5.sh b/HDF5.sh
index c26367b..b7159ad 100644
--- a/HDF5.sh
+++ b/HDF5.sh
@@ -9,7 +9,7 @@ set -x # Output commands
set -e # Abort on errors
# Set locations
-NAME=hdf5-1.8.3
+NAME=hdf5-1.8.4
SRCDIR=$(dirname $0)
INSTALL_DIR=${SCRATCH_BUILD}
HDF5_DIR=${INSTALL_DIR}/${NAME}
@@ -56,7 +56,7 @@ unset MAKEFLAGS
make install
popd
- : > done-${NAME}
+ echo 'done' > done-${NAME}
echo "HDF5: Done."
fi
)
diff --git a/dist/hdf5-1.8.3.tar.gz b/dist/hdf5-1.8.3.tar.gz
deleted file mode 100644
index 8ff102d..0000000
--- a/dist/hdf5-1.8.3.tar.gz
+++ /dev/null
Binary files differ
diff --git a/dist/hdf5-1.8.4.tar.gz b/dist/hdf5-1.8.4.tar.gz
new file mode 100644
index 0000000..b7c8bcf
--- /dev/null
+++ b/dist/hdf5-1.8.4.tar.gz
Binary files differ