Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.4.1
-
None
-
Windows [Version 10.0.17134.2208]
Description
Intel has released oneAPI 2023.0 for Windows which now includes the icpx compiler even though it is not the recommended compiler for Windows.
The configuration fails when trying to test icpx as the CXX compiler.
Work around remove icpx from CMakeDetermineCXXCompiler.cmake
finally list compilers to try
if(NOT CMAKE_CXX_COMPILER_INIT)
set(CMAKE_CXX_COMPILER_LIST CC ${_CMAKE_TOOLCHAIN_PREFIX}c++ ${_CMAKE_TOOLCHAIN_PREFIX}g++ aCC cl bcc xlC icpx icx clang++)
endif()
Â
Discussion with Intel can be found here.
Attachments
Issue Links
- relates to
-
QTBUG-102728 create win32-icx qmake.conf to support Intel oneAPI
-
- Reported
-