mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
bump ucx , rdma-core versions
This commit is contained in:
parent
f3a98e94ed
commit
609959d4c3
2 changed files with 46 additions and 1 deletions
|
@ -19,5 +19,35 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public ucx-newer-1.11.2
|
||||
(package
|
||||
(inherit gnu:ucx)
|
||||
(name (string-append (package-name gnu:ucx) "-newer" ))
|
||||
(version "1.11.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
|
||||
(sha256 (base32 "1py62vjr0hgyqsdpr04jhn918i8ccn6ghjalwpcjpz24admgisyy"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(define-public ucx-newer-1.12.0
|
||||
(package
|
||||
(inherit gnu:ucx)
|
||||
(name (string-append (package-name gnu:ucx) "-newer" ))
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
|
||||
(sha256 (base32 "1djxsakwjwnw21hhzsr02w6h2jd2k16bm4pah4iz6k8s5pg99sck"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(define local-ucx ucx-newer-1.11.2)
|
||||
(define-public ucx-latest local-ucx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue