guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: libfabric: Add dependency on PSM.


From: Ludovic Courtès
Subject: 09/11: gnu: libfabric: Add dependency on PSM.
Date: Tue, 7 Nov 2017 12:12:07 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7bc05ef0acbf8153a05615a4f45d8ceb16acdda1
Author: Dave Love <address@hidden>
Date:   Tue Nov 7 17:58:27 2017 +0100

    gnu: libfabric: Add dependency on PSM.
    
    * gnu/packages/linux.scm (libfabric)[inputs]: Add PSM.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 19376fc..2e185e8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4394,7 +4394,7 @@ comparing system environments.")
         (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
     (build-system gnu-build-system)
     (inputs `(("rdma-core" ,rdma-core)
-              ;; TODO: add psm, psm(2).
+              ("psm" ,psm)
               ("libnl" ,libnl)))
     (home-page "https://ofiwg.github.io/libfabric/";)
     (synopsis "Open Fabric Interfaces")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]