Skip to content

Commit

Permalink
add brew install command for fftw
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 14, 2024
1 parent 9a1b0fa commit 93d89c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
with:
libraries: libfftw3-dev
targets: |
# Linux wheels
- cp3*-manylinux_x86_64
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ exclude_lines = [
extend-ignore = [
"E501",
]

[tool.cibuildwheel.macos]
before-build = "brew install libfftw3-dev"

0 comments on commit 93d89c0

Please sign in to comment.