gnu: r-rmpfr: Update to 0.8-1.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-1. [inputs]: Add gmp. [native-inputs]: Add pkg-config.master
parent
6378827a71
commit
6c6d051322
|
@ -10680,20 +10680,23 @@ limitations\" using the GNU Multiple Precision library.")
|
||||||
(define-public r-rmpfr
|
(define-public r-rmpfr
|
||||||
(package
|
(package
|
||||||
(name "r-rmpfr")
|
(name "r-rmpfr")
|
||||||
(version "0.7-2")
|
(version "0.8-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rmpfr" version))
|
(uri (cran-uri "Rmpfr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zq3as34r27v2yc729731997wdhxb6cs5ilmak4nmsljabnac7gc"))))
|
"09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
|
||||||
(properties `((upstream-name . "Rmpfr")))
|
(properties `((upstream-name . "Rmpfr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpfr" ,mpfr)))
|
`(("mpfr" ,mpfr)
|
||||||
|
("gmp" ,gmp)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-gmp" ,r-gmp)))
|
`(("r-gmp" ,r-gmp)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://rmpfr.r-forge.r-project.org/")
|
(home-page "http://rmpfr.r-forge.r-project.org/")
|
||||||
(synopsis "R bindings to the MPFR library")
|
(synopsis "R bindings to the MPFR library")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue