[r-backports] / build_others.sh Repository:
ViewVC logotype

View of /build_others.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (download) (as text) (annotate)
Sat Mar 31 13:54:47 2012 UTC (13 months, 3 weeks ago) by ranke
File size: 528 byte(s)
Small change for backport of R 2.15.0 to squeeze

# 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

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1