aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"