-
Notifications
You must be signed in to change notification settings - Fork 50
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
{2023.06}[2023a] Rebuild SciPy-bundle 2023.07 with additional patches #866
Merged
boegel
merged 11 commits into
EESSI:2023.06-software.eessi.io
from
bedroge:SciPy-bundle-2023.07-bug-fix
Jan 22, 2025
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
24bd69a
rebuild SciPy-bundle with additional patches
bedroge 27978a9
add missing colon
bedroge 5abe39e
try workaround for permission issues with rebuilds
bedroge 2c31511
ls on the new dir
bedroge b831333
add echo command for debugging
bedroge 5fefebc
recreate all subdirs of removed app
bedroge 1219b34
fix check for rebuilds easystacks
bedroge ab82e6d
reuse existing directory for rebuilds
bedroge 0a85fd2
recreate installation dir and first-level subdirs after it has been r…
bedroge 2715405
merge changes from PR 871
bedroge bc7ab49
Merge branch '2023.06-software.eessi.io' of github.com:EESSI/software…
bedroge 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 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
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
14 changes: 14 additions & 0 deletions
14
...s/software.eessi.io/2023.06/rebuilds/20250121-eb-4.9.4-SciPy-bundle-2023.07-bug-fixes.yml
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 2025.01.21 | ||
# While adding support for Intel Sapphire Rapids, additional patches applied to the | ||
# original easyconfig were required to successfully build SciPy-bundle 2023.07. | ||
# In order to keep the stack consistent across the different CPUs, | ||
# a rebuild is done for all CPU targets with this updated easyconfig. | ||
# See: | ||
# - https://github.com/easybuilders/easybuild-easyconfigs/pull/19419 | ||
# - https://github.com/easybuilders/easybuild-easyconfigs/pull/20817 | ||
# - https://github.com/easybuilders/easybuild-easyconfigs/pull/21693 | ||
easyconfigs: | ||
- SciPy-bundle-2023.07-gfbf-2023a.eb: | ||
options: | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21693 | ||
from-commit: 7c5144d2c1a061cd9f08b5901970b7f6ec5eb5c0 |
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.
@bedroge Pre-creating an empty installation directory and telling EasyBuild to reuse it rather than removing it and creating one itself helps to avoid the permission issues?
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.
Ah, more info in #871