mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
libfabric 1.15.1
This commit is contained in:
parent
6b3383730f
commit
1c02e1ce08
1 changed files with 7 additions and 65 deletions
|
@ -131,81 +131,23 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(define-public libfabric-opx-beta-upstream-1.14.0-c
|
(define-public libfabric-upstream-1.15.1
|
||||||
|
|
||||||
(let ((commit "e127cd074bbfd8c50b9f3cfb5b8e24162f8076a4"))
|
|
||||||
(package
|
(package
|
||||||
(inherit gnu:libfabric)
|
(inherit gnu:libfabric)
|
||||||
(version "1.14.0c")
|
(version "1.15.1")
|
||||||
(name (string-append (package-name gnu:libfabric) "-opx-beta-upstream" ))
|
(name (string-append (package-name gnu:libfabric) "-upstream" ))
|
||||||
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
(method git-fetch)
|
(uri (string-append "https://github.com/ofiwg/libfabric/releases/download/v" version "/libfabric-" version ".tar.bz2"))
|
||||||
(uri (git-reference
|
(sha256 (base32 "1k8h7sa16gdhilkf0bw65xmv8c5dk13szc3rw56hd1nwm42k1yna"))
|
||||||
(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")
|
|
||||||
("numactl" , gnu:numactl)
|
|
||||||
("psm2" , gnu:psm2)
|
|
||||||
,@(package-inputs gnu:libfabric)))
|
|
||||||
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(define-public libfabric-opx-beta-upstream-1.14.0-d
|
(define local-libfabric libfabric-upstream-1.15.1)
|
||||||
|
|
||||||
(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")
|
|
||||||
("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 local-libfabric libfabric-upstream-1.14.1)
|
|
||||||
(define local-libfabric libfabric-upstream-1.15.0)
|
|
||||||
|
|
||||||
(define-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
(define-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue