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
2a2b4c93ff
commit
16906314af
1 changed files with 20 additions and 1 deletions
|
@ -199,11 +199,29 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-public libfabric-upstream-1.16.1
|
||||||
|
(package
|
||||||
|
(inherit gnu:libfabric)
|
||||||
|
(version "1.16.1")
|
||||||
|
(name (string-append (package-name gnu:libfabric) "-upstream" ))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/ofiwg/libfabric/releases/download/v" version "/libfabric-" version ".tar.bz2"))
|
||||||
|
(sha256 (base32 "0gqr7765za14kalwws2brw8l6zw80iai0ggaljw99zls7z9r5yak"))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(inputs `( ("util-linux:lib", util-linux "lib") ;; uuid.h, numa.h
|
||||||
|
("numactl", gnu:numactl)
|
||||||
|
,@(package-inputs gnu:libfabric)))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define local-libfabric libfabric-upstream-1.15.1)
|
|
||||||
|
(define local-libfabric libfabric-upstream-1.16.1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -373,3 +391,4 @@
|
||||||
;
|
;
|
||||||
;local-libfabric
|
;local-libfabric
|
||||||
;psm2-upstream-11.2.230
|
;psm2-upstream-11.2.230
|
||||||
|
;libfabric-upstream-1.16.1
|
Loading…
Add table
Reference in a new issue