[oclgrind] 08/10: Update to LLVM/Clang 3.9

James Price jprice-guest at moszumanska.debian.org
Sun Oct 23 20:01:41 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 c12f77e9cdf1fb0fd36f5982b0e0c2cda61ab995
Author: James Price <j.price at bristol.ac.uk>
Date:   Sun Oct 23 20:33:56 2016 +0100

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

diff --git a/debian/control b/debian/control
index 32566a3..fff79ad 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.8-dev,
- libclang-3.8-dev,
- clang-3.8,
+ llvm-3.9-dev,
+ libclang-3.9-dev,
+ clang-3.9,
  libedit-dev,
  zlib1g-dev,
  libreadline-dev,
diff --git a/debian/rules b/debian/rules
index 0552e8a..2439005 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.8/cmake
+	dh_auto_configure -- -DLLVM_DIR=/usr/lib/llvm-3.9/lib/cmake/llvm
 
 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