Dict mapping the platform names to lists of names of Fortran compilers to try, in order of preference:
from waflib.Tools.compiler_c import c_compiler
c_compiler['linux'] = ['gfortran', 'g95', 'ifort']
Detects a suitable Fortran compiler
Raises: | waflib.Errors.ConfigurationError when no suitable compiler is found |
---|