aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@325d7946-0b50-4e3b-902a-3a8d69fbdfa6>2012-06-12 18:27:34 +0000
committereschnett <eschnett@325d7946-0b50-4e3b-902a-3a8d69fbdfa6>2012-06-12 18:27:34 +0000
commit7918d6c31f6b23c0e311a28cc4a5ae4ab1295a30 (patch)
treec25b935f89ccec5a83f7c6b3d6c63c71ecd70b40
parentef41c0e060a9d7e692fbca8176506ad00ad53fb9 (diff)
Rename configuration script
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/FFTW3/trunk@10 325d7946-0b50-4e3b-902a-3a8d69fbdfa6
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from FFTW3.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 83e9ddb..7ffab25 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES FFTW3
{
- SCRIPT FFTW3.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS FFTW3_DIR FFTW3_INSTALL_DIR FFTW3_LIBS
}
diff --git a/FFTW3.sh b/configure.sh
index 5a98247..9cc0ac7 100644
--- a/FFTW3.sh
+++ b/configure.sh
@@ -77,7 +77,7 @@ then
FFTW3_DIR=${INSTALL_DIR}
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${NAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/FFTW3.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "FFTW3 has already been built; doing nothing"