[beignet] 02/03: Switch to LLVM 3.9
Rebecca Palmer
rnpalmer-guest at moszumanska.debian.org
Tue Jan 3 22:29:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
rnpalmer-guest pushed a commit to branch master
in repository beignet.
commit 87a95899a79587f6cc78a430116ea9d19dac56c2
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date: Tue Jan 3 22:18:08 2017 +0000
Switch to LLVM 3.9
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 536b8ab..8060dc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
beignet (1.2.1-2) UNRELEASED; urgency=medium
* Fix invalid-iterator crash when compiling large kernels.
+ * Switch to LLVM 3.9.
-- Rebecca N. Palmer <rebecca_palmer at zoho.com> Tue, 03 Jan 2017 21:52:36 +0000
diff --git a/debian/rules b/debian/rules
index c41d745..f25f239 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ SUPERFLUOUS=cl.h cl_d3d10.h cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h cl_platf
# Use the same LLVM version as mesa (build will fail if this version is not available; this is intentional, as mixing versions may cause crashes)
# http://lists.alioth.debian.org/pipermail/pkg-opencl-devel/Week-of-Mon-20160418/000963.html
LLVM_VERSION_MESA := $(shell dpkg-query -f '$${Depends} \n' -W libgl1-mesa-dri:$(DEB_HOST_ARCH) | sed -r 's/.*libllvm([0-9.]+).*/\1/p;d')
-LLVM_VERSION_DEFAULT = 3.8
+LLVM_VERSION_DEFAULT = 3.9
LLVM_VERSION = $(or $(LLVM_VERSION_MESA),$(LLVM_VERSION_DEFAULT))
override_dh_auto_configure:
--
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