You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Sorry for the late reply. We don't have resources for supporting compilers beyond gcc/clang and MSVC, but we are receptive to accept PRs for new ones. If interested, please send yours.
Describe the bug
The compilation and detection of the intel oneAPI compiler fails.
To Reproduce
fails.
The problem arises since the compiler ID is shown to be IntelLLVM which breaks nearly all of the COMPILER_ID checks present in the CMakeLists file.
It would be great if this could be amended in some way.
All newer Intel compilers will be based on LLVM and the COMPILER ID will be:
IntelLLVM
.System information:
Additional context
I believe the errors this produce
are only due to the cmake files not being able to detect the features allowed by the compiler. So I think it should be solveable in the cmake files.
Let me know if you need anything else.
The text was updated successfully, but these errors were encountered: