easystack
Support for easybuild-ing from multiple easyconfigs based on information obtained from provided file (easystack) with build specifications.
Authors:
- Denis Kristak (Inuits)
- Pavel Grochal (Inuits)
- Kenneth Hoste (HPC-UGent)
- Caspar van Leeuwen (SURF)
EasyStack
¶
EasyStackParser
¶
Bases: object
Parser for easystack files (in YAML syntax).
SoftwareSpecs
¶
Bases: object
Contains information about every software that should be installed
check_value(value, context)
¶
Check whether specified value obtained from a YAML file in specified context represents is valid. The value must be a string (not a float or an int).
parse_easystack(filepath)
¶
Parses through easystack file, returns what EC are to be installed together with their options.