guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: openmpi: Fix typo.


From: guix-commits
Subject: 01/08: gnu: openmpi: Fix typo.
Date: Fri, 15 Nov 2019 17:29:37 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 96a469f1cdac9c3a1022eca3e7a3cb408b7464eb
Author: Ludovic Courtès <address@hidden>
Date:   Fri Nov 15 22:56:43 2019 +0100

    gnu: openmpi: Fix typo.
    
    * gnu/packages/mpi.scm (openmpi)[inputs]: For UCX, check the supported
    systems of UCX, not PSM2.
---
 gnu/packages/mpi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 5fde6ef..30169f7 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -192,7 +192,7 @@ bind processes, and much more.")
              `(("psm2" ,psm2))
              '())
        ,@(if (and (not (%current-target-system))
-                  (member (%current-system) (package-supported-systems psm2)))
+                  (member (%current-system) (package-supported-systems ucx)))
              `(("ucx" ,ucx))
              '())
        ("rdma-core" ,rdma-core)



reply via email to

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