Skip to content

Commit

Permalink
set FFTW_DIR to library directory installed by brew
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 1, 2024
1 parent 7b5d0bb commit d48bd11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
needs: [ data ]
with:
libraries: |
brew:
- fftw
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
GALSIM_CAT_PATH: ${{ needs.data.outputs.galsim_cat_path }}
FFTW_DIR: /usr/local/lib/
cache-path: ${{ needs.data.outputs.path }}
cache-key: data-${{ needs.data.outputs.hash }}
libraries: |
brew:
- fftw
envs: |
- linux: py310-oldestdeps-cov-xdist
- linux: py310-xdist
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
needs: [ data ]
with:
libraries: |
brew:
- fftw
setenv: |
WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }}
GALSIM_CAT_PATH: ${{ needs.data.outputs.galsim_cat_path }}
FFTW_DIR: /usr/local/lib/
cache-path: ${{ needs.data.outputs.path }}
cache-key: data-${{ needs.data.outputs.hash }}
libraries: |
brew:
- fftw
envs: |
- macos: py310-xdist
- macos: py311-xdist
Expand Down

0 comments on commit d48bd11

Please sign in to comment.