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

View of /build_jags.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (download) (as text) (annotate)
Mon Oct 31 09:37:46 2011 UTC (18 months, 2 weeks ago) by ranke
File size: 299 byte(s)
Modification of the build scripts that I use for making amd64 binary 
packages, as I went back to using a chroot for these.

#!/bin/bash

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

# Author: Johannes Ranke <jranke@uni-bremen.de>

apt-get update
apt-get build-dep jags
apt-get source jags

cd jags-*

dpkg-buildpackage -B

cd ..

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1