[beignet] 03/03: Re-add find-python35.patch: kfreebsd-* still needs it

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Tue May 3 20:14:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit 3c8aa6b786d76eca211eb712ace0d715e8a62535
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Tue May 3 07:41:53 2016 +0100

    Re-add find-python35.patch: kfreebsd-* still needs it
---
 debian/changelog                   |  1 +
 debian/patches/find-python35.patch | 21 +++++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 61d82e4..ca95402 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ beignet (1.1.2-2) UNRELEASED; urgency=medium
   * Remove SSE(2) #defines to fix i386 FTBFS.
   * Make test runner work on i386.
   * Enable debug output in profiling_exec test.
+  * Re-add find-python35.patch: kfreebsd-* still needs it.
 
  -- Andreas Beckmann <anbe at debian.org>  Mon, 02 May 2016 11:49:55 +0200
 
diff --git a/debian/patches/find-python35.patch b/debian/patches/find-python35.patch
new file mode 100644
index 0000000..3e21fab
--- /dev/null
+++ b/debian/patches/find-python35.patch
@@ -0,0 +1,21 @@
+Description: Find Python 3.5
+
+Workaround for
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802826
+https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1515419
+
+Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2ed8429..caa27c2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -210,6 +210,7 @@ ELSE(OCLIcd_FOUND)
+   MESSAGE(STATUS "Looking for OCL ICD header file - not found")
+ ENDIF(OCLIcd_FOUND)
+ 
++set(Python_ADDITIONAL_VERSIONS 3.5)
+ Find_Package(PythonInterp)
+ 
+ OPTION(BUILD_EXAMPLES "Build examples" OFF)
+
diff --git a/debian/patches/series b/debian/patches/series
index 8b002f7..fed7b6e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ printf-fix-90472.patch
 std-isnan-isinf.patch
 Enable-test-debug.patch
 llvm38-support.patch
+find-python35.patch

-- 
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