Skip to content

Commit

Permalink
Try to install mumps-seq on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Jan 18, 2024
1 parent 2fa6616 commit 983f7bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_on_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
- name: Install libraries
run: |
brew install lapack openblas
brew --prefix openblas
brew tap brewsci/num
brew install brewsci-mumps --without-mpi
brew --prefix brewsci-mumps
- name: Run tests
run: |
export LIBRARY_PATH=$LIBRARY_PATH:$(brew --prefix)/opt/lapack/lib:$(brew --prefix)/opt/openblas/lib
Expand Down

0 comments on commit 983f7bb

Please sign in to comment.