ucx: add v1.17.0 (#44767)

This commit is contained in:
Carlos Bederián 2024-06-19 08:24:54 -03:00 committed by GitHub
parent 3b78515fd4
commit e8bc53f37b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 @@ def patch(self):
"-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")