Skip to content

Commit

Permalink
CI: Fix OpenMP detection issue on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jan 2, 2025
1 parent e5b6d7d commit d9efc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
brew install llvm@17 eigen fftw hdf5 open-mpi numpy scipy mpi4py
brew install llvm@17 libomp eigen fftw hdf5 open-mpi numpy scipy mpi4py
pip install --user mako
- name: Set OpenMP_ROOT for Clang
Expand Down

0 comments on commit d9efc6d

Please sign in to comment.