Skip to content

Commit

Permalink
Merge pull request #7539 from sassy-crick/20190205103450_new_pr_Java1904
Browse files Browse the repository at this point in the history
{lang}[dummy/dummy] Java v1.9.0.4
  • Loading branch information
boegel committed Mar 9, 2019
2 parents ed52775 + 2e80032 commit 576139b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions easybuild/easyconfigs/j/Java/Java-1.9.0.4.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contribution from the Crick HPC team
# uploaded by J. Sassmannshausen

name = 'Java'
version = '1.9.0.4'

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': 'dummy'}

# download the tar.gz directly from
# http://www.oracle.com/technetwork/java/javase/downloads/index.html
altver = version.split('.', 1)[1]
sources = ['jdk-%s_linux-x64_bin.tar.gz' % altver]
checksums = ['90c4ea877e816e3440862cfa36341bc87d05373d53389ec0f2d54d4e8c95daa2']

moduleclass = 'lang'

0 comments on commit 576139b

Please sign in to comment.