Skip to content

Commit

Permalink
Update ci-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 15, 2024
1 parent 4c3d751 commit 4792e3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@ jobs:
echo "CPPFLAGS=-I/opt/homebrew/opt/llvm/include" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: install OpenMP
run: |
brew install libomp || true
brew link --force libomp
# - name: install OpenMP
# run: |
# brew install libomp || true
# brew link --force libomp

echo "LDFLAGS=-L/opt/homebrew/opt/libomp/lib $LDFLAGS" >> $GITHUB_ENV
echo "CXXFLAGS=-I/opt/homebrew/opt/libomp/include $CXXFLAGS" >> $GITHUB_ENV
# echo "LDFLAGS=-L/opt/homebrew/opt/libomp/lib $LDFLAGS" >> $GITHUB_ENV
# echo "CXXFLAGS=-I/opt/homebrew/opt/libomp/include $CXXFLAGS" >> $GITHUB_ENV

- name: install OpenMPI
run: |
Expand Down

0 comments on commit 4792e3f

Please sign in to comment.