Skip to content

Commit

Permalink
add 8.1.29 (nvhpc only)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jan 29, 2024
1 parent 8e8e6b1 commit 8529e90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stackinator/repo/packages/cray-mpich/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
from spack.package import *

_versions = {
"8.1.29": {
"Linux-aarch64": "6133ce31b20612a8152323d2d64211085a026ec62beacda4e8a2566d7b807605",
},
"8.1.28": {
"Linux-aarch64": "001fe9f94274e059c060f9ff55ee84f8f2818440df9932a9504303110a95943f",
"Linux-aarch64": "dfd6c685adfbf070fe9d546d95b31e108ee7089a738447fa7326973a3e696e8d",
"Linux-x86_64": "55a0a068bd8bff14f302c5371d7e2b4cf732d5c1ec875bb03e375644e1a6beab",
},
"8.1.27": {
Expand Down Expand Up @@ -75,6 +78,7 @@ class CrayMpich(Package):
"8.1.26",
"8.1.27",
"8.1.28",
"8.1.29",
]:
with when("+cuda"):
depends_on(f"cray-gtl@{ver} +cuda", type="link", when="@" + ver)
Expand All @@ -87,6 +91,7 @@ class CrayMpich(Package):

conflicts("%gcc@:7")
conflicts("%gcc@:11", when="@8.1.28:")
conflicts("%nvhpc", when="@8.1.29")

def setup_run_environment(self, env):
env.set("MPICC", join_path(self.prefix.bin, "mpicc"))
Expand Down

0 comments on commit 8529e90

Please sign in to comment.