Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ easyconfigs:
- GCC-13.3.0.eb
- gfbf-2024a.eb
- FFTW-3.3.10-GCC-13.3.0
- OpenMPI-5.0.3-GCC-13.3.0.eb
- foss-2024a.eb
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
Copy link
Contributor Author

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...

Loading