Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
wrap AC_FC_FUNC so that it does not throw an error without Fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jan 28, 2020
1 parent 5ee6844 commit 56541ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/openblas/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SAGE_SPKG_CONFIGURE([openblas], [
dnl openblas does not work as cblas; try to use system's cblas as is
PKG_CHECK_MODULES([CBLAS], [cblas], [], [sage_spkg_install_openblas=yes])
])
AC_FC_FUNC([dgeqrf])
AC_FC_FREEFORM([AC_FC_FUNC([dgeqrf])])
AC_SEARCH_LIBS([$dgeqrf], [openblas], [dnl openblas works as lapack
sage_install_lapack_pc=yes
], [
Expand Down

0 comments on commit 56541ae

Please sign in to comment.