academic/R: Updated for version 3.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
melikamp 2015-07-02 13:14:49 +07:00 committed by Willy Sudiarto Raharjo
parent 6a151d47b8
commit 68f900667b
4 changed files with 9 additions and 23 deletions

View file

@ -24,8 +24,8 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=R
VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ "${R_SHLIB:-yes}" = "yes" ]; then
@ -81,8 +81,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p0 < $CWD/extern.patch
CFLAG="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="R"
VERSION="3.2.0"
VERSION="3.2.1"
HOMEPAGE="http://www.r-project.org/"
DOWNLOAD="http://ftp.osuosl.org/pub/cran/src/base/R-3/R-3.2.0.tar.gz"
MD5SUM="66fa17ad457d7e618191aa0f52fc402e"
DOWNLOAD="http://ftp.osuosl.org/pub/cran/src/base/R-3/R-3.2.1.tar.gz"
MD5SUM="c2aac8b40f84e08e7f8c9068de9239a3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,12 +0,0 @@
--- src/include/Rinterface.h (revision 66251)
+++ 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 */

View file

@ -1,8 +1,8 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|