[beignet] 01/01: switch to llvm-3.8 everywhere
Andreas Beckmann
anbe at moszumanska.debian.org
Fri Sep 9 23:07:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository beignet.
commit 33dd8f637fe2c434d0df9492a27802437353c3c7
Author: Andreas Beckmann <anbe at debian.org>
Date: Fri Sep 9 20:02:31 2016 +0200
switch to llvm-3.8 everywhere
---
debian/changelog | 2 +-
debian/control | 9 +++------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0eb995b..5a2f004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ beignet (1.2.0-1) unstable; urgency=medium
* Drop patches applied upstream, refresh others.
* Move cl_intel_accelerator to cl_intel.h to fix FTBFS with
system cl_ext.h.
- * Switch to LLVM 3.8 also on x32 and kfreebsd-i386.
+ * Switch to LLVM 3.8 everywhere.
* Update and improve documentation.
* Re-enable test suite (disabled by default upstream).
* Skip tests with known issues.
diff --git a/debian/control b/debian/control
index 9247866..f13e32e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,9 @@ Build-Depends:
cmake (>= 2.8.5),
# We use the same LLVM version as mesa (see debian/rules)
libgl1-mesa-dri,
- clang-3.7 [kfreebsd-amd64],
- libclang-3.7-dev [kfreebsd-amd64],
- llvm-3.7-dev [kfreebsd-amd64],
- clang-3.8 [!kfreebsd-amd64],
- libclang-3.8-dev [!kfreebsd-amd64],
- llvm-3.8-dev [!kfreebsd-amd64],
+ clang-3.8,
+ libclang-3.8-dev,
+ llvm-3.8-dev,
ocl-icd-dev,
ocl-icd-opencl-dev,
pkg-config,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-commits
mailing list