[khronos-opencl-headers] 02/04: new upstream snapshot 2.2~2017.07.18-gf039db6

Andreas Beckmann anbe at moszumanska.debian.org
Thu Jan 25 02:33:40 UTC 2018


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

anbe pushed a commit to branch WIP/2.2
in repository khronos-opencl-headers.

commit 152f672f0995c905b86ec3954604a2b7d16fdf9c
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 13 00:00:02 2018 +0100

    new upstream snapshot 2.2~2017.07.18-gf039db6
---
 debian/changelog  | 8 ++++++++
 debian/t/Makefile | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index da9a2db..a8f0be6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+khronos-opencl-headers (2.2~2017.07.18-gf039db6-1) UNRELEASED; urgency=medium
+
+  * New upstream snapshot.
+    (2017-07-18, commit f039db6764d52388658ef15c30b2237bbda49803)
+    + OpenCL 2.2 support.
+
+ -- Andreas Beckmann <anbe at debian.org>  Fri, 12 Jan 2018 23:58:04 +0100
+
 khronos-opencl-headers (2.1-2017.07.18-gf039db6-1) unstable; urgency=medium
 
   [ Andreas Beckmann ]
diff --git a/debian/t/Makefile b/debian/t/Makefile
index d180611..c59d5ac 100644
--- a/debian/t/Makefile
+++ b/debian/t/Makefile
@@ -8,6 +8,7 @@ OPENCL_CLH_FLAGS_1_0 = -DCL_USE_DEPRECATED_OPENCL_1_0_APIS
 OPENCL_CLH_FLAGS_1_1 = -DCL_USE_DEPRECATED_OPENCL_1_1_APIS
 OPENCL_CLH_FLAGS_1_2 = -DCL_USE_DEPRECATED_OPENCL_1_2_APIS
 OPENCL_CLH_FLAGS_2_0 = -DCL_USE_DEPRECATED_OPENCL_2_0_APIS
+OPENCL_CLH_FLAGS_2_1 = -DCL_USE_DEPRECATED_OPENCL_2_1_APIS
 
 check:
 	$(MAKE) compile_opencl_h
@@ -15,6 +16,7 @@ check:
 	$(MAKE) compile_opencl_h OPENCLFLAGS="$(OPENCL_CLH_FLAGS_1_1)"
 	$(MAKE) compile_opencl_h OPENCLFLAGS="$(OPENCL_CLH_FLAGS_1_2)"
 	$(MAKE) compile_opencl_h OPENCLFLAGS="$(OPENCL_CLH_FLAGS_2_0)"
+	$(MAKE) compile_opencl_h OPENCLFLAGS="$(OPENCL_CLH_FLAGS_2_1)"
 
 compile_opencl_h:
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c opencl_h.c

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