[oclgrind] 02/04: Update to LLVM/Clang 3.8

James Price jprice-guest at moszumanska.debian.org
Sat Oct 1 12:11:44 UTC 2016


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

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

commit c0155571c99b7f7ae9ca428053ab6e4ccdb83d66
Author: James Price <j.price at bristol.ac.uk>
Date:   Sat Oct 1 11:57:48 2016 +0100

    Update to LLVM/Clang 3.8
---
 debian/control | 6 +++---
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 10b821c..a28411c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends:
  debhelper (>= 9),
  dh-exec (>= 0.3),
  cmake (>= 2.8.12),
- llvm-3.6-dev,
- libclang-3.6-dev,
- clang-3.6,
+ llvm-3.8-dev,
+ libclang-3.8-dev,
+ clang-3.8,
  libedit-dev,
  zlib1g-dev,
  libreadline-dev,
diff --git a/debian/rules b/debian/rules
index 4cfdfed..0552e8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ include /usr/share/dpkg/default.mk
 
 override_dh_auto_configure:
 	if [ -d src/CL ]; then mv src/CL src/CL-Do-Not-Use ; fi
-	dh_auto_configure -- -DLLVM_DIR=/usr/share/llvm-3.6/cmake
+	dh_auto_configure -- -DLLVM_DIR=/usr/share/llvm-3.8/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