From f54b5b73143138aeba4bdc31e3746ab82cf062f2 Mon Sep 17 00:00:00 2001 From: Simon Pintarelli Date: Fri, 12 Jan 2024 18:37:23 +0100 Subject: [PATCH] cray-gtl 8.1.28 required cuda12 --- stackinator/repo/packages/cray-gtl/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stackinator/repo/packages/cray-gtl/package.py b/stackinator/repo/packages/cray-gtl/package.py index bdb35ce..2fbe8c9 100644 --- a/stackinator/repo/packages/cray-gtl/package.py +++ b/stackinator/repo/packages/cray-gtl/package.py @@ -59,8 +59,8 @@ class CrayGtl(Package): conflicts("+cuda", when="+rocm", msg="Pick either CUDA or ROCM") with when("+cuda"): - # libcudart.so.11.0 - depends_on("cuda@11.0:11", type="link") + depends_on("cuda@11.0:11", type="link", when="@:8.1.27") + depends_on("cuda@12:", type="link", when="@8.1.28:") with when("+rocm"): # libamdhip64.so.5