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.
2 parents 23587aa + feed6a7 commit 52e4974Copy full SHA for 52e4974
CMakeLists.txt
@@ -42,7 +42,7 @@ if(_is_coverage_build)
42
endif()
43
44
# By default test Fortran compiler complex abs and complex division
45
-option(TEST_FORTRAN_COMPILER "Test Fortran compiler complex abs and complex division" ON)
+option(TEST_FORTRAN_COMPILER "Test Fortran compiler complex abs and complex division" OFF)
46
if( TEST_FORTRAN_COMPILER )
47
48
add_executable( test_zcomplexabs ${LAPACK_SOURCE_DIR}/INSTALL/test_zcomplexabs.f )
0 commit comments