From 1e32f6b26336ab10522bcc079cd507e5205efe7d Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 27 Aug 2025 21:06:18 +0200 Subject: [PATCH 1/3] add M4/1.4.19 to EESSI 2025.06 since it's no longer filtered out as dependency --- .../2025.06/eessi-2025.06-eb-5.1.1-system.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml new file mode 100644 index 0000000000..91e0e8a5da --- /dev/null +++ b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml @@ -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 From 0ad223b2f6d5367d89696c2610af5b1bac7b683b Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 27 Aug 2025 21:06:52 +0200 Subject: [PATCH 2/3] {2025.06} OpenMPI/5.0.3-GCC-13.3.0 + foss/2024a --- .../software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml index 1b095f648c..487f04fb46 100644 --- a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml +++ b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-2024a.yml @@ -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 From 72f9978d75998c802631b82a3fe1e64adb3258c8 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 1 Sep 2025 11:32:13 +0200 Subject: [PATCH 3/3] rename easystack file with system toolchain installations to get order of builds correct --- ...-eb-5.1.1-system.yml => eessi-2025.06-eb-5.1.1-001-system.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename easystacks/software.eessi.io/2025.06/{eessi-2025.06-eb-5.1.1-system.yml => eessi-2025.06-eb-5.1.1-001-system.yml} (100%) diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-001-system.yml similarity index 100% rename from easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-system.yml rename to easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.1-001-system.yml