FreeBSD Bugzilla – Attachment 220045 Details for
Bug 250562
devel/opencl: lacks OpenCL 3.0 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
OpenCL API 3.0, including recent OpenCL-HPP project's opencl.hpp header file.
devel_opencl.patch (text/plain), 3.83 KB, created by
O. Hartmann
on 2020-11-28 14:56:40 UTC
(
hide
)
Description:
OpenCL API 3.0, including recent OpenCL-HPP project's opencl.hpp header file.
Filename:
MIME Type:
Creator:
O. Hartmann
Created:
2020-11-28 14:56:40 UTC
Size:
3.83 KB
patch
obsolete
>Index: devel/opencl/Makefile >=================================================================== >--- devel/opencl/Makefile (revision 556490) >+++ devel/opencl/Makefile (working copy) >@@ -1,21 +1,18 @@ >-# Created by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> >+# Created by: O. Hartmann <ohartmann@walstatt.org> > # $FreeBSD$ > > PORTNAME= opencl >-PORTVERSION= 2.2 >-PORTREVISION= 2 >+PORTVERSION= 3.0 > CATEGORIES= devel > >-MAINTAINER= ohartman@zedat.fu-berlin.de >-COMMENT= Open Computing Language (OpenCL) specifications V2.2 (header files) >+MAINTAINER= ohartmann@walstatt.org >+COMMENT= Open Computing Language (OpenCL) specifications V3.0 (header files) > >-LICENSE= unknown >+LICENSE= Apache 2.0 > LICENSE_NAME= BSD-esque license agreement > LICENSE_TEXT= License is included in each of the header files of this port > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-CONFLICTS= opencl-1.[0-2] >- > USE_GITHUB= yes > GH_ACCOUNT= KhronosGroup > GH_PROJECT= OpenCL-Headers OpenCL-CLHPP:clhpp >@@ -22,23 +19,18 @@ > GH_TAGNAME= ${HEADER_TAG} ${CLHPP_TAG}:clhpp > > # the header releases don't have tags yet, so use git commit for now >-HEADER_TAG= f039db6 >-CLHPP_TAG= 8b6a312 >+HEADER_TAG= b04034a >+CLHPP_TAG= 64c206f # include missing CL/opencl.hpp > >-USES= python:build >+NO_BUILD= yes > NO_ARCH= yes > >-WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL >+WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/CL > >-do-build: >- @cd ${WRKSRC_clhpp} && ${PYTHON_CMD} gen_cl_hpp.py >- > do-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/include/CL > ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/CL >- ${INSTALL_DATA} ${WRKSRC_clhpp}/cl.hpp \ >- ${STAGEDIR}${PREFIX}/include/CL/cl.hpp >- ${INSTALL_DATA} ${WRKSRC_clhpp}/input_cl2.hpp \ >- ${STAGEDIR}${PREFIX}/include/CL/cl2.hpp >+ ${INSTALL_DATA} ${WRKSRC_clhpp}/include/CL/*.hpp \ >+ ${STAGEDIR}${PREFIX}/include/CL > > .include <bsd.port.mk> >Index: devel/opencl/distinfo >=================================================================== >--- devel/opencl/distinfo (revision 556490) >+++ devel/opencl/distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1508331981 >-SHA256 (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 2f74418100ebc1f6a1c8dfa8bf0dbb82956f6aa54b41cb414b61fce1a5785f46 >-SIZE (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 160909 >-SHA256 (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 482d6ae6bbae5255e448bb2556a9fcbbe79370cf01405f868e0e56e57a54f9bb >-SIZE (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 131038 >+TIMESTAMP = 1606574707 >+SHA256 (KhronosGroup-OpenCL-Headers-3.0-b04034a_GH0.tar.gz) = 19246faab53a3937862e6882909053e1389bb6c7ba59adaeac635653b44724d5 >+SIZE (KhronosGroup-OpenCL-Headers-3.0-b04034a_GH0.tar.gz) = 54762 >+SHA256 (KhronosGroup-OpenCL-CLHPP-64c206f_GH0.tar.gz) = 7fd3c7332316cae96b4b27563cecbb268787f9aef7ac043cf31c73760f08f611 >+SIZE (KhronosGroup-OpenCL-CLHPP-64c206f_GH0.tar.gz) = 97908 >Index: devel/opencl/pkg-descr >=================================================================== >--- devel/opencl/pkg-descr (revision 556490) >+++ devel/opencl/pkg-descr (working copy) >@@ -3,4 +3,4 @@ > other processors, giving software developers portable and efficient > access to the power of these heterogeneous processing platforms. > >-These header are covering OpenCL API 2.2 >+These header are covering OpenCL API 3.0 >Index: devel/opencl/pkg-plist >=================================================================== >--- devel/opencl/pkg-plist (revision 556490) >+++ devel/opencl/pkg-plist (working copy) >@@ -1,5 +1,4 @@ > include/CL/cl.h >-include/CL/cl.hpp > include/CL/cl2.hpp > include/CL/cl_d3d10.h > include/CL/cl_d3d11.h >@@ -10,6 +9,10 @@ > include/CL/cl_ext_intel.h > include/CL/cl_gl.h > include/CL/cl_gl_ext.h >+include/CL/cl_half.h >+include/CL/cl_icd.h > include/CL/cl_platform.h > include/CL/cl_va_api_media_sharing_intel.h >+include/CL/cl_version.h > include/CL/opencl.h >+include/CL/opencl.hpp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250562
:
219007
|
219902
|
220004
|
220005
|
220006
|
220007
|
220045
|
220046