aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2010-03-23 23:11:52 +0000
committerschnetter <schnetter@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2010-03-23 23:11:52 +0000
commit907039d251b5eeb93f52c701d8121cb68ce003fa (patch)
tree9ddd47e1cdb78fe5b6221fae385acae2756205f4
parentbc22bc583958151bfc43bf37aa00a8df3bd3a01e (diff)
Don't overwrite user specified library name
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@3 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb
-rw-r--r--LAPACK.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACK.sh b/LAPACK.sh
index fb4e067..f5523b0 100644
--- a/LAPACK.sh
+++ b/LAPACK.sh
@@ -122,7 +122,7 @@ if [ "${LAPACK_DIR}" != '/usr' -a "${LAPACK_DIR}" != '/usr/local' ]; then
LAPACK_INC_DIRS=
LAPACK_LIB_DIRS="${LAPACK_DIR}"
fi
-LAPACK_LIBS='lapack'
+: ${LAPACK_LIBS='lapack'}
# Pass options to Cactus
echo "BEGIN MAKE_DEFINITION"