From 4c96fd266293c05bd7adfafdf47fa010347a68af Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 23 Mar 2010 23:11:28 +0000 Subject: Don't overwrite user specified library name git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@3 53307013-940b-43fa-b11d-2c2b05dfe90d --- BLAS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3