Skip to content

Commit

Permalink
change Java easyconfig meant to be updated in-place to non-wrapper ap…
Browse files Browse the repository at this point in the history
…proach, since that break restoring of module collections
  • Loading branch information
boegel committed Aug 23, 2018
1 parent 34a8db1 commit 34da312
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 40 deletions.
24 changes: 0 additions & 24 deletions easybuild/easyconfigs/j/JDK/JDK-1.8.0_181.eb

This file was deleted.

24 changes: 8 additions & 16 deletions easybuild/easyconfigs/j/Java/Java-8.eb
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# Authors:: Jack Perdue <[email protected]> - TAMU HPRC - http://hprc.tamu.edu

easyblock = 'Bundle'

name = 'Java'
version = '8'

homepage = 'http://gcc.gnu.org/'
description = """
Java Platform, Standard Edition (Java SE) lets you develop and deploy
Java applications on desktops and servers.
"""

toolchain = {'name': 'dummy', 'version': ''}
homepage = 'http://java.com/'
description = """Java Platform, Standard Edition (Java SE) lets you develop and deploy
Java applications on desktops and servers."""

dependencies = [
('JDK', '1.%(version)s.0_181')
]
toolchain = {'name': 'dummy', 'version': 'dummy'}

altroot = 'JDK'
altversion = 'JDK'
# 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']

moduleclass = 'lang'

0 comments on commit 34da312

Please sign in to comment.