oops...this is the correct fixe for alpha with cxml

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2624 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2005-12-20 19:54:32 +00:00
parent 6ae8a1e665
commit 11a97cf0c5
4 changed files with 10 additions and 10 deletions

4
configure vendored
View File

@ -5368,10 +5368,10 @@ echo "${ECHO_T}$ac_cv_search_dgemm" >&6
if test "$ac_cv_search_dgemm" != no; then
test "$ac_cv_search_dgemm" = "none required" || LIBS="$ac_cv_search_dgemm $LIBS"
have_blas=1 have_lapack=1
libs="$LIBS"
blas_libs="$LIBS"
fi
;;
;;
sparc:* )
# check for SUNperf library

View File

@ -865,9 +865,9 @@ then
FFLAGS="$test_fflags"
LDFLAGS="$test_ldflags"
LIBS=""
AC_SEARCH_LIBS(dgemm, cxml, have_blas=1 have_lapack=1
libs="$LIBS")
;;
AC_SEARCH_LIBS(dgemm, cxml, have_blas=1 have_lapack=1
blas_libs="$LIBS")
;;
sparc:* )
# check for SUNperf library

4
install/configure vendored
View File

@ -5368,10 +5368,10 @@ echo "${ECHO_T}$ac_cv_search_dgemm" >&6
if test "$ac_cv_search_dgemm" != no; then
test "$ac_cv_search_dgemm" = "none required" || LIBS="$ac_cv_search_dgemm $LIBS"
have_blas=1 have_lapack=1
libs="$LIBS"
blas_libs="$LIBS"
fi
;;
;;
sparc:* )
# check for SUNperf library

View File

@ -865,9 +865,9 @@ then
FFLAGS="$test_fflags"
LDFLAGS="$test_ldflags"
LIBS=""
AC_SEARCH_LIBS(dgemm, cxml, have_blas=1 have_lapack=1
libs="$LIBS")
;;
AC_SEARCH_LIBS(dgemm, cxml, have_blas=1 have_lapack=1
blas_libs="$LIBS")
;;
sparc:* )
# check for SUNperf library