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

Numpy build fails if it detects system libraries and tries to link with them #417

Closed
inclement opened this issue Jul 12, 2015 · 1 comment

Comments

@inclement
Copy link
Member

#414 is an example of this.

I also have the issue with blas libraries, and possibly gfortran itself - numpy detects these and tries to link with them, which obviously fails.

I have a patch in the revamp that resolves this by the brute force of hardcoding all library lookups to fail. If I can test this and understand it better, I'll backport it.

@inclement
Copy link
Member Author

I merged the PR with my fixes for this, so this should work now.

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

No branches or pull requests

1 participant