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

BUG: distutils: fix issue with rpath in fcompiler/gnu.py #8110

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Oct 2, 2016

-Wl,rpath= is Linux-specific, OS X needs a comma.

This addresses gh-6486, which was already closed but not actually addressed.

``-Wl,rpath=`` is Linux-specific, OS X needs a comma.

This addresses numpygh-6486, which was already closed but not actually addressed.
@charris
Copy link
Member

charris commented Oct 6, 2016

Thanks Ralf.

@rgommers rgommers deleted the rpath-comma branch October 6, 2016 19:02
@rgommers rgommers added this to the 1.12.0 release milestone Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants