g95

waflib.Tools.g95.conf(f)

Decorator: attach new configuration functions to waflib.Build.BuildContext and waflib.Configure.ConfigurationContext. The methods bound will accept a parameter named ‘mandatory’ to disable the configuration errors:

def configure(conf):
        conf.find_program('abc', mandatory=False)
Parameters

f (function) – method to bind

waflib.Tools.g95.find_g95(conf)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

waflib.Tools.g95.g95_flags(conf)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

waflib.Tools.g95.g95_modifier_win32(conf)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

waflib.Tools.g95.g95_modifier_cygwin(conf)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

waflib.Tools.g95.g95_modifier_darwin(conf)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

waflib.Tools.g95.g95_modifier_platform(conf)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

waflib.Tools.g95.get_g95_version(conf, fc)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext get the compiler version