-
Notifications
You must be signed in to change notification settings - Fork 782
{tools}[gfbf/2023b] JPype v1.5.0 #19880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
akesandgren
merged 10 commits into
easybuilders:develop
from
SimonPinches:20240216173355_new_pr_JPype1150
Apr 8, 2026
+27
−3
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
a9e89f8
adding easyconfigs: JPype1-1.5.0-gfbf-2023b.eb
SimonPinches 8619149
Rename JPype1 to JPype
SimonPinches e34e98b
Java/21.0.2
SimonPinches 4157e84
Remove duplicate Java/21 from this branch
SimonPinches 599397e
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
SimonPinches 0586838
Merge remote-tracking branch 'github/develop' into 20240216173355_new…
SimonPinches 6010109
Add exception for JPype/1.5.0 to use Java/21
SimonPinches 317fcf9
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
verdurin b8e8c2b
Update JPype-1.5.0-gfbf-2023b.eb
verdurin 5a02a82
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
akesandgren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| easyblock = 'PythonBundle' | ||
|
|
||
| name = 'JPype' | ||
| version = '1.5.0' | ||
|
|
||
| homepage = 'http://www.jpype.org' | ||
| description = "A Python module to provide full access to Java from within Python" | ||
|
|
||
| toolchain = {'name': 'gfbf', 'version': '2023b'} | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.11.5'), | ||
| ('SciPy-bundle', '2023.11'), | ||
| ('Java', '21', '', SYSTEM), | ||
| ] | ||
|
|
||
| exts_list = [ | ||
| ('JPype1', version, { | ||
| 'modulename': 'jpype', | ||
| 'checksums': ['425a6e1966afdd5848b60c2688bcaeb7e40ba504a686f1114589668e0631e878'], | ||
| }), | ||
| ] | ||
|
|
||
| moduleclass = 'tools' | ||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimonPinches Does this really need
Java/21?For the
2023bgeneration, we usually stick withJava/11...There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boegel Some of our applications need
Java/21as remarked here in PR #20945. It is also the recommended LTS version (see https://whichjdk.com/).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can make an exception to this, but you're swimming upstream a bit for this generation of easyconfigs...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I've added an exception which shouldn't be needed when we move to using the new 2025b toolchains :-)