summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-09-27 19:55:42 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-09-27 19:55:42 +0000
commitee54c5fa857c480356e024a8d47b107518a8babe (patch)
tree6f45f83d731e9bcb8238d5f5394922d4aef18b09 /build_others.sh
parentc2023332a123705c1fbda0c11f4e6940f778607b (diff)
Updates of scripts for backport of R 3.0.2
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@92 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_others.sh')
-rw-r--r--build_others.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_others.sh b/build_others.sh
index cc33f93..3ec176c 100644
--- a/build_others.sh
+++ b/build_others.sh
@@ -7,8 +7,8 @@ apt-get upgrade
# built first, then nlme and rmatrix, then the rest
# squeeze/wheezy
-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
+#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-*

Contact - Imprint