From 69aade49819bfe5029c90d93dc046233f758d017 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 30 Jun 2010 22:28:38 +0000 Subject: Update detection of IBM XL compilers git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@8 53307013-940b-43fa-b11d-2c2b05dfe90d --- BLAS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLAS.sh b/BLAS.sh index b3fb626..5ac46ea 100644 --- a/BLAS.sh +++ b/BLAS.sh @@ -89,7 +89,7 @@ if [ -z "${BLAS_DIR}" ]; then pushd build-${NAME}/${TARNAME}/BLAS/SRC echo "BLAS: Building..." - if [ $(basename "$F77") = 'xlf90_r' -o $(basename "$F77") = 'xlf90' ]; then + if echo ${F77} | grep -i xlf > /dev/null 2>&1; then FIXEDF77FLAGS=-qfixed fi ${F77} ${F77FLAGS} ${FIXEDF77FLAGS} -c *.f -- cgit v1.2.3