mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump libfabric (test opx)
This commit is contained in:
parent
dcb78636ec
commit
632f7aae7a
1 changed files with 18 additions and 1 deletions
|
@ -115,6 +115,22 @@
|
|||
)
|
||||
|
||||
|
||||
(define-public libfabric-upstream-1.15.0rc3
|
||||
(package
|
||||
(inherit gnu:libfabric)
|
||||
(version "1.15.0rc3")
|
||||
(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 "177789c5wsw1vdvg3flgr8ca75xc1l2rfwh7qrqibhcdckpwz9p1"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public libfabric-opx-beta-upstream-1.14.0-c
|
||||
|
||||
(let ((commit "e127cd074bbfd8c50b9f3cfb5b8e24162f8076a4"))
|
||||
|
@ -188,7 +204,8 @@
|
|||
|
||||
;(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.14.1)
|
||||
(define local-libfabric libfabric-upstream-1.15.0rc3)
|
||||
|
||||
(define-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue