From 942b20e52f81fd3300a3e2235a3c94d1b9b56748 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Tue, 27 May 2025 18:42:03 +0200 Subject: [PATCH 1/2] {2023.06}[2023b,a64fx] apps originally built with EB 4.9.1 --- .../a64fx/eessi-2023.06-eb-4.9.4-2023b.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml b/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml index a244ccd07e..301843e10c 100644 --- a/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml +++ b/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml @@ -87,3 +87,22 @@ easyconfigs: # # see https://github.com/easybuilders/easybuild-easyconfigs/pull/20201 # from-pr: 20201 - Qt5-5.15.13-GCCcore-13.2.0.eb +# from here on easyconfigs were originally built with EB 4.9.1 + - scikit-build-core-0.9.3-GCCcore-13.2.0.eb: + options: + # see https://github.com/easybuilders/easybuild-easyconfigs/pull/21671 + # we need to use from-commit because the PR was merged after EB 4.9.4 was + # released + from-commit: c38f0637504bcd66e6f7f80277552934e1b03127 +# originally built with EB 4.9.1, PR 20522 was included since EB 4.9.2 +# - GROMACS-2024.1-foss-2023b.eb: +# options: +# # see https://github.com/easybuilders/easybuild-easyconfigs/pull/20522 +# from-commit: a0a467a88506c765a93a96b20d7a8fcb01d46b24 + - GROMACS-2024.1-foss-2023b.eb + - NLTK-3.8.1-foss-2023b.eb +# originally built with EB 4.9.1, PR 20792 was included since EB 4.9.2 +# - Valgrind-3.23.0-gompi-2023b.eb: +# options: +# from-pr: 20792 + - Valgrind-3.23.0-gompi-2023b.eb From 0de3a19a7ae57aeb7757e9decb3c35eb71cb6079 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Tue, 27 May 2025 21:42:56 +0200 Subject: [PATCH 2/2] skip GROMACS due to failing test --- .../2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml b/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml index 301843e10c..88cc48fef9 100644 --- a/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml +++ b/easystacks/software.eessi.io/2023.06/a64fx/eessi-2023.06-eb-4.9.4-2023b.yml @@ -99,7 +99,8 @@ easyconfigs: # options: # # see https://github.com/easybuilders/easybuild-easyconfigs/pull/20522 # from-commit: a0a467a88506c765a93a96b20d7a8fcb01d46b24 - - GROMACS-2024.1-foss-2023b.eb +# SOME TEST FAILED, so we skip it here +# - GROMACS-2024.1-foss-2023b.eb - NLTK-3.8.1-foss-2023b.eb # originally built with EB 4.9.1, PR 20792 was included since EB 4.9.2 # - Valgrind-3.23.0-gompi-2023b.eb: