We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30188a5 commit d78fbe4Copy full SHA for d78fbe4
cmake/system.cmake
@@ -672,6 +672,9 @@ endif ()
672
if (${CMAKE_C_COMPILER} STREQUAL "LSB" OR ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
673
set(LAPACK_CFLAGS "${LAPACK_CFLAGS} -DLAPACK_COMPLEX_STRUCTURE")
674
endif ()
675
+if (${CMAKE_C_COMPILER_ID} MATCHES "IntelLLVM" AND ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
676
+ set(LAPACK_CFLAGS "${LAPACK_CFLAGS} -DNOCHANGE")
677
+endif ()
678
679
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
680
if ("${F_COMPILER}" STREQUAL "FLANG")
0 commit comments