◆ available_str()
| wtools.config.Requires.available_str |
( |
| cls | ) |
|
Returns a joined string of available requires
◆ check_dep()
| wtools.config.Requires.check_dep |
( |
| cls, |
|
|
| r, |
|
|
| loadlist ) |
Checks if all the requires of r are satisfied in loadlist
◆ configure()
| wtools.config.Requires.configure |
( |
| cls, |
|
|
| cnf, |
|
|
| requires, |
|
|
** | kwargs ) |
Configure stage:
1) Create a list of tools to be loaded, discarding doubles
2) While creating list call option setting for each 'requires'
3) Load the tools from the generated list
4) Call configuration for each tool
5) Local customizations and fixed loads not depending on requires
◆ available_requires
| dict wtools.config.Requires.available_requires |
|
static |
Initial value:= {
"cuda": cuda,
"cxx": cxx,
"python": python,
"qt": qt,
"pyqt": pyqt,
"java": java,
"fastdds": fastdds,
"protoc": protoc,
"cii": cii,
"sphinx": sphinx,
"gtest": gtest,
"qttest": qttest,
"catch2": catch2,
"gbench": gbench,
"pytest": pytest,
"testng": testng,
"boost": boost,
"pybind11": pybind11,
"version_integer": version_integer,
}
The documentation for this class was generated from the following file: