guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: r: Update to 3.2.1.


From: Ricardo Wurmus
Subject: 02/02: gnu: r: Update to 3.2.1.
Date: Mon, 29 Jun 2015 14:13:35 +0000

rekado pushed a commit to branch master
in repository guix.

commit 74e03fccd35e3d7ae664d9ae76102c7ce7853e40
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jun 29 16:02:09 2015 +0200

    gnu: r: Update to 3.2.1.
    
    * gnu/packages/statistics.scm (r): Update to 3.2.1.
    * gnu/packages/patches/r-fix-15899.patch: Remove file.
    * gnu-system.am (dist_patch_DATA): Remove it.
---
 gnu-system.am                          |    1 -
 gnu/packages/patches/r-fix-15899.patch |   17 -----------------
 gnu/packages/statistics.scm            |    5 ++---
 3 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/gnu-system.am b/gnu-system.am
index 2adffd5..6934c92 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -579,7 +579,6 @@ dist_patch_DATA =                                           
\
   gnu/packages/patches/qt4-tests.patch                         \
   gnu/packages/patches/qt5-conflicting-typedefs.patch          \
   gnu/packages/patches/qt5-runpath.patch                       \
-  gnu/packages/patches/r-fix-15899.patch                       \
   gnu/packages/patches/ratpoison-shell.patch                   \
   gnu/packages/patches/readline-link-ncurses.patch             \
   gnu/packages/patches/ripperx-libm.patch                      \
diff --git a/gnu/packages/patches/r-fix-15899.patch 
b/gnu/packages/patches/r-fix-15899.patch
deleted file mode 100644
index 40593d3..0000000
--- a/gnu/packages/patches/r-fix-15899.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Without the "extern" keyword external applications linking against R (such as
-Shogun, for example) might not be linkable.
-
-See https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15899 for details
-about this bug.
-
---- a/src/include/Rinterface.h (revision 66251)
-+++ b/src/include/Rinterface.h (working copy)
-@@ -84,7 +84,7 @@
- void fpu_setup(Rboolean);
- 
- /* in unix/system.c */
--int R_running_as_main_program; 
-+extern int R_running_as_main_program; 
- 
- #ifdef CSTACK_DEFNS
- /* duplicating Defn.h */
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0b9e081..91d988e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -42,7 +42,7 @@
 (define-public r
   (package
     (name "r")
-    (version "3.2.0")
+    (version "3.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -50,8 +50,7 @@
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0dagyqgvi8i3nw158qi2zpwm04s4ffzvnmk5niaksvxs30zrbbpm"))
-              (patches (list (search-patch "r-fix-15899.patch")))))
+                "10n9yhs55v1nnmdgsrgfncw29vq3ly70n8gvy1f4lq7l0hzvr7fm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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