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 rdma-core version See merge request glicid-public/guix-glicid!98
This commit is contained in:
commit
eef0f787e2
1 changed files with 17 additions and 1 deletions
|
@ -80,8 +80,23 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-public rdma-core-upstream-42.0
|
||||||
|
(package
|
||||||
|
(inherit gnu:rdma-core)
|
||||||
|
(name (string-append (package-name gnu:rdma-core) "-upstream" ))
|
||||||
|
(version "42.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 "03kclikv4k6rpsj6il131jjbnxyvdaiprc3wkmxn471crxsa9f9y"))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define local-rdma-core rdma-core-upstream-41.0)
|
|
||||||
|
(define local-rdma-core rdma-core-upstream-42.0)
|
||||||
|
|
||||||
(define-public rdma-core-latest (latest-version local-rdma-core gnu:rdma-core))
|
(define-public rdma-core-latest (latest-version local-rdma-core gnu:rdma-core))
|
||||||
|
|
||||||
|
@ -100,6 +115,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(define-public libfabric-upstream-1.14.0
|
(define-public libfabric-upstream-1.14.0
|
||||||
(package
|
(package
|
||||||
(inherit gnu:libfabric)
|
(inherit gnu:libfabric)
|
||||||
|
|
Loading…
Add table
Reference in a new issue