gnu: libfabric: Update to 0.11.2.
* gnu/packages/linux.scm (libfabric): Update to 0.11.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c2739c0801
commit
aa108f2710
1 changed files with 2 additions and 2 deletions
|
@ -6726,7 +6726,7 @@ comparing system environments.")
|
||||||
(define-public libfabric
|
(define-public libfabric
|
||||||
(package
|
(package
|
||||||
(name "libfabric")
|
(name "libfabric")
|
||||||
(version "1.4.1")
|
(version "1.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6734,7 +6734,7 @@ comparing system environments.")
|
||||||
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
|
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
|
||||||
version "/libfabric-" version ".tar.bz2"))
|
version "/libfabric-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
|
(base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("rdma-core" ,rdma-core)
|
(inputs `(("rdma-core" ,rdma-core)
|
||||||
,@(match (%current-system)
|
,@(match (%current-system)
|
||||||
|
|
Reference in a new issue