File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
easybuild/easyconfigs/j/Java Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ name = 'Java'
2+ version = '8.345'
3+ local_build = 'b01'
4+
5+ homepage = 'http://openjdk.java.net'
6+ description = """Java Platform, Standard Edition (Java SE) lets you develop and deploy
7+ Java applications on desktops and servers."""
8+
9+ toolchain = SYSTEM
10+
11+ local_tarball_tmpl = 'OpenJDK8U-jdk_%s_linux_hotspot_%%(version_major)su%%(version_minor)s%s.tar.gz'
12+
13+ # Using the Adoptium Eclipse Temurin builds, recommended by https://whichjdk.com/#distributions
14+
15+ source_urls = ['https://github.com/adoptium/temurin8-binaries/releases/download/'
16+ 'jdk%%(version_major)su%%(version_minor)s-%s/' % local_build ]
17+ sources = [local_tarball_tmpl % ('%(jdkarch)s' , local_build )]
18+
19+ checksums = [
20+ {
21+ local_tarball_tmpl % ('x64' , local_build ):
22+ 'ed6c9db3719895584fb1fd69fc79c29240977675f26631911c5a1dbce07b7d58' ,
23+ local_tarball_tmpl % ('aarch64' , local_build ):
24+ 'c1965fb24dded7d7944e2da36cd902adf3b7b1d327aaa21ea507cff00a5a0090' ,
25+ local_tarball_tmpl % ('ppc64le' , local_build ):
26+ 'f2be72678f6c2ad283453d0e21a6cb03144dda356e4edf79f818d99c37feaf34' ,
27+ }
28+ ]
29+
30+ moduleclass = 'lang'
Original file line number Diff line number Diff line change 1+ easyblock = 'ModuleRC'
2+
3+ name = 'Java'
4+ version = '8'
5+
6+ homepage = 'https://java.com/'
7+ description = """Java Platform, Standard Edition (Java SE) lets you develop and deploy
8+ Java applications on desktops and servers."""
9+
10+ toolchain = SYSTEM
11+
12+ dependencies = [('Java' , '%(version)s.345' )]
13+
14+ moduleclass = 'lang'
You can’t perform that action at this time.
0 commit comments