mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rmpi: Setup MPI for tests.
* gnu/packages/cran.scm (r-rmpi)[arguments]: Add 'mpi-setup phase.
This commit is contained in:
parent
eb6785cfe7
commit
56d447ba16
1 changed files with 4 additions and 1 deletions
|
@ -1827,7 +1827,10 @@ (define-public r-rmpi
|
|||
(properties `((upstream-name . "Rmpi")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")))
|
||||
`(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'install 'mpi-setup
|
||||
,%openmpi-setup))))
|
||||
(inputs
|
||||
`(("openmpi" ,openmpi)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue