mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rmpi: Update to 0.7-2.
* gnu/packages/cran.scm (r-rmpi): Update to 0.7-2. [properties]: Specify updater-extra-inputs. [arguments]: Use G-expression. Change-Id: Ic15015bf181ae1e7689b7c81a3bf11258e2df946
This commit is contained in:
parent
4ee04aa632
commit
71b8ed4a28
1 changed files with 11 additions and 7 deletions
|
@ -7221,20 +7221,24 @@ (define-public r-rmtstat
|
|||
(define-public r-rmpi
|
||||
(package
|
||||
(name "r-rmpi")
|
||||
(version "0.7-1")
|
||||
(version "0.7-2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rmpi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h9dvlh9mvbc4lhxbv9c8yak3yrq4p7xym92pk5al5wkx9yy5nhp"))))
|
||||
(properties `((upstream-name . "Rmpi")))
|
||||
"1vrf6bakx9i73sdgggpxzl1lxjn68b8pwvmk69d56lnya2gzm4c5"))))
|
||||
(properties
|
||||
`((upstream-name . "Rmpi")
|
||||
(updater-extra-inputs . ("openmpi"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'install 'mpi-setup
|
||||
,%openmpi-setup))))
|
||||
(list
|
||||
#:configure-flags '(list "--configure-args=\"--with-Rmpi-type=OPENMPI\"")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'install 'mpi-setup
|
||||
#$%openmpi-setup))))
|
||||
(inputs
|
||||
(list openmpi))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue