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

Commit

Permalink
Add blas to fflas_ffpack linked libraries so that openblas is picked …
Browse files Browse the repository at this point in the history
…up on Arch
  • Loading branch information
antonio-rojas committed Jan 26, 2020
1 parent dde78cb commit 06f46eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/fflas_ffpack/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cd src
if [ "$LINBOX_BLAS" != "" ]; then
echo "Using environment variable LINBOX_BLAS=$LINBOX_BLAS"
else
LINBOX_BLAS="$(pkg-config --libs cblas)"
BLAS_CFLAGS="$(pkg-config --cflags cblas)"
LINBOX_BLAS="$(pkg-config --libs blas cblas)"
BLAS_CFLAGS="$(pkg-config --cflags blas cblas)"
if [ "$BLAS_CFLAGS" != "" ]; then
LINBOX_BLAS_CFLAGS="--with-blas-cflags=$BLAS_CFLAGS"
else
Expand Down

0 comments on commit 06f46eb

Please sign in to comment.