diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-02 17:39:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-02 17:39:25 +0200 |
commit | 3f1738a3ba4b2ca2483d356f54fd2de7577c2ca7 (patch) | |
tree | 2f44029af46d6c242a9d9ca5f1d9b784636831aa /build_others | |
parent | 56157ad9495765d9982875d2e14ab2b29d17692c (diff) |
Don't tighten build dependency, fix fresh repos
Diffstat (limited to 'build_others')
-rwxr-xr-x | build_others | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/build_others b/build_others index ea48dfc..6ba911d 100755 --- a/build_others +++ b/build_others @@ -35,12 +35,11 @@ then apt-get upgrade fi -# When doing a new repository, lattice, r-cran-mass and survival have to be -# built first, then nlme and rmatrix, then the rest - # wheezy/jessie/stretch -#for i in lattice r-cran-mass survival; do -#for i in nlme rmatrix; do +#for i in lattice r-cran-mass; do +#for i in rmatrix nlme; do +#for i in survival; do +#for i in cluster foreign r-cran-class 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-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags; do ./build -s $i done |