Skip to content

Commit

Permalink
use ModulesRC easyblock to make Java/1.8 a wrapper for Java/1.8.0_181
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 14, 2018
1 parent 34da312 commit cfdc6f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ checksums = [
]

builddependencies = [('binutils', '2.30')]
dependencies = [('Java', '8', '', True)]
dependencies = [('Java', '1.8', '', True)]

moduleclass = 'devel'
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
easyblock = 'ModuleRC'

name = 'Java'
version = '8'
version = '1.8'

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
sources = ['jdk-%(version)su181-linux-x64.tar.gz']
checksums = ['1845567095bfbfebd42ed0d09397939796d05456290fb20a83c476ba09f991d3']
dependencies = [('Java', '%(version)s.0_181')]

moduleclass = 'lang'
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/r/R/R-3.5.1-foss-2018b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
('libpng', '1.6.34'), # for plotting in R
('libjpeg-turbo', '2.0.0'), # for plottting in R
('LibTIFF', '4.0.9'),
('Java', '8', '', True),
('Java', '1.8', '', True),
('Tk', '8.6.8'), # for tcltk
('cURL', '7.60.0'), # for RCurl
('libxml2', '2.9.8'), # for XML
Expand Down

0 comments on commit cfdc6f3

Please sign in to comment.