mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +02:00
bump openucx version
This commit is contained in:
parent
78e4a73c3b
commit
8698bd3844
1 changed files with 16 additions and 1 deletions
|
@ -67,8 +67,23 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public ucx-upstream-1.13.1
|
||||
(package
|
||||
(inherit gnu:ucx)
|
||||
(name (string-append (package-name gnu:ucx) "-upstream" ))
|
||||
(version "1.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
|
||||
(sha256 (base32 "0a1qvnlvj2k5xgzkfs3md8ai3mmz6i1zv8w2rhm1s4wfnqlpihzg"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(define local-ucx ucx-upstream-1.13.0)
|
||||
|
||||
(define local-ucx ucx-upstream-1.13.1)
|
||||
(define-public ucx-latest (latest-version local-ucx gnu:ucx))
|
||||
|
||||
(define-public ucx-latest-rdma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue