summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-05-12 22:58:13 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-05-12 22:58:13 +0000
commite9190186a55c63363cf20cfbe6cf1121743f3a50 (patch)
treeee24d70f975044f9dd4615cb252f19754e0d7ded /build_others.sh
parent344e765683b1fb7b6a3942449697a4c134e36619 (diff)
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
Diffstat (limited to 'build_others.sh')
-rw-r--r--build_others.sh10
1 files changed, 6 insertions, 4 deletions
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

Contact - Imprint