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

Question: Why is this repo using the tarballs from https://anaconda.org/scientific-python-nightly-wheels/openblas-lib? #36

Closed
mattip opened this issue Jan 22, 2024 · 4 comments

Comments

@mattip
Copy link

mattip commented Jan 22, 2024

I am refactoring the openblas-libs build to change the name of the shared object in the tarballs at https://anaconda.org/scientific-python-nightly-wheels/openblas-lib, and this repo turned up in a code search to see who else is using it. This repo is downloading it when building wheels via the openblas_support.py script. But my search foo is not good enough to see where in the code openblas is actually used, and what will break when the new tarballs go live. Could you help me out?

@vnmabus
Copy link
Contributor

vnmabus commented Feb 12, 2024

Is this maybe related to #37?

@mattip
Copy link
Author

mattip commented Feb 12, 2024

Maybe? It seems there is a package called crbfgs that is failing to import. I see it in the cython sources

cimport crbfgs

But I don't see that in your requirements and cannot find a reference to it in PyPI.

@vnmabus
Copy link
Contributor

vnmabus commented Feb 12, 2024

I will mention @jdtuck, just in case he did not read this issue.

@jdtuck
Copy link
Owner

jdtuck commented Feb 12, 2024

@mattip it will not break anything and thank you for checking. It is used in a local CI setup. Don't worry about breaking that. Also not related to #37

@jdtuck jdtuck closed this as completed Feb 12, 2024
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

3 participants