aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@53307013-940b-43fa-b11d-2c2b05dfe90d>2011-04-13 14:20:08 +0000
committerknarf <knarf@53307013-940b-43fa-b11d-2c2b05dfe90d>2011-04-13 14:20:08 +0000
commita8355c704817bd40128e30e67f2989b41367c437 (patch)
treef1cca7fed75b85f07dc23b311c36fd50dd2df599
parent3b4de3302b5caa45b3e3ffe85d61a0fd036a5d34 (diff)
don't set BLAS_LIB_DIRS to /usr/lib
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@14 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 5f7c507..331fd64 100644
--- a/BLAS.sh
+++ b/BLAS.sh
@@ -144,7 +144,7 @@ fi
################################################################################
# Set options
-if [ "${BLAS_DIR}" != '/usr' -a "${BLAS_DIR}" != '/usr/local' ]; then
+if [ "${BLAS_DIR}" != '/usr/lib' -a "${BLAS_DIR}" != '/usr/local/lib' ]; then
BLAS_INC_DIRS=
BLAS_LIB_DIRS="${BLAS_DIR}"
fi