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 87bede2..388a83c 100644
--- a/LAPACK.sh
+++ b/LAPACK.sh
@@ -22,7 +22,7 @@ if [ -z "${LAPACK_DIR}" ]; then
echo "END MESSAGE"
FILES="liblapack.a liblapack.so"
- DIRS="/usr/lib /usr/local/lib /usr/lib/atlas-base/atlas ${HOME}"
+ DIRS="/usr/lib /usr/local/lib /usr/lib64/atlas /usr/lib/atlas-base/atlas ${HOME}"
for file in $FILES; do
for dir in $DIRS; do
if test -r "$dir/$file"; then