Skip to content

Commit

Permalink
build/pkgs/openblas/spkg-configure.m4: Make pkgconfig-based detection…
Browse files Browse the repository at this point in the history
… work again
  • Loading branch information
mkoeppe committed Apr 2, 2020
1 parent 2873d86 commit 0cda07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/openblas/spkg-configure.m4
Expand Up @@ -7,7 +7,7 @@ SAGE_SPKG_CONFIGURE([openblas], [
m4_pushdef([SAGE_OPENBLAS_MIN_VERSION_MINOR], [2])
m4_pushdef([SAGE_OPENBLAS_MIN_VERSION_MICRO], [20])
m4_pushdef([SAGE_OPENBLAS_MIN_VERSION], [SAGE_OPENBLAS_MIN_VERSION_MAJOR.SAGE_OPENBLAS_MIN_VERSION_MINOR.SAGE_OPENBLAS_MIN_VERSION_MICRO])
PKG_CHECK_MODULES([OPENBLAS], [openblas >= 999]SAGE_OPENBLAS_MIN_VERSION, [
PKG_CHECK_MODULES([OPENBLAS], [openblas >= ]SAGE_OPENBLAS_MIN_VERSION, [
LIBS="$OPENBLAS_LIBS $LIBS"
CFLAGS="$OPENBLAS_CFLAGS $CFLAGS"
PKG_CHECK_VAR([OPENBLASPCDIR], [openblas], [pcfiledir], [
Expand Down

0 comments on commit 0cda07c

Please sign in to comment.