-
Notifications
You must be signed in to change notification settings - Fork 2
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: start using scipy_openblas wheels in cibuildwheel #61
Conversation
@rgommers, I've been testing out the scipy_openblas wheel in cibuildwheel locally. I can get the wheel to build, but the tests fail because the repaired wheel does not contain the openblas .so within
Using If I install What's the way forward here? Somehow the repair process has to pull in the openblas library to include in I appreciate this is at the cutting edge of what is being done with the openblas wheel, sorry if I'm jumping the gun, it's probably what you're alluding to in scipy#19381 (comment). |
The openblas.pc produced by
|
Not at all, thanks for working on this! And yes, it's this comment:
The The There is one difference though in shared libraries, beyond the name being different - it was already repaired by auditwheel. I think this shouldn't matter, all it should be doing is adding |
No description provided.