From fd664aac3f70ef27bf011c29b23378215ec9f475 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Jul 2016 21:43:26 +0900 Subject: [PATCH] enable clang-pure with libclang-3.7-dev (#1692) This reverts commit 56a3d846a5ea1ca20781183e28a6c161065a7c54. --- build-constraints.yaml | 3 +-- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ddc3e01..3b4684b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,8 +2415,7 @@ packages: "Patrick Chilton ": - solga - solga-swagger - # https://github.com/fpco/stackage/pull/1692 - #- clang-pure + - clang-pure - webrtc-vad "Michal Konecny ": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 7eb88074..8583155d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -46,6 +46,7 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ + libclang-3.7-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \