update numpy easyblock to support installing numpy >= 2.0#3777
Merged
branfosj merged 5 commits intoeasybuilders:developfrom Jun 27, 2025
Merged
update numpy easyblock to support installing numpy >= 2.0#3777branfosj merged 5 commits intoeasybuilders:developfrom
branfosj merged 5 commits intoeasybuilders:developfrom
Conversation
This was referenced Jun 24, 2025
This comment was marked as resolved.
This comment was marked as resolved.
branfosj
reviewed
Jun 26, 2025
Co-authored-by: Simon Branford <[email protected]>
Member
Author
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 4 out of 4 (4 easyconfigs in total) |
Member
|
Test report by @branfosj Overview of tested easyconfigs (in order)
Build succeeded for 21 out of 21 (6 easyconfigs in total) |
Member
|
Going in, thanks @boegel! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Very much WIP, but a first naive tests seems to have done something useful (though it didn't actually run
mesonat all?!):The
SciPy-bundle-2025.06-gfbf-2025a.ebeasyconfig here was taken from easybuilders/easybuild-easyconfigs#23023 and edited to (only) havenumpy2.3.0 as extensioncc @Micket
edit: update 20250624: mostly working now, requires some changes to
PythonPackageeasyblock:PythonPackageto allow specifying location to temporary installation used in test step + also update$PATHto pick up on binaries/scripts from it #3797