-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use ModulesRC easyblock to make Java/1.8 a wrapper for Java/1.8.0_181
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
easybuild/easyconfigs/j/Java/Java-8.eb → easybuild/easyconfigs/j/Java/Java-1.8.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters