guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: openmpi: Add dependency on PSM.


From: Ludovic Courtès
Subject: 10/11: gnu: openmpi: 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 f4433d09a181e2733643a69379e2b1404c59c66c
Author: Dave Love <address@hidden>
Date:   Tue Nov 7 17:58:54 2017 +0100

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

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 98b2121..5054fa9 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -126,6 +126,7 @@ bind processes, and much more.")
      `(("hwloc" ,hwloc "lib")
        ("gfortran" ,gfortran)
        ("libfabric" ,libfabric)
+       ("psm" ,psm)
        ("rdma-core" ,rdma-core)
        ("valgrind" ,valgrind)))
     (native-inputs



reply via email to

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