mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-07 09:33:04 +02:00
bump openmpi, libfabric, rdma-core, openucx
This commit is contained in:
parent
221c111552
commit
7febbd46ba
3 changed files with 59 additions and 56 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue