summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-04-04 23:00:13 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-04-04 23:00:13 +0000
commit8c9b697df9226c45c809845d1f01345f0d9ab710 (patch)
tree5a6bcb1165952b92d6f53a192430ad0e1b565896 /build_others.sh
parentc061b2b647af36e344f89b641b3fb2991d31b43a (diff)
Update of the build scripts used for the R 3.0.0 backport, changing the build location for the backports
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@83 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_others.sh')
-rw-r--r--build_others.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/build_others.sh b/build_others.sh
index 2d4e4f1..9d207c7 100644
--- a/build_others.sh
+++ b/build_others.sh
@@ -1,11 +1,13 @@
# Author: Johannes Ranke <jranke@uni-bremen.de>
apt-get update
+apt-get upgrade
-# 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
# 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
+# 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
+#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
cd $i-*

Contact - Imprint