aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2013-04-10 15:12:51 +0000
committereschnett <eschnett@53307013-940b-43fa-b11d-2c2b05dfe90d>2013-04-10 15:12:51 +0000
commit568be9cb74bac89ff288f333c30ae598404e9d33 (patch)
tree5bd438554a6806d22aa3bb5b588b32fccd75d254
parent541cc77641dbab57033c2a3eabcc35c70a51ff9d (diff)
Do not search for existing library when NO_BUILD is given
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@35 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--configure.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.sh b/configure.sh
index d76c1f5..fc02cd9 100644
--- a/configure.sh
+++ b/configure.sh
@@ -16,9 +16,7 @@ set -e # Abort on errors
# Search
################################################################################
-if [ -z "${BLAS_DIR}" \
- -o "$(echo "${BLAS_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ]
-then
+if [ -z "${BLAS_DIR}" ]; then
echo "BEGIN MESSAGE"
echo "BLAS selected, but BLAS_DIR not set. Checking some places..."
echo "END MESSAGE"