mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: libfabric: Update to 2.3.1.
* gnu/packages/linux.scm (libfabric): Update to 2.3.1. Change-Id: I095e666c2142c7552a649893da5875db7c05d186 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e626941500
commit
8cdef4cab6
1 changed files with 2 additions and 2 deletions
|
|
@ -10145,7 +10145,7 @@ known as Slingshot.")
|
|||
(define-public libfabric
|
||||
(package
|
||||
(name "libfabric")
|
||||
(version "2.3.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -10153,7 +10153,7 @@ known as Slingshot.")
|
|||
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
|
||||
version "/libfabric-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "02gb12ijj19aad4c3dwckrrnjlsmy9fizkgw8a5zdzpqd3lgq60x"))))
|
||||
(base32 "0npkfkkhyir31r2p1zsfi7yrvcam60fp8ps4s2csjc2drqbrz4rf"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(let ((if-supported ;XXX: modified from openmpi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue