Skip to content

Commit

Permalink
fixed small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia committed Feb 25, 2025
1 parent fdfcbb2 commit 8d6ebea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/finufft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,13 @@ config-settings = {"cmake.define.FINUFFT_ARCH_FLAGS" = "-march=x86-64", "cmake.d
[tool.cibuildwheel.linux]
manylinux-x86_64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_2"

[[tool.cibuildwheel.overrides]]
select = "cp39-*"
# Use manylinux2014 for Python 3.9 to get GCC 10
manylinux-x86_64-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_1"

[[tool.cibuildwheel.overrides]]
select = "cp310-*"
# Use manylinux_2_28 for Python 3.10 to get GCC 14
manylinux-x86_64-image = "manylinux_2_28"
musllinux-x86_64-image = "musllinux_1_2"

[tool.cibuildwheel.windows]
before-build = "pip install delvewheel"
Expand Down

0 comments on commit 8d6ebea

Please sign in to comment.