guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: boost-mpi: OpenMPI is not native.


From: guix-commits
Subject: 13/15: gnu: boost-mpi: OpenMPI is not native.
Date: Tue, 5 Jul 2022 18:38:50 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4fc61750733ab0f4082da2d94ad04faba2eb34a4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 5 23:21:25 2022 +0200

    gnu: boost-mpi: OpenMPI is not native.
    
    * gnu/packages/boost.scm (boost-mpi)[native-inputs]: Move OPENMPI ...
    [inputs]: ... here.
---
 gnu/packages/boost.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index e0589c1d7b..1e6881b9ca 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -417,8 +417,8 @@ signals and slots system.")
   (package
     (inherit boost)
     (name "boost-mpi")
-    (native-inputs
-     (modify-inputs (package-native-inputs boost)
+    (inputs
+     (modify-inputs (package-inputs boost)
        (append openmpi)))
     (arguments
      (substitute-keyword-arguments (package-arguments boost)



reply via email to

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