Java/11 (Java-11.eb)
Install with the EasyBuild-user module:
To access module help after installation and get reminded for which stacks and partitions the module is installed, usemodule spider Java/11
.
EasyConfig:
easyblock = 'ModuleRC'
name = 'Java'
version = '11'
homepage = 'https://java.com/'
whatis = [
'Description: Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers'
]
description = """
Java Platform, Standard Edition (Java SE) lets you develop and deploy
Java applications on desktops and servers.
"""
toolchain = SYSTEM
dependencies = [
('Java', '%(version)s.0.21')
]
moduleclass = 'lang'