Skip to content

Commit

Permalink
cray-gtl 8.1.28 required cuda12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jan 12, 2024
1 parent 47d1913 commit f54b5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stackinator/repo/packages/cray-gtl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f54b5b7

Please sign in to comment.