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

new file: l/LIBSVM/LIBSVM-3.22-intel-2017a.eb modified: l/libpciaccess/libpciaccess-0.13.1.eb
16 lines
492 B
Plaintext
16 lines
492 B
Plaintext
name = 'Java'
|
|
version = "1.8.0_121"
|
|
|
|
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'
|