From e50888450cc398a5867c26e6c4e66249c9dccc30 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 2 Jul 2025 13:59:18 +0200 Subject: [PATCH 1/3] Add pmt as test --- .../accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml b/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml index 60d82d46ad..a80a49035e 100644 --- a/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml +++ b/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml @@ -2,3 +2,4 @@ easyconfigs: - CUDA-12.1.1.eb: options: accept-eula-for: CUDA + - pmt-1.2.0-GCCcore-12.3.0-CUDA-12.1.1.eb: From ffe79b42699bb483263d477035050f38000a66c4 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Tue, 8 Jul 2025 16:49:39 +0200 Subject: [PATCH 2/3] Testing Alan's feature branch for software layer scripts --- bot/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index d72ecbdd0c..7f136b4b63 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,9 @@ # give up as soon as any error occurs set -e -git clone https://github.com/EESSI/software-layer-scripts +#git clone https://github.com/EESSI/software-layer-scripts +# Testing Alan's feature branch +git clone --branch remove_configure_easybuild git@github.com:ocaisa/software-layer-scripts.git # symlink everything, except for: # - common files like LICENSE and README.md From 54819b83ff71e7116e3d9efdc41aa775f1d53a93 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 9 Jul 2025 11:55:24 +0200 Subject: [PATCH 3/3] Restore original bot/build.sh --- bot/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bot/build.sh b/bot/build.sh index 7f136b4b63..d72ecbdd0c 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,9 +3,7 @@ # give up as soon as any error occurs set -e -#git clone https://github.com/EESSI/software-layer-scripts -# Testing Alan's feature branch -git clone --branch remove_configure_easybuild git@github.com:ocaisa/software-layer-scripts.git +git clone https://github.com/EESSI/software-layer-scripts # symlink everything, except for: # - common files like LICENSE and README.md