mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
bump ucx version See merge request glicid-public/guix-glicid!73
This commit is contained in:
commit
6ba1119a5c
1 changed files with 17 additions and 1 deletions
|
@ -52,7 +52,23 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define local-ucx ucx-upstream-1.12.1)
|
(define-public ucx-upstream-1.13.0
|
||||||
|
(package
|
||||||
|
(inherit gnu:ucx)
|
||||||
|
(name (string-append (package-name gnu:ucx) "-upstream" ))
|
||||||
|
(version "1.13.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
|
||||||
|
(sha256 (base32 "0gay9qsyz5ia68sakq1dakvk3sblh4fawnwzg09q2y723zr82f4a"))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
(define local-ucx ucx-upstream-1.13.0)
|
||||||
(define-public ucx-latest (latest-version local-ucx gnu:ucx))
|
(define-public ucx-latest (latest-version local-ucx gnu:ucx))
|
||||||
|
|
||||||
(define-public ucx-latest-rdma
|
(define-public ucx-latest-rdma
|
||||||
|
|
Loading…
Add table
Reference in a new issue