mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

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
19 lines
479 B
Plaintext
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'
|