easybuild.tools.containers.utils module¶
Authors:
- Shahzeb Siddiqui (Pfizer)
- Kenneth Hoste (HPC-UGent)
- Mohamed Abidi (Bright Computing)
-
easybuild.tools.containers.utils.check_tool(tool_name, min_tool_version=None)¶ This function is a predicate check for the existence of tool_name on the system PATH. If min_tool_version is not None, it will check that the version has an equal or higher value.
-
easybuild.tools.containers.utils.det_os_deps(easyconfigs)¶ Using an easyconfigs object, this utility function will return a list of operating system dependencies that are required to build one or more easybuilds modules.