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

View of /build_r-base.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (download) (as text) (annotate)
Thu Apr 4 23:00:13 2013 UTC (7 weeks, 1 day ago) by ranke
File size: 258 byte(s)
Update of the build scripts used for the R 3.0.0 backport, changing the build location for the backports

#!/bin/bash

# Script to facilitate building r-base binaries for CRAN in a chroot
# Matching CRAN sources must be in /etc/apt/sources.list of the chroot

apt-get update
apt-get build-dep r-base
apt-get source r-base

cd r-base-*

dpkg-buildpackage -B

cd ..

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1