me
/
guix
Archived
1
0
Fork 0

gnu: boost-mpi: OpenMPI is not native.

* gnu/packages/boost.scm (boost-mpi)[native-inputs]: Move OPENMPI ...
[inputs]: ... here.
master
Marius Bakke 2022-07-05 23:21:25 +02:00
parent 38aafcf958
commit 4fc6175073
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -417,8 +417,8 @@ signals and slots system.")
(package (package
(inherit boost) (inherit boost)
(name "boost-mpi") (name "boost-mpi")
(native-inputs (inputs
(modify-inputs (package-native-inputs boost) (modify-inputs (package-inputs boost)
(append openmpi))) (append openmpi)))
(arguments (arguments
(substitute-keyword-arguments (package-arguments boost) (substitute-keyword-arguments (package-arguments boost)