easyconfigs-it4i/j/Java/Java-1.8.0_241.eb
Lukáš Krupčík 9b43f1ce94 modified: c/CUDA/CUDA-10.1.243.eb
modified:   c/CUDA/CUDA-10.2.89.eb
	new file:   c/CUDA/CUDA-11.0.182.eb
	new file:   j/Java/Java-1.8.0_241.eb
2020-07-13 12:42:53 +02:00

19 lines
479 B
Plaintext

# JH 2020
name = 'Java'
version = "1.8.0_241"
homepage = 'http://java.com/'
description = """Java Platform, Standard Edition (Java SE) lets you develop and deploy
Java applications on desktops and servers."""
toolchain = SYSTEM
# 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'