Debian packaging for Intel OpenCL SDK
[debian/intel-opencl-sdk] / debian / control
1 Source: intel-opencl-sdk
2 Section: non-free/libs
3 Priority: extra
4 Maintainer: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
5 Build-Depends:
6  debhelper (>= 9),
7 Standards-Version: 3.9.3
8 Homepage: http://software.intel.com/en-us/articles/vcsource-tools/
9
10 Package: intel-libopencl1
11 Architecture: amd64
12 Multi-Arch: same
13 Pre-Depends:
14  ${misc:Pre-Depends},
15 Depends:
16  ${shlibs:Depends},
17  ${misc:Depends},
18 Recommends:
19  opencl-icd | intel-opencl-icd
20 Provides:
21  libopencl1
22 Conflicts:
23  nvidia-libopencl1 [amd64],
24  amd-libopencl1 [amd64],
25 Description: Intel(R) OpenCL library
26  OpenCL (Open Computing Language) is a multivendor open standard for
27  general-purpose parallel programming of heterogeneous systems that include
28  CPUs, GPUs and other processors.
29  .
30  This package contains the installable client driver loader (ICD Loader)
31  library provided by Intel.
32
33 Package: intel-opencl-icd
34 Architecture: amd64
35 Multi-Arch: same
36 Pre-Depends:
37  ${misc:Pre-Depends},
38 Depends:
39  libopencl1,
40  ${shlibs:Depends},
41  ${misc:Depends}
42 Enhances:
43  libopencl1,
44 Provides:
45  opencl-icd,
46 Description: Intel(R) OpenCL ICD
47  OpenCL (Open Computing Language) is a multivendor open standard for
48  general-purpose parallel programming of heterogeneous systems that include
49  CPUs, GPUs and other processors.
50  .
51  This package provides the Intel(R) installable client driver (ICD) for OpenCL.
52