aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@fb53df36-e548-4a1e-8150-ab98cbd5e786>2009-11-19 21:16:56 +0000
committerschnetter <schnetter@fb53df36-e548-4a1e-8150-ab98cbd5e786>2009-11-19 21:16:56 +0000
commit5f5f47a0fc3ce84fe63ff9f2a82045662d31f27e (patch)
treec8244d0372a20ea0f8f8cdc43f22de0559b4efe6
parente1b03eca6f78694a9d0bea8fa4bd1d8a13391acc (diff)
Update to HDF5 1.8.4
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@4 fb53df36-e548-4a1e-8150-ab98cbd5e786
-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