diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-06-29 16:02:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-06-29 16:13:28 +0200 |
commit | 74e03fccd35e3d7ae664d9ae76102c7ce7853e40 (patch) | |
tree | c098c52fdba9a81795156f4221a5295dddb13ede /gnu/packages/patches | |
parent | 82c370dea1c4711b70f129ffe598df149b08a82c (diff) | |
download | guix-74e03fccd35e3d7ae664d9ae76102c7ce7853e40.tar guix-74e03fccd35e3d7ae664d9ae76102c7ce7853e40.tar.gz |
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.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/r-fix-15899.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/patches/r-fix-15899.patch b/gnu/packages/patches/r-fix-15899.patch deleted file mode 100644 index 40593d34e6..0000000000 --- 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 */ |