-
Notifications
You must be signed in to change notification settings - Fork 74
{2025.06} OpenMPI/5.0.3-GCC-13.3.0 + foss/2024a
#1164
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
ocaisa
merged 4 commits into
EESSI:main
from
boegel:2025.06-software.eessi.io-2024a-OpenMPI
Sep 24, 2025
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
1e32f6b
add M4/1.4.19 to EESSI 2025.06 since it's no longer filtered out as d…
boegel 0ad223b
{2025.06} OpenMPI/5.0.3-GCC-13.3.0 + foss/2024a
boegel 72f9978
rename easystack file with system toolchain installations to get orde…
boegel 96fbd9c
Merge branch 'main' into 2025.06-software.eessi.io-2024a-OpenMPI
ocaisa 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
7 changes: 7 additions & 0 deletions
7
easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml
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,7 @@ | ||
| easyconfigs: | ||
| # note: M4 is only listed here because it's a build dependency for GCCcore, | ||
| # but it was still filtered out as dependency when GCCcore/13.3.0 and GCCcore/14.2.0 got built; | ||
| # now Autotools/Automake/libtool/M4 are retained as (build) dependency because the newer versions | ||
| # in EESSI 2025.06 compat layer can cause problems with some installations (like OpenMPI); | ||
| # see also https://github.com/EESSI/software-layer-scripts/pull/74 | ||
| - M4-1.4.19.eb | ||
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.
note: this is required to fix missing installations check that will pop up once EESSI/software-layer-scripts#74 is deployed/merged...