From baa647f87637ea55afc76fb5fd13f934d219191f Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 14 Apr 2011 06:29:26 +0000 Subject: - Update of the build scripts for the backport of 2.13.0 finished today - Added rkward for squeeze in order to fix a problem that the squeeze version has with current R - rpy does not compile on lenny git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@70 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_others.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_others.sh') diff --git a/build_others.sh b/build_others.sh index 7c0ff16..671ed92 100644 --- a/build_others.sh +++ b/build_others.sh @@ -13,8 +13,8 @@ echo Architecture is $ARCH apt-get update pbuilder update -#for i in mgcv; do -for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy; do +#for i in rkward; do +for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward; do apt-get source $i cd $i-* -- cgit v1.2.1