mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump libfabric version
This commit is contained in:
parent
70029d82dd
commit
814fb1cc87
1 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ in the @code{debug} output), and binutils.")))
|
|||
(package
|
||||
(inherit libfabric)
|
||||
(name "glicid-specific-libfabric-gcc-11")
|
||||
(version "1.11.2")
|
||||
(version "1.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -597,7 +597,7 @@ in the @code{debug} output), and binutils.")))
|
|||
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
|
||||
version "/libfabric-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
|
||||
(base32 "0b34p88w399jabdf77jpskxyv2j60nwxlsj3lyk9svjy9458wg6v"))))
|
||||
|
||||
(inputs `(("gcc", gcc-11)
|
||||
("rdma-core", glicid-specific-rdma-core-gcc-11)
|
||||
|
|
Loading…
Add table
Reference in a new issue