aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BLAS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS.sh b/BLAS.sh
index 88c7ec4..356fd15 100644
--- a/BLAS.sh
+++ b/BLAS.sh
@@ -22,7 +22,7 @@ if [ -z "${BLAS_DIR}" ]; then
echo "END MESSAGE"
FILES="libblas.a libblas.so"
- DIRS="/usr/lib /usr/local/lib /usr/lib/atlas ${HOME}"
+ DIRS="/usr/lib /usr/lib64 /usr/local/lib /usr/lib/atlas /usr/lib64/atlas ${HOME}"
for file in $FILES; do
for dir in $DIRS; do
if test -r "$dir/$file"; then