Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BLD: put openblas library in local directory on windows #16114

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

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

charris
Copy link
Member

@charris charris commented Apr 29, 2020

Backport of #16101.

Something changed in the image used for windows on azure: python is on C: and the checkout is done in D:. This causes mingw to fail to link with the openblas library if it is put in the "known path" <python-dir>/libs that the openblas discovery mechanism searches. Instead, use an environment variable $OPENBLAS to point to a local directory and copy the library there.

This code is copiedbased on code from numpy-wheels.

* BLD: put openblas library in local directory on windows

* TST: fix broken pip install on windows

* BLD: handle 64-bit windows BLAS
@charris charris added this to the 1.18.4 release milestone Apr 29, 2020
@charris charris merged commit 373fb29 into numpy:maintenance/1.18.x Apr 30, 2020
@charris charris deleted the backport-16101 branch May 2, 2020 17:12
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.

2 participants