mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: boost-mpi: OpenMPI is not native.
* gnu/packages/boost.scm (boost-mpi)[native-inputs]: Move OPENMPI ... [inputs]: ... here.
This commit is contained in:
parent
38aafcf958
commit
4fc6175073
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue