mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'main' of gitlab.univ-nantes.fr:glicid-public/guix-glicid
This commit is contained in:
commit
73de0897c8
1 changed files with 39 additions and 1 deletions
|
@ -133,7 +133,45 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define local-libfabric libfabric-opx-beta-upstream-1.14.0-c)
|
||||
|
||||
(define-public libfabric-opx-beta-upstream-1.14.0-d
|
||||
|
||||
(let ((commit "e127cd074bbfd8c50b9f3cfb5b8e24162f8076a4"))
|
||||
(package
|
||||
(inherit gnu:libfabric)
|
||||
(version "1.14.0d")
|
||||
(name (string-append (package-name gnu:libfabric) "-opx-beta-upstream" ))
|
||||
|
||||
(source
|
||||
(origin
|
||||
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ofiwg/libfabric.git")
|
||||
(commit commit)
|
||||
))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0fh665l2xcl59zhbn63y5bm8v9s652gk5s8r094qb4if0bp3in04"))
|
||||
|
||||
)
|
||||
)
|
||||
(inputs `(
|
||||
("autoconf", autoconf)
|
||||
("automake", automake)
|
||||
("libtool", libtool)
|
||||
; ("libuuid" , util-linux "lib") ; intended : no psm3
|
||||
("numactl" , gnu:numactl)
|
||||
; ("psm2" , gnu:psm2) ; intended : no psm2
|
||||
,@(package-inputs gnu:libfabric)))
|
||||
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
;(define local-libfabric libfabric-opx-beta-upstream-1.14.0-c)
|
||||
(define local-libfabric libfabric-opx-beta-upstream-1.14.0-d)
|
||||
|
||||
(define-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue