aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2014-09-29 15:01:00 +0000
committerknarf <knarf@c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb>2014-09-29 15:01:00 +0000
commit65f9ea3a9a2174251575a47301414c04652c71bc (patch)
tree7ebb2b3f3ad5bcbbbb7cd030f61e20f5c278ea9e
parente70088422512b538996ba436165d8b9ba1b0e046 (diff)
add lib64 dirs
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@50 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 65d30c5..4c6c942 100644
--- a/configure.sh
+++ b/configure.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/lib64/atlas /usr/lib/atlas-base/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