Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set rpath when installing libzmq to be bundled #2014

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 12, 2024

auditwheel only fixes RPATH in bundled libs when it's defined (pypa/auditwheel#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

auditwheel only fixes RPATH when it's defined, so make sure it's defined

seems like a bug in auditwheel, but this is easy enough for us
@minrk minrk merged commit f6dd539 into zeromq:main Aug 13, 2024
20 checks passed
@minrk minrk deleted the set-rpath branch August 13, 2024 10:17
rjmello added a commit to globus/globus-compute that referenced this pull request Aug 21, 2024
Version 26.1.1 of `pyzmq` manually sets the LDFLAGS environment variable
during the `libzmq` installation process, causing installation failures
on some systems. To prevent these issues, we set the upper bound for
`pyzmq` to 26.1.0 until `pyzmq` developers resolve the bug.

Ref: zeromq/pyzmq#2014
rjmello added a commit to globus/globus-compute that referenced this pull request Aug 21, 2024
Version 26.1.1 of `pyzmq` manually sets the LDFLAGS environment variable
during the `libzmq` installation process, causing installation failures
on some systems. To prevent these issues, we set the upper bound for
`pyzmq` to 26.1.0 until `pyzmq` developers resolve the bug.

Ref: zeromq/pyzmq#2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: error: cannot find library libsodium-37cdab92.so.26.1.0
1 participant