bump openmpi, libfabric, rdma-core, openucx

This commit is contained in:
Yann Dupont 2023-10-13 09:14:44 +02:00
parent 221c111552
commit 7febbd46ba
3 changed files with 59 additions and 56 deletions

View file

@ -92,11 +92,25 @@
(base32
"1pdg51p4ir0v1dm8lx15l3y1plm3zjn9l16xvplyqpfyb4h5xncv"))))))
(define-public ucx-upstream-1.15.0
(package
(inherit gnu:ucx)
(name (string-append (package-name gnu:ucx) "-upstream"))
(version "1.15.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/openucx/ucx/releases/download/v"
version "/ucx-" version ".tar.gz"))
(sha256
(base32
"0vfsxcxcpadsji7l0vyasj5ai3ks4w64y529ja7wkhbb0y3j082b"))))))
(define local-ucx
ucx-upstream-1.14.0)
(define-public ucx-latest
(latest-version local-ucx gnu:ucx))
(define local-ucx ucx-upstream-1.15.0)
(define-public ucx-latest (latest-version local-ucx gnu:ucx))
(define-public ucx-latest-rdma
(transform-package ((instead-of "rdma-core" rdma-core-latest)