From f5804cbf7176d0447debc9073d5de88ac4b3c91a Mon Sep 17 00:00:00 2001 From: ranke Date: Sat, 18 May 2013 13:19:21 +0000 Subject: Updates of build scripts for backport of 3.0.1 to squeeze git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@88 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_others.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build_others.sh') diff --git a/build_others.sh b/build_others.sh index 75fde95..cc33f93 100644 --- a/build_others.sh +++ b/build_others.sh @@ -7,9 +7,8 @@ apt-get upgrade # built first, then nlme and rmatrix, then the rest # squeeze/wheezy -#for i in rmatrix survival; do -for i in cluster foreign r-cran-class r-cran-coda r-cran-spatial r-cran-nnet kernsmooth mgcv rodbc rpart littler rpy rpy2 rkward r-cran-rjags; do -#for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rkward r-cran-rjags; do +for i in r-cran-rjags; do +#for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags; do apt-get --no-install-recommends build-dep $i apt-get source $i cd $i-* -- cgit v1.2.1