aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@53307013-940b-43fa-b11d-2c2b05dfe90d>2010-03-23 23:11:28 +0000
committerschnetter <schnetter@53307013-940b-43fa-b11d-2c2b05dfe90d>2010-03-23 23:11:28 +0000
commit4c96fd266293c05bd7adfafdf47fa010347a68af (patch)
tree6df2cded964706f3dd4541f321382a0f7ceee209
parent9354bec07b819208920e5892e7a2c0f6a14c8ce0 (diff)
Don't overwrite user specified library name
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@3 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--BLAS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS.sh b/BLAS.sh
index 6a67046..425c53f 100644
--- a/BLAS.sh
+++ b/BLAS.sh
@@ -123,7 +123,7 @@ if [ "${BLAS_DIR}" != '/usr' -a "${BLAS_DIR}" != '/usr/local' ]; then
BLAS_INC_DIRS=
BLAS_LIB_DIRS="${BLAS_DIR}"
fi
-BLAS_LIBS='blas'
+: ${BLAS_LIBS='blas'}
# Pass options to Cactus
echo "BEGIN MAKE_DEFINITION"