configure should now correctly set __ESSL

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2925 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2006-03-16 18:32:40 +00:00
parent 0c7b6e2902
commit 5331e5825a
4 changed files with 2714 additions and 882 deletions

1791
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -102,7 +102,7 @@ aix )
try_f90="xlf90_r xlf90 f90"
try_ar="ar"
try_arflags="-X64 ruv"
try_dflags="-D__AIX -D__XLF"
try_dflags="-D__AIX"
;;
mips )
try_f90="f90"
@ -141,7 +141,7 @@ mac )
try_f90="xlf90 f90"
try_ar="ar"
try_arflags="ruv"
try_dflags="-D__MAC -D__XLF"
try_dflags="-D__MAC"
ranlib="ranlib"
;;
cygwin )
@ -846,7 +846,8 @@ then
LDFLAGS="$test_ldflags"
LIBS=""
AC_SEARCH_LIBS(dgemm, essl, have_essl=1 have_blas=1
blas_libs="$LIBS")
blas_libs="$LIBS"
try_dflags="$try_dflags -D__ESSL")
;;
mips:* )

1791
install/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -102,7 +102,7 @@ aix )
try_f90="xlf90_r xlf90 f90"
try_ar="ar"
try_arflags="-X64 ruv"
try_dflags="-D__AIX -D__XLF"
try_dflags="-D__AIX"
;;
mips )
try_f90="f90"
@ -141,7 +141,7 @@ mac )
try_f90="xlf90 f90"
try_ar="ar"
try_arflags="ruv"
try_dflags="-D__MAC -D__XLF"
try_dflags="-D__MAC"
ranlib="ranlib"
;;
cygwin )
@ -846,7 +846,8 @@ then
LDFLAGS="$test_ldflags"
LIBS=""
AC_SEARCH_LIBS(dgemm, essl, have_essl=1 have_blas=1
blas_libs="$LIBS")
blas_libs="$LIBS"
try_dflags="$try_dflags -D__ESSL")
;;
mips:* )