mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
18 lines
527 B
Plaintext
18 lines
527 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-07-28_09-51-13
|
|
name = 'Java'
|
|
version = '1.8.0_51'
|
|
|
|
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'
|