You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#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.
The text was updated successfully, but these errors were encountered: