Skip to content

Commit

Permalink
Build tests (#5)
Browse files Browse the repository at this point in the history
* does automatic fftw detection work now?

* remove explicit windows fftw installation
  • Loading branch information
lschneiderbauer authored Jun 9, 2024
1 parent 016495f commit 9a9f3e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
brew install fftw
brew install libomp
- name: Install fftw3 on Windows
if: runner.os == 'Windows'
run: |
pacman -Syu mingw-w64-x86_64-fftw --noconfirm
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Suggests:
LinkingTo:
cpp11
SystemRequirements:
fftw3 (>= 3.3.0),
fftw (>= 3.3.0),
openmp (>= 15.0.0)
Config/testthat/edition: 3
URL: https://lschneiderbauer.github.io/fcwtr/
Expand Down

0 comments on commit 9a9f3e3

Please sign in to comment.