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

ENH: enabled extra_link_args in OpenBLAS segment #6328

Merged
merged 1 commit into from Sep 22, 2015
Merged

ENH: enabled extra_link_args in OpenBLAS segment #6328

merged 1 commit into from Sep 22, 2015

Conversation

zerothi
Copy link
Contributor

@zerothi zerothi commented Sep 17, 2015

The extra_link_args is sadly not intrinsically used
for many parts of the system_info code.

This commit adds the linking properties stored
when using extra_link_args in the openblas section
to bypass any difficulties in the usage of OpenBLAS.

This is especially helpful when linking against external
LAPACK libraries which requires -lgfortran and possibly
-lm for correct linking.

This PR is more general than #5855 without making site.cfg more complex, which I think is good.

This PR supersedes #5855 and is a complement to the already merged PR #5597
#5855 will be closed to prefer this PR.

The extra_link_args is sadly not intrinsically used
for many parts of the system_info code.

This commit adds the linking properties stored
when using extra_link_args in the openblas section
to bypass any difficulties in the usage of OpenBLAS.

This is especially helpful when linking against external
LAPACK libraries which requires -lgfortran and possibly
-lm for correct linking.
@charris charris added this to the 1.10.0 release milestone Sep 21, 2015
@charris
Copy link
Member

charris commented Sep 21, 2015

LGTM. @rgommers, @juliantaylor Comment?

charris added a commit that referenced this pull request Sep 22, 2015
ENH: enabled extra_link_args in OpenBLAS segment
@charris charris merged commit 81ed748 into numpy:master Sep 22, 2015
@charris
Copy link
Member

charris commented Sep 22, 2015

Thanks @zerothi .

@zerothi zerothi deleted the enh-distutils-openblas branch September 22, 2015 17:38
charris added a commit that referenced this pull request Sep 22, 2015
@rgommers
Copy link
Member

rgommers commented Oct 9, 2015

thanks for persisting and getting the solution over the finish line @zerothi!

@zerothi
Copy link
Contributor Author

zerothi commented Oct 9, 2015

Thanks for the great package!
Contributions is the least I can do :)
Thanks for the encouragement 👍

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

3 participants