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
Copy file name to clipboardExpand all lines: CMakeLists.txt
+6-16Lines changed: 6 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,10 @@ endif()
121
121
122
122
message(WARNING "CMake support is experimental. It does not yet support all build options and may not produce the same Makefiles that OpenBLAS ships with.")
message(FATAL_ERROR "Multiple OpenMP runtime libraries detected. Mixed OpenMP runtime linkage is dangerous. You may pass -DOpenMP_LANG_LIB_NAMES and -DOpenMP_omp_LIBRARY to manually choose the OpenMP library.")
425
-
endif()
426
-
endif ()
427
-
endif ()
428
-
429
415
if (BINARY64)
430
416
if (INTERFACE64)
431
417
# CCOMMON_OPT += -DUSE64BITINT
@@ -724,6 +710,15 @@ if (LAPACK_STRLEN)
724
710
endif()
725
711
set(LAPACK_FPFLAGS "${LAPACK_FPFLAGS}${FPFLAGS}")
726
712
713
+
#Disable -fopenmp for LAPACK Fortran codes on Windows.
0 commit comments