guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/50: gnu: r-rmpfr: Update to 0.8-1.


From: guix-commits
Subject: 24/50: gnu: r-rmpfr: Update to 0.8-1.
Date: Mon, 27 Jan 2020 10:33:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6c6d051322b4a89c4c539f156f4480c5c8e83bd7
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 16:28:28 2020 +0100

    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.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 69e2b61..f1efbb9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10680,20 +10680,23 @@ limitations\" using the GNU Multiple Precision 
library.")
 (define-public r-rmpfr
   (package
     (name "r-rmpfr")
-    (version "0.7-2")
+    (version "0.8-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rmpfr" version))
        (sha256
         (base32
-         "1zq3as34r27v2yc729731997wdhxb6cs5ilmak4nmsljabnac7gc"))))
+         "09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
     (properties `((upstream-name . "Rmpfr")))
     (build-system r-build-system)
     (inputs
-     `(("mpfr" ,mpfr)))
+     `(("mpfr" ,mpfr)
+       ("gmp" ,gmp)))
     (propagated-inputs
      `(("r-gmp" ,r-gmp)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (home-page "http://rmpfr.r-forge.r-project.org/";)
     (synopsis "R bindings to the MPFR library")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]