mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump libfabric
This commit is contained in:
parent
c7cdf58321
commit
9cdce5c109
1 changed files with 18 additions and 1 deletions
|
@ -99,6 +99,22 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public libfabric-upstream-1.14.1
|
||||
(package
|
||||
(inherit gnu:libfabric)
|
||||
(version "1.14.1")
|
||||
(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 "1vca7p5cczlrayglps8ibdy0fz9nb9pm04jj07cikr58pjabpykc"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public libfabric-opx-beta-upstream-1.14.0-c
|
||||
|
||||
(let ((commit "e127cd074bbfd8c50b9f3cfb5b8e24162f8076a4"))
|
||||
|
@ -171,7 +187,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-opx-beta-upstream-1.14.0-d)
|
||||
(define local-libfabric libfabric-opx-beta-upstream-1.14.1)
|
||||
|
||||
(define-public libfabric-latest (latest-version local-libfabric gnu:libfabric))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue