summaryrefslogtreecommitdiff
path: root/build_others.sh
blob: 0b67494f45b01d9abe461c35aa64f1e4b92102d9 (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