new upstream

This commit is contained in:
Yann Dupont 2022-03-21 15:50:50 +01:00
parent 3670c79190
commit f3e56a62f6

View file

@ -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,11 +111,11 @@
(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)
))
))
(file-name (git-file-name name version))
(sha256 (base32 "0jbm7yadzk0pc7wv2xsvgdgydh3fpracvcc0j15vbjgf6zhr63iw"))
@ -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