Skip to content

Commit

Permalink
Prevent -march=native for binary Python wheels (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
janden authored Aug 29, 2024
1 parent 6a2fb67 commit fddad84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/finufft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ build-verbosity = 1
skip = "pp* *musllinux*"
test-requires = ["pytest", "pytest-mock"]
test-command = "pytest {project}/python/finufft/test"
config-settings = {"cmake.define.FINUFFT_ARCH_FLAGS" = ""}

[tool.cibuildwheel.linux]
archs = "x86_64"
Expand Down

0 comments on commit fddad84

Please sign in to comment.