diff --git a/bot/build.sh b/bot/build.sh index 2884db8de4..572113ef43 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,7 @@ # give up as soon as any error occurs set -e -git clone https://github.com/EESSI/software-layer-scripts +git clone --single-branch --branch CUDA_cuDNN_hooks_202506 https://github.com/casparvl/software-layer-scripts # symlink everything, except for: # - common files like LICENSE and README.md diff --git a/easystacks/software.eessi.io/2025.06/accel/nvidia/eessi-2025.06-eb-5.2.0-001-system.yml b/easystacks/software.eessi.io/2025.06/accel/nvidia/eessi-2025.06-eb-5.2.0-001-system.yml new file mode 100644 index 0000000000..7cd5e9353d --- /dev/null +++ b/easystacks/software.eessi.io/2025.06/accel/nvidia/eessi-2025.06-eb-5.2.0-001-system.yml @@ -0,0 +1,15 @@ +easyconfigs: + - CUDA-12.6.0.eb: + options: + accept-eula-for: CUDA + - CUDA-12.8.0.eb: + options: + accept-eula-for: CUDA + - cuDNN-9.5.0.50-CUDA-12.6.0.eb: + options: + accept-eula-for: cuDNN + cuda-sanity-check-accept-missing-ptx: True + - cuDNN-9.10.1.4-CUDA-12.8.0.eb: + options: + accept-eula-for: cuDNN + cuda-sanity-check-accept-missing-ptx: True