Skip to content

Commit

Permalink
MacOS: try libomp instead of openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 20, 2024
1 parent b451dad commit 5216f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install fftw
brew install openmp
brew install libomp
- name: Install fftw3 on Windows
if: runner.os == 'Windows'
run: |
pacman -Syu mingw-w64-x86_64-fftw --noconfirm
pacman -Syu mingw-w64-x86_64-openmp --noconfirm
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 5216f2c

Please sign in to comment.