Skip to content

Commit

Permalink
macos: try to add some folders to CPPFLAGS as well as LDFLags
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 30, 2024
1 parent 9e220a2 commit 8c69b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install fftw
export LDFLAGS="${LDFLAGS} -L/opt/homebrew/opt/fftw/lib"
export CPPFLAGS="${CPPFLAGS} -I/opt/homebrew/opt/ftw/include"
brew install libomp
export LDFLAGS="${LDFLAGS} -L/opt/homebrew/opt/libomp/lib"
export CPPFLAGS="${CPPFLAGS} -I/opt/homebrew/opt/libomp/include"
- name: Install fftw3 on Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 8c69b57

Please sign in to comment.