We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6d7d commit e8644d8Copy full SHA for e8644d8
.github/workflows/build-and-test-macos.yml
@@ -27,13 +27,9 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- 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
31
pip install --user mako
32
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
-
37
- name: Cache Boost (a C++20 compatible version)
38
id: cache-boost
39
uses: actions/cache@v4
0 commit comments