easyconfigs-it4i/j/JAVA/JAVA-1.9.0+181-PGI-18.5-GCC-6.3.0-2.27.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

15 lines
433 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': 'PGI', 'version': '18.5-GCC-6.3.0-2.27'}
# 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'