compiler_fc

waflib.Tools.compiler_fc.configure(conf)[source]

Try to find a suitable Fortran compiler or raise a waflib.Errors.ConfigurationError.

waflib.Tools.compiler_fc.options(opt)[source]

Restrict the compiler detection from the command-line:

$ waf configure --check-fortran-compiler=ifort

Previous topic

d_scan

Next topic

g95

This Page