[Pkg-opencl-devel] [clinfo] 06/06: Imported Debian patch 0.0.20130513-1.1
Andreas Beckmann
anbe at moszumanska.debian.org
Sun Nov 9 21:56:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository clinfo.
commit 576af636b7717a922efffe0ca6e1aa212949dc8d
Author: Julien Cristau <jcristau at debian.org>
Date: Mon Sep 15 18:02:53 2014 +0200
Imported Debian patch 0.0.20130513-1.1
---
debian/changelog | 10 ++++++++++
debian/patches/fix-opencl-1.1.diff | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 93b4602..aeeb9ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+clinfo (0.0.20130513-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+
+ [ Andreas Boll ]
+ * Drop unused CL_DEVICE_BUILT_IN_KERNELS query, fixes clinfo output on
+ OpenCL 1.1 drivers (Closes: #721103).
+
+ -- Julien Cristau <jcristau at debian.org> Mon, 15 Sep 2014 18:02:53 +0200
+
clinfo (0.0.20130513-1) unstable; urgency=low
* New upstream release
diff --git a/debian/patches/fix-opencl-1.1.diff b/debian/patches/fix-opencl-1.1.diff
new file mode 100644
index 0000000..df2108c
--- /dev/null
+++ b/debian/patches/fix-opencl-1.1.diff
@@ -0,0 +1,12 @@
+--- a/device.cpp
++++ b/device.cpp
+@@ -49,7 +49,8 @@
+ {
+ query(address_bits, CL_DEVICE_ADDRESS_BITS);
+ query(available, CL_DEVICE_AVAILABLE);
+- query(built_in_kernels, CL_DEVICE_BUILT_IN_KERNELS);
++ // FIXME check for OpenCL 1.2
++ // query(built_in_kernels, CL_DEVICE_BUILT_IN_KERNELS);
+ query(compiler_available, CL_DEVICE_COMPILER_AVAILABLE);
+ try
+ {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8028318
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-opencl-1.1.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git
More information about the Pkg-opencl-devel
mailing list