[khronos-opencl-headers] 32/94: fetch cl.hpp from api 1.2

Andreas Beckmann anbe at moszumanska.debian.org
Mon Sep 21 02:39:03 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 e26cd12dcc62a9f1b847886b1b7d977e1a315f76
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Fri Jun 8 03:12:18 2012 +0000

    fetch cl.hpp from api 1.2
    
    git-svn-id: svn://svn.debian.org/svn/pkg-nvidia/packages/khronos-opencl-headers/trunk@3034 b6a4b1ba-b714-0410-8a2d-fc0b36c6496e
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2d40d55..5f408c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 	dh $@
 
 api		 = 1.2
+api_hpp		 = 1.2
 headers_1.0	 = opencl.h cl_platform.h cl.h cl_ext.h cl_d3d10.h cl_gl.h cl_gl_ext.h
 headers_1.1	 = $(headers_1.0)
 headers_1.2	 = $(headers_1.1) cl_dx9_media_sharing.h cl_d3d11.h
@@ -18,7 +19,7 @@ get-orig-source:
 		wget http://www.khronos.org/registry/cl/api/$(api)/$$h ; \
 	done ; \
 	for h in $(headers_hpp) ; do \
-		wget http://www.khronos.org/registry/cl/api/1.1/$$h ; \
+		wget http://www.khronos.org/registry/cl/api/$(api_hpp)/$$h ; \
 	done
 	tar cfz $(src_file) --owner=root --group=src $(src_dir)
 	rm -rf $(src_dir)

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