aboutsummaryrefslogtreecommitdiff
path: root/BLAS.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS.sh')
-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"