From 11b79bbece2781c9393aa55d58d015b82c09d763 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 05:14:07 +0300 Subject: [PATCH] Try out inline-r again (#842) --- build-constraints.yaml | 6 ++---- debian-bootstrap.sh | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58b2bd2b..9ac6a4cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1019,10 +1019,8 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - # https://github.com/fpco/stackage/issues/842 - # - inline-r - # - H + - inline-r + - H "David Fox @ddssff": - debian diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 490c99cc..a83aa9f9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -11,6 +11,7 @@ # http://www.stackage.org/install add-apt-repository -y ppa:zoogie/sdl2-snapshots +add-apt-repository -y ppa:marutter/rrutter apt-get update apt-get install -y \ @@ -65,6 +66,8 @@ apt-get install -y \ nodejs \ npm \ libadns1-dev \ + r-base \ + r-base-dev \ libpcap0.8-dev mkdir /tmp/nettle-build