mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-23 15:01:23 +01:00

new file: j/Java/Java-1.9.0+181.eb new file: l/Lmod/Lmod-7.7.7.eb new file: l/Lua/Lua-5.3.4.eb new file: s/Singularity/Singularity-2.3.2.eb
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
name = 'Java'
|
|
version = "1.9.0+181"
|
|
|
|
homepage = 'http://java.com/'
|
|
description = """Java Platform, Standard Edition (Java SE) lets you develop and deploy
|
|
Java applications on desktops and servers."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
# download the tar.gz directly from http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
|
sources = ['jdk-9_linux-x64_bin.tar.gz']
|
|
|
|
moduleclass = 'lang'
|