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
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -119,10 +119,6 @@ endif()
119
119
120
120
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.")
385
+
endif()
386
+
endif ()
387
+
endif ()
388
+
375
389
if (BINARY64)
376
390
if (INTERFACE64)
377
391
# CCOMMON_OPT += -DUSE64BITINT
@@ -655,15 +669,6 @@ if (LAPACK_STRLEN)
655
669
endif()
656
670
set(LAPACK_FPFLAGS "${LAPACK_FPFLAGS}${FPFLAGS}")
657
671
658
-
#Disable -fopenmp for LAPACK Fortran codes on Windows.
0 commit comments