mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
new upstream
This commit is contained in:
parent
3670c79190
commit
f3e56a62f6
1 changed files with 10 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
|||
#:use-module (gnu packages cryptsetup)
|
||||
#:use-module (gnu packages golang)
|
||||
#:use-module ((gnu packages linux) #:prefix gnu:)
|
||||
; #:use-module (gnu packages linux) ;; yes : redundant FIXIT
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages python)
|
||||
|
@ -99,7 +100,7 @@
|
|||
|
||||
(define-public libfabric-opx-beta-upstream-1.14.0-a
|
||||
|
||||
(let ((commit "89cbe4d54b23ef98a4795ef8c59f7da85b3a3872"))
|
||||
(let ((commit "e127cd074bbfd8c50b9f3cfb5b8e24162f8076a4"))
|
||||
(package
|
||||
(inherit gnu:libfabric)
|
||||
(version "1.14.0")
|
||||
|
@ -110,7 +111,7 @@
|
|||
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cornelisnetworks/libfabric")
|
||||
(url "https://github.com/ofiwg/libfabric.git")
|
||||
;; (branch "opx-beta-upstream")
|
||||
;; (commit ("89cbe4d54b23ef98a4795ef8c59f7da85b3a3872")) ;; no tag, as of 2022 03 18
|
||||
(commit commit)
|
||||
|
@ -122,10 +123,13 @@
|
|||
)
|
||||
(inputs `(
|
||||
("autoconf", autoconf)
|
||||
("automake", automake)
|
||||
("libtool", libtool)
|
||||
; ("libuuid" , util-linux "lib")
|
||||
,@(package-inputs gnu:libfabric)))
|
||||
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(define local-libfabric libfabric-upstream-1.14.0)
|
||||
|
@ -232,3 +236,4 @@
|
|||
)
|
||||
|
||||
|
||||
libfabric-opx-beta-upstream-1.14.0-a
|
||||
|
|
Loading…
Add table
Reference in a new issue