diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2012-03-31 13:54:47 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2012-03-31 13:54:47 +0000 |
commit | 787c2d33333c77fa24aedada9f433eb5d61324ef (patch) | |
tree | 0d62e39fdb207f4cb95efca52b50f9eecf511ec6 | |
parent | 2bf9c7feac2d270555c2450333abd8582b5bf342 (diff) |
Small change for backport of R 2.15.0 to squeeze
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@78 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | build_others.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_others.sh b/build_others.sh index 0b67494..2d4e4f1 100644 --- a/build_others.sh +++ b/build_others.sh @@ -3,9 +3,9 @@ apt-get update # lenny -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; 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; do # squeeze -#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 r-cran-rjags; 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 r-cran-rjags; do apt-get --no-install-recommends build-dep $i apt-get source $i cd $i-* |