mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
bump libfabric version See merge request glicid-public/guix-glicid!49
This commit is contained in:
commit
a083a85157
1 changed files with 16 additions and 0 deletions
|
@ -65,6 +65,22 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public rdma-core-upstream-41.0
|
||||
(package
|
||||
(inherit gnu:rdma-core)
|
||||
(name (string-append (package-name gnu:rdma-core) "-upstream" ))
|
||||
(version "41.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/linux-rdma/rdma-core/releases/download/v" version "/rdma-core-" version ".tar.gz"))
|
||||
(sha256 (base32 "0yshfxm9i9fi51mmnxbbv39hqlrc34jzmq6gl2b9f8hzlywdxdz0"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define local-rdma-core rdma-core-upstream-39.0)
|
||||
|
||||
(define-public rdma-core-latest (latest-version local-rdma-core gnu:rdma-core))
|
||||
|
|
Loading…
Add table
Reference in a new issue