config/pac.m4
 configure

Fix test for versions of ATLAS packed in a single libsatlas.so.
psblas-3.4-maint
Salvatore Filippone 9 years ago
parent 9f5408d335
commit 3ee0891b1f

@ -1088,7 +1088,7 @@ if test $pac_blas_ok = no; then
fi fi
if test $pac_blas_ok = no; then if test $pac_blas_ok = no; then
AC_LANG([C]) AC_LANG([C])
AC_CHECK_LIB(atlas, ATL_xerbla, AC_CHECK_LIB(satlas, ATL_xerbla,
[AC_LANG([Fortran]) [AC_LANG([Fortran])
AC_CHECK_LIB(satlas, sgemm, AC_CHECK_LIB(satlas, sgemm,
[AC_LANG([C]) [AC_LANG([C])

8486
configure vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save