summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Bederián <4043375+zzzoom@users.noreply.github.com>2024-06-19 08:24:54 -0300
committerGitHub <noreply@github.com>2024-06-19 13:24:54 +0200
commite8bc53f37bbe627e0c013f14b436577e78855563 (patch)
tree0adf130517de3f74bf19d71c7b69cd87a2356cd3
parent3b78515fd4ba929cc6823a0222ed14105ccea9a1 (diff)
downloadspack-e8bc53f37bbe627e0c013f14b436577e78855563.tar.gz
spack-e8bc53f37bbe627e0c013f14b436577e78855563.tar.bz2
spack-e8bc53f37bbe627e0c013f14b436577e78855563.tar.xz
spack-e8bc53f37bbe627e0c013f14b436577e78855563.zip
ucx: add v1.17.0 (#44767)
-rw-r--r--var/spack/repos/builtin/packages/ucx/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/ucx/package.py b/var/spack/repos/builtin/packages/ucx/package.py
index c4de4f6062..694ccad9bd 100644
--- a/var/spack/repos/builtin/packages/ucx/package.py
+++ b/var/spack/repos/builtin/packages/ucx/package.py
@@ -20,9 +20,10 @@ class Ucx(AutotoolsPackage, CudaPackage):
license("BSD-3-Clause")
# Current
- version("1.16.0", sha256="f73770d3b583c91aba5fb07557e655ead0786e057018bfe42f0ebe8716e9d28c")
+ version("1.17.0", sha256="34658e282f99f89ce7a991c542e9727552734ac6ad408c52f22b4c2653b04276")
# Still supported
+ version("1.16.0", sha256="f73770d3b583c91aba5fb07557e655ead0786e057018bfe42f0ebe8716e9d28c")
version("1.15.0", sha256="4b202087076bc1c98f9249144f0c277a8ea88ad4ca6f404f94baa9cb3aebda6d")
version("1.14.1", sha256="baa0634cafb269a3112f626eb226bcd2ca8c9fcf0fec3b8e2a3553baad5f77aa")
version("1.14.0", sha256="9bd95e2059de5dece9dddd049aacfca3d21bfca025748a6a0b1be4486e28afdd")
@@ -161,7 +162,7 @@ class Ucx(AutotoolsPackage, CudaPackage):
"-L$with_rocm/hip/lib -L$with_rocm/lib", "$ROCM_LDFLAGS", "configure", string=True
)
- if self.spec.satisfies("^hip@6:"):
+ if self.spec.satisfies("@:1.15 ^hip@6:"):
filter_file("HIP_PLATFORM_HCC", "HIP_PLATFORM_AMD", "configure", string=True)
@when("@1.9-dev")