| 1234567891011121314151617181920212223 |
- # uploaded by PY. Barriat
- # 2025
- easyblock = 'ModuleRC'
- name = 'umui'
- version = '2.0'
- homepage = 'https://www.ukca.ac.uk/wiki/index.php/UKCA_&_UMUI_Tutorial_2'
- description = """UMUI 2.0, short for Unified Model User Interface, is a tool used for configuring and managing
- the Unified Model (UM). The UMUI 2.0 GUI is part of the UMUI system and is used to set up and
- manage various aspects of the UM on systems like the NCI virtual machine accessdev."""
- #toolchain = {'name': 'dummy', 'version': 'dummy'}
- toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
- dependencies = [
- ('Tk', '8.6.8'),
- ('expect', '5.45.4'),
- ('bzip2', '1.0.8'),
- ]
- moduleclass = 'tools'
|