1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: khronos-opencl-clhpp
Section: libdevel
Priority: optional
Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
Andreas Beckmann <anbe@debian.org>,
Build-Depends: debhelper-compat (= 13),
opencl-c-headers (>= 3.0~2024.10.24),
cmake,
doxygen <!nodoc>,
graphviz <!nodoc>,
cmock <!nocheck>,
ocl-icd-opencl-dev <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/KhronosGroup/OpenCL-CLHPP
Vcs-Browser: https://salsa.debian.org/opencl-team/khronos-opencl-clhpp
Vcs-Git: https://salsa.debian.org/opencl-team/khronos-opencl-clhpp.git
Package: opencl-clhpp-headers
Architecture: all
Multi-Arch: foreign
Depends:
opencl-c-headers (>= 3.0~2024.10.24),
${misc:Depends}
Suggests: opencl-clhpp-headers-doc
Breaks: opencl-headers (<< 2.1)
Replaces: opencl-headers (<< 2.1)
Description: C++ headers for OpenCL development
OpenCL (Open Computing Language) is a multi-vendor open standard for
general-purpose parallel programming of heterogeneous systems that include
CPUs, GPUs and other processors.
.
This package provides the C++ development header files for the OpenCL API
as published by The Khronos Group Inc. The corresponding specification and
documentation can be found on the Khronos website.
Package: opencl-clhpp-headers-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends}
Description: documentation for C++ OpenCL headers
OpenCL (Open Computing Language) is a multi-vendor open standard for
general-purpose parallel programming of heterogeneous systems that include
CPUs, GPUs and other processors.
.
This package provides the documentation of the C++ development header files
for the OpenCL API as published by The Khronos Group Inc.
|