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']
Try to find a suitable Fortran compiler or raise a waflib.Errors.ConfigurationError.