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 23693f0 + f981e37 commit 5a4fac1Copy full SHA for 5a4fac1
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