[oclgrind] 01/01: Reduce LLVM dependency to 3.6.

James Price jprice-guest at moszumanska.debian.org
Tue Aug 18 11:17:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

jprice-guest pushed a commit to branch master
in repository oclgrind.

commit 81033388423aeba8902307d753c07dd6baae1a84
Author: James Price <j.price at bristol.ac.uk>
Date:   Mon Aug 17 23:25:58 2015 +0100

    Reduce LLVM dependency to 3.6.
---
 debian/control | 6 +++---
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 7d2811e..186f5c8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  cmake (>=2.8.12),
- llvm-3.7-dev,
- libclang-3.7-dev,
- clang-3.7,
+ llvm-3.6-dev,
+ libclang-3.6-dev,
+ clang-3.6,
  libedit-dev,
  zlib1g-dev,
  libreadline-dev,
diff --git a/debian/rules b/debian/rules
index a0ed6fe..bfa730e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ include /usr/share/dpkg/default.mk
 	dh $@ --buildsystem=cmake --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DLLVM_DIR=/usr/share/llvm-3.7/cmake
+	dh_auto_configure -- -DLLVM_DIR=/usr/share/llvm-3.6/cmake
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/oclgrind.git



More information about the Pkg-opencl-commits mailing list