Conversation
…nda-forge-pinning 2019.03.14
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
Interesting. Runtime selection would definitely be nice. A couple of questions:
|
libblas package in host automatically adds the dependency to run
Right, install time.
OpenBLAS is installed by default on linux and MKL on windows. You can select what you want by doing,
We are pinning to |
|
Btw, you can't install multiple Numpy will link to |
|
Thanks, that all sounds good! |
|
Not a WIP anymore. Ready for review |
|
@rgommers, does numpy need CBLAS or just BLAS? Also it doesn't need a C++ compiler right? (Just a C compiler) |
|
I'm going to merge this. (CBLAS and C++ compiler is not a huge issue. Only adds a couple of MBs. We can revisit later) |
|
A C++ compiler is not needed. CBLAS is needed. This comment in |
|
Thanks. All providers are built with CBLAS, so there's no issue there. |
|
Ah yes. Accelerate will probably be dropped soon (SciPy already has dropped it). numpy/numpy#13132 was just opened a few days ago to improve the BLAS/LAPACK selection mechanism, should be in 1.17.0 |
New blas scheme builds the library against the netlib libraries and at runtime any provider (netlib, openblas, mkl, blis) can be used.