zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.66k stars 638 forks source link

set rpath when installing libzmq to be bundled #2014

Closed minrk closed 1 month ago

minrk commented 1 month ago

auditwheel only fixes RPATH in bundled libs when it's defined (https://github.com/pypa/auditwheel/issues/451), so make sure it's defined.

seems like a bug in auditwheel, but this is easy enough for us to deal with.

closes #2013