From 5f5f47a0fc3ce84fe63ff9f2a82045662d31f27e Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 19 Nov 2009 21:16:56 +0000 Subject: Update to HDF5 1.8.4 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@4 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- HDF5.sh | 4 ++-- dist/hdf5-1.8.3.tar.gz | Bin 7175884 -> 0 bytes dist/hdf5-1.8.4.tar.gz | Bin 0 -> 7181176 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 dist/hdf5-1.8.3.tar.gz create mode 100644 dist/hdf5-1.8.4.tar.gz 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 Binary files a/dist/hdf5-1.8.3.tar.gz and /dev/null 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 Binary files /dev/null and b/dist/hdf5-1.8.4.tar.gz differ -- cgit v1.2.3