Skip to content

Commit

Permalink
last attempt for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 18, 2024
1 parent 1fe5122 commit abcd804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install fftw
eval $(brew --prefix)/bin/brew shellenv
export CPPFLAGS="-I${HOMEBREW_PREFIX}/include ${CPPFLAGS}"
export LDFLAGS="-L${HOMEBREW_PREFIX}/lib ${LDFLAGS}"
export CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
export LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
echo $CPPFLAGS
echo $LDFLAGS
Expand Down

0 comments on commit abcd804

Please sign in to comment.