Skip to content

Commit e8644d8

Browse files
committed
CI: Debugging the OpenMP_ROOT issue
1 parent e5b6d7d commit e8644d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-and-test-macos.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
brew install llvm@17 eigen fftw hdf5 open-mpi numpy scipy mpi4py
30+
brew install llvm@17 libomp eigen fftw hdf5 open-mpi numpy scipy mpi4py
3131
pip install --user mako
3232
33-
- name: Set OpenMP_ROOT for Clang
34-
if: startsWith(matrix.compiler.name, 'clang')
35-
run: echo "OpenMP_ROOT=$(brew --prefix libomp)" >> $GITHUB_ENV
36-
3733
- name: Cache Boost (a C++20 compatible version)
3834
id: cache-boost
3935
uses: actions/cache@v4

0 commit comments

Comments
 (0)