Closed AlexKurek closed 1 year ago
I was aware of the change of MKL to oneAPI MKL, but this made me notice that the switch to that never made it upstream (it is in my local dev recipe). Thanks for bringing that to light.
The recent addition of site.cfg to the repo was exactly to start linking NumPy etc. against the custom BLAS libraries, so good to see that suggestion as well.
Do you happen to know what happens internally when specifying multiple BLAS libraries for e.g. NumPy's site.cfg? It is not entirely clear to me from their documentation whether it link against both dynamically or if it picks what it considers the most efficient one.
No, unfortunately I have no idea. I was always putting there mkl_rt
.
Fixed in the latest release.
Hi, I just want to show you - are you aware that there is 2023 version of MKL called One API MKL? This is how I install numpy and scipi against that libraries.