From f3e56a62f6fb0b3cbff5513f0f14c32d64a1f56a Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Mon, 21 Mar 2022 15:50:50 +0100 Subject: [PATCH] new upstream --- glicid/packages/linux.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/glicid/packages/linux.scm b/glicid/packages/linux.scm index 1ef1d1f..ca14e26 100644 --- a/glicid/packages/linux.scm +++ b/glicid/packages/linux.scm @@ -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