File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ Overlay reason:
2+ - parallel feature
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ if(NOT _VCPKG_LINUX_TOOLCHAIN)
1717
1818 # if(NOT INTEL_INSTALL_PATH)
1919 # set(INTEL_INSTALL_PATH /tools/toolchains/intel/oneapi/compiler/latest)
20- # set(HAVE_LIBM "${INTEL_INSTALL_PATH}/lib/libimf.a" CACHE FILEPATH "")
2120 # endif()
2221
2322 # set(INTEL_PATH ${INTEL_INSTALL_PATH}/bin/)
@@ -26,6 +25,8 @@ if(NOT _VCPKG_LINUX_TOOLCHAIN)
2625 message (STATUS "Oneapi: $ENV{ONEAPI_ROOT} " )
2726 set (INTEL_LLVM_PATH "$ENV{ONEAPI_ROOT} /compiler/$ENV{ONEAPI_VERSION} /bin/compiler/" )
2827
28+ set (HAVE_LIBM "$ENV{ONEAPI_ROOT} /$ENV{ONEAPI_VERSION} /lib/libimf.a" CACHE FILEPATH "" )
29+
2930 set (CMAKE_C_COMPILER ${INTEL_PATH} icx CACHE FILEPATH "" )
3031 set (CMAKE_ASM_COMPILER ${INTEL_PATH} icx CACHE FILEPATH "" )
3132 set (CMAKE_CXX_COMPILER ${INTEL_PATH} icpx CACHE FILEPATH "" )
You can’t perform that action at this time.
0 commit comments