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 23693f0 commit f981e37Copy full SHA for f981e37
cmake/fc.cmake
@@ -38,7 +38,7 @@ if (${F_COMPILER} STREQUAL "G95")
38
endif ()
39
40
41
-if (${F_COMPILER} STREQUAL "GFORTRAN")
+if (${F_COMPILER} STREQUAL "GFORTRAN" OR ${F_COMPILER} STREQUAL "F95")
42
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_GFORT")
43
# ensure reentrancy of lapack codes
44
set(FCOMMON_OPT "${FCOMMON_OPT} -Wall -frecursive")
0 commit comments