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 45 See merge request glicid-public/guix-glicid!235
This commit is contained in:
commit
c24a51b53a
1 changed files with 12 additions and 0 deletions
|
@ -19,6 +19,18 @@
|
|||
#:use-module (glicid packages golang)
|
||||
#:use-module (glicid utils))
|
||||
|
||||
|
||||
(define-public rdma-core-upstream-45.0
|
||||
(package
|
||||
(inherit gnu:rdma-core)
|
||||
(name (string-append (package-name gnu:rdma-core) "-upstream"))
|
||||
(version "45.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 "16k08qm08ssqnri3217y687j6v4sz7ag4frq4nj31dssyg65c4lq"))))))
|
||||
|
||||
|
||||
(define-public rdma-core-upstream-44.0
|
||||
(package
|
||||
(inherit gnu:rdma-core)
|
||||
|
|
Loading…
Add table
Reference in a new issue