Skip to content

Commit

Permalink
don't need to skip rpath for cibuildwheel
Browse files Browse the repository at this point in the history
delocate/auditwheel fix these
  • Loading branch information
minrk committed Aug 22, 2024
1 parent 3d27a67 commit 879c8e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ musllinux-x86_64-image = "musllinux_1_1"

[tool.cibuildwheel.linux.environment]
ZMQ_PREFIX = "/usr/local"
PYZMQ_LIBZMQ_RPATH = "OFF"
CFLAGS = "-Wl,-strip-all"
CXXFLAGS = "-Wl,-strip-all"

Expand All @@ -168,7 +167,6 @@ before-all = "bash tools/install_libzmq.sh"
[tool.cibuildwheel.macos.environment]
# note: everything here needs to also be duplicated in overrides below
ZMQ_PREFIX = "/tmp/zmq"
PYZMQ_LIBZMQ_RPATH = "OFF"
MACOSX_DEPLOYMENT_TARGET = "10.9"

[tool.cibuildwheel.windows]
Expand All @@ -186,7 +184,7 @@ ZMQ_PREFIX = "bundled"
# mac-arm target is 10.15
[[tool.cibuildwheel.overrides]]
select = "*macos*{universal2,arm64}*"
environment = { ZMQ_PREFIX = "/tmp/zmq", MACOSX_DEPLOYMENT_TARGET = "10.15", PYZMQ_LIBZMQ_RPATH = "OFF" }
environment = { ZMQ_PREFIX = "/tmp/zmq", MACOSX_DEPLOYMENT_TARGET = "10.15" }

# manylinux2010 for (less) old cp37-9, pp37-8
[[tool.cibuildwheel.overrides]]
Expand Down

0 comments on commit 879c8e0

Please sign in to comment.