From e9190186a55c63363cf20cfbe6cf1121743f3a50 Mon Sep 17 00:00:00 2001 From: ranke Date: Sun, 12 May 2013 22:58:13 +0000 Subject: Build scripts used for the backport of R 3.0.0 to wheezy git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@86 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_others.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'build_others.sh') diff --git a/build_others.sh b/build_others.sh index 9d207c7..75fde95 100644 --- a/build_others.sh +++ b/build_others.sh @@ -3,10 +3,12 @@ apt-get update apt-get upgrade -# squeeze -# The first three packages are needed for others -for i in r-cran-rjags; do -#for i in 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 +# When doing a new repository, lattice, r-cran-mass and survival have to be +# 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 apt-get --no-install-recommends build-dep $i apt-get source $i -- cgit v1.2.1