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
@@ -52,7 +52,7 @@ OPTION(MKL_BUILDER "Build MKL support with Intel MKLs Custom library builder" OF
52
52
OPTION(EXAMPLES"Build Examples"ON)
53
53
OPTION(BLAS_AUTO_DETECT"Enabled the BLAS auto detection during configuration"ON)
54
54
OPTION(LINK_OPENMP"Link OpenMP to FlexiBLAS"OFF)
55
-
IF (APPLE)
55
+
IF (APPLE)
56
56
OPTION(LTO"Enable Link Time Optimization / IPO"OFF)
57
57
ELSE()
58
58
OPTION(LTO"Enable Link Time Optimization / IPO"ON)
@@ -203,30 +203,30 @@ IF ( ${CMAKE_C_COMPILER_ID} STREQUAL "GNU")
203
203
ENDIF()
204
204
205
205
#
206
-
# MacOS on ARM produces wrong results with to expensive optimizations
206
+
# MacOS on ARM produces wrong results with to expensive optimizations
207
207
#
208
-
IF ( APPLEANDCMAKE_SYSTEM_PROCESSORSTREQUAL"arm64"AND CMAKE_Fortran_COMPILER_ID STREQUAL"GNU"
208
+
IF ( APPLEANDCMAKE_SYSTEM_PROCESSORSTREQUAL"arm64"AND CMAKE_Fortran_COMPILER_ID STREQUAL"GNU"
209
209
AND CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL"14.0.0"AND CMAKE_Fortran_COMPILER_VERSION VERSION_LESS_EQUAL"16.0.0")
210
-
message(WARNING"Your gfortran compiler is known to produce wrong code on MacOS/Apple Silicon. Turning off some optimizations. See https://github.com/Reference-LAPACK/lapack/issues/1073 for some details")
210
+
message(WARNING"Your gfortran compiler is known to produce wrong code on MacOS/Apple Silicon. Turning off some optimizations. See https://github.com/Reference-LAPACK/lapack/issues/1073 for some details")
0 commit comments