gnu: boost-mpi: OpenMPI is not native.

* gnu/packages/boost.scm (boost-mpi)[native-inputs]: Move OPENMPI ...
[inputs]: ... here.
This commit is contained in:
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

View file

@ -417,8 +417,8 @@ (define-public boost-mpi
(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)