-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[request] oneMKL #23364
Comments
I'm currently trying to repack libraries from oneMKL installers that are provided by Intel on Windows/Linux. oneMKL seems to be using circular dependencies and conan doesn't support it |
@Nekto89 Thanks for looking into it! That circular dependencies issue might be a pretty hard blocker for now. 😐 I started experimenting with a oneMKL recipe (the non-interfaces one) as well, here: https://github.com/valgur/conan-center-index/blob/new/onemkl/recipes/onemkl/all/conanfile.py Sounds like you have something much more complete in the works. I would gladly collaborate on it, if you can share your current state. |
My version is worse than yours.
|
FYI, upstream just dropped Conan uxlfoundation/oneMath#267 But was broken for 3 years anyway: uxlfoundation/oneMath#117 |
Package Name/Version
oneMKL
Webpage
https://spec.oneapi.io/versions/latest/elements/oneMKL/source/index.html
Source code
https://github.com/oneapi-src/oneMKL
Description of the library/tool
oneMKL would provide an alternative to BLAS and LAPACK currently provided by OpenBLAS, but optimized heavily for Intel CPU-s.
The text was updated successfully, but these errors were encountered: