aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-04-19 20:04:12 +0000
committerknarf <knarf@53307013-940b-43fa-b11d-2c2b05dfe90d>2012-04-19 20:04:12 +0000
commit82699cb6c7f67d0125aff0a6ebffac8a2b7f16a4 (patch)
tree1fa599ee0897ac895963ef1fb2308e77034f447f
parentfd2c168641356b6cf97ee5ce11a853862e693bf3 (diff)
also look into lib64 directories
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@24 53307013-940b-43fa-b11d-2c2b05dfe90d
-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