easybuild.tools.toolchain.options module¶
- The toolchain options module contains the ToolchainOptions class
- These are the options that can be passed to the toolchain through the easyconfig files
- Map values can be string with named templates
- By default following named options is filled
- %(opt)s : option name %(value)s : option value
Authors:
- Stijn De Weirdt (Ghent University)
- Kenneth Hoste (Ghent University)
-
class
easybuild.tools.toolchain.options.ToolchainOptions¶ Bases:
dict-
add_options(options=None, options_map=None)¶ Add @options: dict with options : tuple option_name and option_description @options_map: dict with a mapping between and option and a value
-
option(name, templatedict=None)¶ Return option value
-