From 49efad4b7fc254b17bbe47a8d4e049249d435c85 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 19 Apr 2012 20:10:19 +0000 Subject: add /usr/lib64/atlas as place to look for atlas git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@26 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb --- LAPACK.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3