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
|
Source: intel-opencl-clang
Section: libs
Priority: optional
Maintainer: Debian OpenCL team <pkg-opencl-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper-compat (= 12),
clang-11,
cmake,
git,
libclang-11-dev,
libclang-cpp11-dev,
libllvmspirvlib-dev (>= 11.0~),
lldb-11,
llvm-11-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/intel/opencl-clang
Vcs-Browser: https://salsa.debian.org/opencl-team/intel-opencl-clang
Vcs-Git: https://salsa.debian.org/opencl-team/intel-opencl-clang.git
Package: libopencl-clang11
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: thin wrapper for clang
Opencl-clang is a thin wrapper library around clang. It has an
OpenCL-oriented API and is capable of compiling OpenCL C kernels
to SPIR-V modules.
Package: libopencl-clang-dev
Architecture: amd64 i386
Depends: ${misc:Depends},
libopencl-clang11 (>= ${source:Version}),
libopencl-clang11 (<< ${source:Upstream-Version}+1~)
Description: thin wrapper for clang -- development files
Opencl-clang is a thin wrapper library around clang. It has an
OpenCL-oriented API and is capable of compiling OpenCL C kernels
to SPIR-V modules.
.
This package includes files needed for development.
|