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

Commit

Permalink
create cblas.pc link, too, not only blas and lapack
Browse files Browse the repository at this point in the history
This is needed to make numpy Sage's installer happy,
otherwise pkgconfig might error out, see trac #27870
for discussion.
  • Loading branch information
dimpase committed Dec 28, 2019
1 parent b49f79e commit 81bf522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/openblas/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SAGE_SPKG_CONFIGURE([openblas], [
PKG_CHECK_VAR([OPENBLASPCDIR], [openblas], [pcfiledir], [
AC_CONFIG_LINKS([
$SAGE_LOCAL/lib/pkgconfig/blas.pc:$OPENBLASPCDIR/openblas.pc
$SAGE_LOCAL/lib/pkgconfig/cblas.pc:$OPENBLASPCDIR/openblas.pc
$SAGE_LOCAL/lib/pkgconfig/lapack.pc:$OPENBLASPCDIR/openblas.pc])
], [
AC_MSG_WARN([Unable to locate the directory of openblas.pc. This should not happen!])
Expand Down

0 comments on commit 81bf522

Please sign in to comment.