mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add libfabric newest version
This commit is contained in:
parent
ce284aa0d8
commit
a18221a1e3
1 changed files with 24 additions and 1 deletions
|
@ -165,9 +165,32 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public libfabric-upstream-1.16.0
|
||||
(package
|
||||
(inherit gnu:libfabric)
|
||||
(version "1.16.0")
|
||||
(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 "1lk7abv919bc24ak0yr509bdh8dn83sf6ab326kbvs1wdsfln45c"))
|
||||
)
|
||||
)
|
||||
; (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-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
||||
|
||||
(define-public psm2-upstream-11.2.228
|
||||
|
@ -313,4 +336,4 @@
|
|||
;)
|
||||
;
|
||||
;local-libfabric
|
||||
psm2-upstream-11.2.228
|
||||
psm2-upstream-11.2.228
|
||||
|
|
Loading…
Add table
Reference in a new issue