easyconfigs-it4i/j/Java/Java-1.8.0_144.eb
Lukáš Krupčík 82b115fceb new file: j/Java/Java-1.8.0_144.eb
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
2017-10-12 10:28:25 +02:00

16 lines
492 B
Plaintext

name = 'Java'
version = "1.8.0_144"
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
(vp, vs) = version.split('_')
altver = '%su%s' % (vp.split('.')[1], vs)
sources = ['jdk-%s-linux-x64.tar.gz' % altver]
moduleclass = 'lang'