This commit is contained in:
ddelange
2023-04-18 11:19:31 +02:00
committed by GitHub
parent 0ad268f991
commit 8eb721f6a1

View File

@@ -159,7 +159,7 @@ fi
# Generic BLAS library? (for instance OpenBLAS) # Generic BLAS library? (for instance OpenBLAS)
if test $ax_cblas_ok = no; then if test $ax_cblas_ok = no; then
AC_CHECK_LIB(cblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lblas"]) AC_CHECK_LIB(blas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lblas"])
fi fi
AC_SUBST(CBLAS_LIBS) AC_SUBST(CBLAS_LIBS)