config/pac.m4
 configure

On Fedora 21 ATLAS comes packed in libsatlas.so / libtatlas.so, gone
are f77blas and cblas.
psblas3-accel
Salvatore Filippone 10 years ago
parent 983a79d22a
commit 3f5ee754bd

@ -1209,6 +1209,19 @@ if test $pac_blas_ok = no; then
[], [-lf77blas -latlas])],
[], [-latlas])])
fi
if test $pac_blas_ok = no; then
AC_LANG([C])
AC_CHECK_LIB(atlas, ATL_xerbla,
[AC_LANG([Fortran])
AC_CHECK_LIB(satlas, sgemm,
[AC_LANG([C])
AC_CHECK_LIB(satlas, cblas_dgemm,
[pac_blas_ok=yes
BLAS_LIBS="-lsatlas"],
[], [-lsatlas])],
[], [-lsatlas])])
fi
# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)

8174
configure vendored

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