gnu: r-pbdmpi: Update to 0.5-0.
* gnu/packages/cran.scm (r-pbdmpi): Update to 0.5-0. [propagated-inputs]: Remove r-rlecuyer.
This commit is contained in:
parent
d8ac99ec8e
commit
6287891b2a
1 changed files with 3 additions and 3 deletions
|
@ -37260,13 +37260,13 @@ (define-public r-qpdf
|
||||||
(define-public r-pbdmpi
|
(define-public r-pbdmpi
|
||||||
(package
|
(package
|
||||||
(name "r-pbdmpi")
|
(name "r-pbdmpi")
|
||||||
(version "0.4-6")
|
(version "0.5-0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pbdMPI" version))
|
(uri (cran-uri "pbdMPI" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r6kbrvc0z4mb2dhrz1iqdyx0c03f682b5xfi1igp7z3rszd1va1"))))
|
"0wfx33jhdrwp97chsp9v8z2yf49shycvky8dwl9pgwqd9l69aw7x"))))
|
||||||
(properties `((upstream-name . "pbdMPI")))
|
(properties `((upstream-name . "pbdMPI")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -37275,7 +37275,7 @@ (define-public r-pbdmpi
|
||||||
(add-before 'install 'mpi-setup
|
(add-before 'install 'mpi-setup
|
||||||
,%openmpi-setup))))
|
,%openmpi-setup))))
|
||||||
(inputs (list openmpi))
|
(inputs (list openmpi))
|
||||||
(propagated-inputs (list r-float r-rlecuyer))
|
(propagated-inputs (list r-float))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(home-page "https://pbdr.org/")
|
(home-page "https://pbdr.org/")
|
||||||
(synopsis "Programming with Big Data -- Interface to MPI")
|
(synopsis "Programming with Big Data -- Interface to MPI")
|
||||||
|
|
Loading…
Reference in a new issue