-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add support for the Intel compiler #17
Comments
Thank you for the issue! Yes, it certainly would be great to support different configurations. I suppose OpenBLAS detected by itself that |
Have a look at the code that I’m removing in this commit. |
Thanks link!
It seems to be more complicated than I intended, but it is feasible as you did. |
Yes, I think it’s worth it. There will be at least one confirmation that it’s working as intended. |
Ok, I will create it. Thanks! |
@termoshtt, is this still relevant? |
Thanks for notification. The above link is out-of-date completely. But Intel compiler support is still a valid issue.
|
I try to compile this crate with intel-compiler (ifort) and succeed by rewriting dylib specification in
build.rs
.https://github.com/termoshtt/openblas-src/pull/1/files
Do you have any plan to support intel compiler?
If you are interest in, I will create PR to introduce
intel
feature to switch gfortran/ifort.The text was updated successfully, but these errors were encountered: