icpc¶
Detects the Intel C++ compiler
-
waflib.Tools.icpc.conf(f)¶ Decorator: attach new configuration functions to
waflib.Build.BuildContextandwaflib.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.icpc.find_icpc(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContextFinds the program icpc, and execute it to ensure it really is icpc