zeromq / pyzmq

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

add ZMQ_PREFIX to $RPATH by default #1983

Open minrk opened 2 months ago

minrk commented 2 months ago

old setup.py used to try to do this, and it seems to solve some problems for folks who don't expect to have to set LDFLAGS=-Wl,-rpath,$ZMQ_PREFIX/lib (#1976).

Setting ZMQ_PREFIX now appends $ZMQ_PREFIX/lib to rpath via cmake. Same goes for libzmq found via search.

minrk commented 2 months ago

Going to hold off on this for a while yet