aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2012-06-12 18:28:10 +0000
committereschnett <eschnett@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2012-06-12 18:28:10 +0000
commit905d3f6d3a604a93f9478170dffc4efa8121e0f0 (patch)
tree67618abcfba5db02b0271b7b32e6ff3c6563db89
parent49efad4b7fc254b17bbe47a8d4e049249d435c85 (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@28 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from LAPACK.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 452a39b..5f613ee 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES LAPACK
{
- SCRIPT LAPACK.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS LAPACK_DIR LAPACK_INSTALL_DIR LAPACK_LIBS
}
diff --git a/LAPACK.sh b/configure.sh
index 388a83c..50ae090 100644
--- a/LAPACK.sh
+++ b/configure.sh
@@ -80,7 +80,7 @@ then
fi
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/LAPACK.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "LAPACK has already been built; doing nothing"