aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LAPACK.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACK.sh b/LAPACK.sh
index aedf931..a877d1d 100644
--- a/LAPACK.sh
+++ b/LAPACK.sh
@@ -143,7 +143,7 @@ fi
################################################################################
# Set options
-if [ "${LAPACK_DIR}" != '/usr' -a "${LAPACK_DIR}" != '/usr/local' ]; then
+if [ "${LAPACK_DIR}" != '/usr/lib' -a "${LAPACK_DIR}" != '/usr/local/lib' ]; then
LAPACK_INC_DIRS=
LAPACK_LIB_DIRS="${LAPACK_DIR}"
fi