Skip to content

Commit

Permalink
Remove workaround for cibuildwheel problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Oct 6, 2024
1 parent e30f48a commit f7d6d15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions interfaces/python_sdist/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair --add-path %HDF5_LIB_DIR%;%ZLIB_LIB_DIR% -w {dest_dir} {wheel}"
test-command = "pytest -vv --durations=100 %CANTERA_TEST_DIR%\\test\\python"

[[tool.cibuildwheel.overrides]]
select = "*_aarch64*"
# Work around https://github.com/pypa/cibuildwheel/issues/1771
container-engine = { name = "docker", create-args = ["--platform", "linux/arm64"]}

[tool.cibuildwheel.macos]
# https://cibuildwheel.pypa.io/en/stable/faq/#macos-passing-dyld_library_path-to-delocate
repair-wheel-command = """\
Expand Down

0 comments on commit f7d6d15

Please sign in to comment.