Skip to content

Commit

Permalink
py: fix spelling in correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Sep 3, 2024
1 parent be62f4d commit e364aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/finufft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ 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" = "-march=x86_64", "cmake.define.CMAKE_VERBOSE_MAKEFILE" = "ON"}
config-settings = {"cmake.define.FINUFFT_ARCH_FLAGS" = "-march=x86-64", "cmake.define.CMAKE_VERBOSE_MAKEFILE" = "ON"}

[tool.cibuildwheel.linux]
archs = "x86-64"
archs = "x86_64"
before-all = "yum install -y fftw3-devel"

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit e364aa5

Please sign in to comment.