aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@53307013-940b-43fa-b11d-2c2b05dfe90d>2014-09-29 15:18:54 +0000
committerknarf <knarf@53307013-940b-43fa-b11d-2c2b05dfe90d>2014-09-29 15:18:54 +0000
commitaf3938cd67b3bbf7ef11226a761f4b9d15ce5d25 (patch)
tree8b32b91f275dfe809012d93ef2c311ff4bddc690
parent2e164aa09bcfdf00cc31150f31033104531133f1 (diff)
add lib64 dirs
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@48 53307013-940b-43fa-b11d-2c2b05dfe90d
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index cd717d8..77189c0 100644
--- a/configure.sh
+++ b/configure.sh
@@ -22,7 +22,7 @@ if [ -z "${BLAS_DIR}" ]; then
echo "END MESSAGE"
FILES="libblas.a libblas.so"
- DIRS="/usr/lib /usr/lib64 /usr/local/lib /usr/lib/atlas /usr/lib64/atlas ${HOME}"
+ DIRS="/usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib /usr/lib64/atlas /usr/lib/atlas /usr/lib64/atlas-base/atlas /usr/lib/atlas-base/atlas ${HOME}"
for file in $FILES; do
for dir in $DIRS; do
if test -r "$dir/$file"; then