[khronos-opencl-headers] 49/94: incorporate changes from 1.2-2012.11.30-2ubuntu1

Andreas Beckmann anbe at moszumanska.debian.org
Mon Sep 21 02:39:06 UTC 2015


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

anbe pushed a commit to branch master
in repository khronos-opencl-headers.

commit 52aaf59b16bc3e3ccf693a4296948598ac6e7bd7
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Apr 5 15:39:31 2013 +0000

    incorporate changes from 1.2-2012.11.30-2ubuntu1
    
    git-svn-id: svn://svn.debian.org/svn/pkg-nvidia/packages/khronos-opencl-headers/trunk@3689 b6a4b1ba-b714-0410-8a2d-fc0b36c6496e
---
 debian/changelog  | 7 +++++++
 debian/t/Makefile | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11a15f7..0b60585 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,13 @@ khronos-opencl-headers (1.2-2012.11.30-3) UNRELEASED; urgency=low
 
  -- Andreas Beckmann <anbe at debian.org>  Fri, 25 Jan 2013 23:09:13 +0100
 
+khronos-opencl-headers (1.2-2012.11.30-2ubuntu1) raring; urgency=low
+
+  * Build with -msse2 -msse. The package builds header files only, so don't
+    care about the flags which are needed to include the intrinsics headers.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 03 Apr 2013 12:17:51 +0200
+
 khronos-opencl-headers (1.2-2012.11.30-2) unstable; urgency=low
 
   * opencl-headers: Set Multi-Arch: allowed.  (Closes: #698495)
diff --git a/debian/t/Makefile b/debian/t/Makefile
index 1fa7b6c..f19ebbc 100644
--- a/debian/t/Makefile
+++ b/debian/t/Makefile
@@ -1,5 +1,5 @@
-CFLAGS		+= -I. $(OPENCLFLAGS)
-CXXFLAGS	+= -I. $(OPENCLFLAGS)
+CFLAGS		+= -I. $(OPENCLFLAGS) -msse2 -msse
+CXXFLAGS	+= -I. $(OPENCLFLAGS) -msse2 -msse
 
 check:
 	$(MAKE) compile_opencl_h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/khronos-opencl-headers.git



More information about the Pkg-opencl-commits mailing list