Skip to content

Commit a377bdc

Browse files
committed
update MacOS, pip, OpenBLAS to fix path issue
1 parent c2bebea commit a377bdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/os-blas-test-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
unset | Generic | Apple ) ;; # Found in system
7272
OpenBLAS )
7373
brew install openblas
74-
echo "BLAS_ROOT=/usr/local/opt/openblas/" >> $GITHUB_ENV
75-
echo "LAPACK_ROOT=/usr/local/opt/openblas/" >> $GITHUB_ENV
74+
echo "LDFLAGS=-L/opt/homebrew/opt/openblas/lib" >> $GITHUB_ENV
75+
echo "CPPFLAGS=-I/opt/homebrew/opt/openblas/include" >> $GITHUB_ENV
7676
;;
7777
*)
7878
echo "bla_vendor option ${{ matrix.bla_vendor }} not supported"

0 commit comments

Comments
 (0)