aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-06-12 18:27:22 +0000
committereschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-06-12 18:27:22 +0000
commit49249a18472ef6f0d7c7d753591037c0090b6907 (patch)
tree7c7158c1549495d11c133bfae06e80f2096e4f7b
parent82699cb6c7f67d0125aff0a6ebffac8a2b7f16a4 (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@26 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from BLAS.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 30b30af..8a8c58e 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES BLAS
{
- SCRIPT BLAS.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS BLAS_DIR BLAS_INSTALL_DIR BLAS_LIBS
}
diff --git a/BLAS.sh b/configure.sh
index 356fd15..507cc92 100644
--- a/BLAS.sh
+++ b/configure.sh
@@ -81,7 +81,7 @@ then
fi
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${TARNAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/BLAS.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "BLAS has already been built; doing nothing"