Skip to content

Commit

Permalink
py: skip arch for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Sep 3, 2024
1 parent 8e0c415 commit be62f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/finufft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ repair-wheel-command = "delvewheel repair -v --analyze-existing -w {dest_dir} {w

[[tool.cibuildwheel.overrides]]
select = "*arm64*"
config-settings = {"cmake.define.FINUFFT_ARCH_FLAGS" = "-march=arm64"}
config-settings = {"cmake.define.FINUFFT_ARCH_FLAGS" = ""}

0 comments on commit be62f4d

Please sign in to comment.