From 568be9cb74bac89ff288f333c30ae598404e9d33 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 10 Apr 2013 15:12:51 +0000 Subject: 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 --- configure.sh | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3