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

fallback on zmq=/usr/local if default build fails #184

Merged
merged 1 commit into from
Feb 29, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Feb 27, 2012

This tweaks setup.py to fallback on --zmq=/usr/local if the initial zmq test fails. I have confirmed that this fixes unconfigured build on CentOS with current distribute/pip/cython. The following command successfully installs pyzmq on this system:

easy_install https://www.github.com/minrk/pyzmq/zipball/fallback
# same goes for pip install

despite the fact the CentOS makes the terrible choice to exclude /usr/local/lib from LD_LIBRARY_PATH by default.

See discussion in #128 for details.

@ellisonbg
Copy link
Contributor

I think this is fine.

minrk added a commit that referenced this pull request Feb 29, 2012
fallback on zmq=/usr/local if default build fails (*ix only, of course)
@minrk minrk merged commit 4e8b403 into zeromq:master Feb 29, 2012
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.

2 participants