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

BLD: catch link error. #15406

Merged
merged 1 commit into from
Jan 24, 2020
Merged

Conversation

rsmith-nl
Copy link

When system_info.py is trying to find cblas as libblas, there can be a
different library called libblas that doesn't contain the referenced
function cblas_ddot. This raises a distutils.errors.LinkError, which
is currently not caught.

This patch fixes #15389.

The system_info in master was reworked for 1.17, and doesn't have this
issue.

When system_info.py is trying to find cblas as libblas, there can be a
different library called libblas that doesn't contain the referenced
function cblas_ddot. This raises a distutils.errors.LinkError, which
is currently not caught.

This patch fixes numpy#15389.

The system_info in master was reworked for 1.17, and doesn't have this
issue.
@charris charris merged commit 12daed7 into numpy:maintenance/1.16.x Jan 24, 2020
@charris
Copy link
Member

charris commented Jan 24, 2020

Thanks @rsmith-nl . I went ahead and merged, it can't hurt. Whether or not there is another release of 1.16, we will see.

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