Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pl-cmake / opt / pl-build-tools / share / cmake-3.2 / Modules / Compiler / GNU-Fortran.cmake
Size: Mime:
include(Compiler/GNU)
__compiler_gnu(Fortran)

set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-ffixed-form")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-ffree-form")

# No -DNDEBUG for Fortran.
set(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os")
set(CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")

# Fortran-specific feature flags.
set(CMAKE_Fortran_MODDIR_FLAG -J)