Skip to content

Commit

Permalink
try to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 17, 2023
1 parent 1d01a7c commit 1e5a746
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "cp3*"
manylinux-x86_64-image = "sunnycase/manylinux_2_24_x86_64:version1.0"
test-requires = "pytest"
test-command = [
"pytest {project}/tests/other"
]

[tool.cibuildwheel.linux]
archs = ["x86_64"]
before-build = "pip install https://github.com/sunnycase/auditwheel/releases/download/4.0.0-nncase-2/auditwheel-0.0.0-py3-none-any.whl"
repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_dir} {wheel} --exclude librebound.cpython-36m-x86_64-linux-gnu.so"

0 comments on commit 1e5a746

Please sign in to comment.