Skip to content

Commit

Permalink
cibuildwheel: manually specify macOS archs
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed May 21, 2024
1 parent d15051d commit 41591fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ select = "*-musllinux*"
before-all = "apk add fftw-dev"

[tool.cibuildwheel.macos]
archs = ['x86_64', 'arm64']
before-build = './get_fftw3.sh'
repair-wheel-command = ''

[tool.cibuildwheel.windows]
before-all = '%CONDA%\Scripts\conda.exe install fftw'
Expand Down

0 comments on commit 41591fb

Please sign in to comment.