[oclgrind] 04/07: Update to LLVM/Clang 6.0
James Price
jprice-guest at moszumanska.debian.org
Sat Mar 10 08:42:23 UTC 2018
This is an automated email from the git hooks/post-receive script.
jprice-guest pushed a commit to branch master
in repository oclgrind.
commit a4a641a2657e460da7566561ff9704d4fa8284af
Author: James Price <j.price at bristol.ac.uk>
Date: Fri Mar 9 22:03:29 2018 +0000
Update to LLVM/Clang 6.0
---
debian/control | 6 +++---
debian/rules | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 92897a7..e5eb877 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.9-dev,
- libclang-3.9-dev,
- clang-3.9,
+ llvm-6.0-dev,
+ libclang-6.0-dev,
+ clang-6.0,
libedit-dev,
zlib1g-dev,
libreadline-dev,
diff --git a/debian/rules b/debian/rules
index 2439005..9789909 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/lib/llvm-3.9/lib/cmake/llvm
+ dh_auto_configure -- -DLLVM_DIR=/usr/lib/llvm-6.0/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