From ab427814042cafbb555e5d85bba5484b5d08abca Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 11 Apr 2012 18:20:52 +0000 Subject: add atlas directory to search path git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LAPACK/trunk@25 c7ba4c71-c2f2-49b2-85d5-cb7b5f04bdfb --- LAPACK.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LAPACK.sh b/LAPACK.sh index bd81d25..87bede2 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 ${HOME}" + DIRS="/usr/lib /usr/local/lib /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