summaryrefslogtreecommitdiff
path: root/build_others.sh
blob: 2d4e4f1adfc752a940053788d8730b61cf37d564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Author: Johannes Ranke <jranke@uni-bremen.de>

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
# 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
    apt-get --no-install-recommends build-dep $i
    apt-get source $i
    cd $i-*

    dpkg-buildpackage -B
 
    cd ..
done

Contact - Imprint