umui-2.0-GCCcore-13.3.0.eb 678 B

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