mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
bump libfabric
This commit is contained in:
parent
f101de99dd
commit
867edd0b8e
1 changed files with 4 additions and 4 deletions
|
@ -115,16 +115,16 @@
|
|||
)
|
||||
|
||||
|
||||
(define-public libfabric-upstream-1.15.0rc3
|
||||
(define-public libfabric-upstream-1.15.0
|
||||
(package
|
||||
(inherit gnu:libfabric)
|
||||
(version "1.15.0rc3")
|
||||
(version "1.15.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 "177789c5wsw1vdvg3flgr8ca75xc1l2rfwh7qrqibhcdckpwz9p1"))
|
||||
(sha256 (base32 "1slvgih7y7mb30mvnvxm31k202z48pb3yh98vcfmpsyyx9c2r63h"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@ -205,7 +205,7 @@
|
|||
;(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.0rc3)
|
||||
(define local-libfabric libfabric-upstream-1.15.0)
|
||||
|
||||
(define-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue