We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bebea commit a377bdcCopy full SHA for a377bdc
1 file changed
.github/workflows/os-blas-test-matrix.yml
@@ -71,8 +71,8 @@ jobs:
71
unset | Generic | Apple ) ;; # Found in system
72
OpenBLAS )
73
brew install openblas
74
- echo "BLAS_ROOT=/usr/local/opt/openblas/" >> $GITHUB_ENV
75
- echo "LAPACK_ROOT=/usr/local/opt/openblas/" >> $GITHUB_ENV
+ echo "LDFLAGS=-L/opt/homebrew/opt/openblas/lib" >> $GITHUB_ENV
+ echo "CPPFLAGS=-I/opt/homebrew/opt/openblas/include" >> $GITHUB_ENV
76
;;
77
*)
78
echo "bla_vendor option ${{ matrix.bla_vendor }} not supported"
0 commit comments