aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2012-06-12 18:28:01 +0000
committereschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2012-06-12 18:28:01 +0000
commit0bd136bb8a803c40ca80a1180f689e38026589b6 (patch)
tree0eb6b06b12de363072053f0b936e888741dcf4b2
parent77194ea1bc16d0bc58148759a6560dff8c1eabec (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@54 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from HDF5.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 8200b26..97116e1 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES HDF5
{
- SCRIPT HDF5.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS HDF5 HDF5_DIR HDF5_INSTALL_DIR HDF5_ENABLE_CXX HDF5_ENABLE_FORTRAN ZLIB_DIR LIBSZ_DIR LIBZ_DIR
}
diff --git a/HDF5.sh b/configure.sh
index 9eed71e..6872d0b 100644
--- a/HDF5.sh
+++ b/configure.sh
@@ -128,7 +128,7 @@ then
HDF5_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/HDF5.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "HDF5 has already been built; doing nothing"