File: control

package info (click to toggle)
ocl-icd 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,116 kB
  • sloc: sh: 16,839; ansic: 3,987; ruby: 643; makefile: 184
file content (89 lines) | stat: -rw-r--r-- 3,546 bytes parent folder | download
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: ocl-icd
Priority: extra
Maintainer: Vincent Danjean <vdanjean@debian.org>
Build-Depends: debhelper (>= 9.0.0), ruby,
 dh-autoreconf, faketime,
 autoconf (>=2.68), automake (>=1:1.10), libtool,
 asciidoc, xmlto,
 dpkg-dev (>= 1.17.0)
Standards-Version: 3.9.5
Section: libs
Homepage: https://forge.imag.fr/projects/ocl-icd/
Vcs-Git: git://anonscm.debian.org/collab-maint/ocl-icd.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ocl-icd.git;a=summary

Package: ocl-icd-libopencl1
Architecture: any
Multi-Arch: same
Provides: libopencl1, libopencl-1.1-1, libopencl-1.2-1, libopencl-2.0-1
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libopencl1, amd-app, nvidia-libopencl1-dev
Replaces: libopencl1, amd-app, nvidia-libopencl1-dev
# To promote to an Recommends once an ICD is in main
Suggests: opencl-icd
Description: Generic OpenCL ICD Loader
 OpenCL (Open Computing Language) is a multivendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package contains an installable client driver loader (ICD Loader)
 library that can be used to load any (free or non-free) installable client
 driver (ICD) for OpenCL. It acts as a demultiplexer so several ICD can
 be installed and used together.

Package: ocl-icd-opencl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: opencl-dev
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
 opencl-headers (>= 1.2), ocl-icd-libopencl1 (= ${binary:Version})
Conflicts: opencl-dev
Breaks: ocl-icd-libopencl1 (<< 2.1.3-5~), nvidia-libopencl1 (<<304.88-7~), amd-libopencl1 (<<1:13.4-4~)
Replaces: opencl-dev, ocl-icd-libopencl1 (<< 2.1.3-5~), nvidia-libopencl1 (<<304.88-7~), amd-libopencl1 (<<1:13.4-4~)
Recommends: libgl1-mesa-dev | libgl-dev
Description: OpenCL development files
 OpenCL (Open Computing Language) is a multivendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides the development files: headers and libraries.
 .
 It also ensures that the ocl-icd ICD loader is installed so its additionnal
 features (compared to the OpenCL norm) can be used: .pc file, avaibility to
 select an ICD without root privilege, etc.

Package: ocl-icd-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: Development files to build a ICD Loader
 OpenCL (Open Computing Language) is a multivendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides a header file that allows a OpenCL implementation
 to build a installable client driver (ICD). With a ICD, an OpenCL
 implementation can be used by any OpenCL program without the need
 to link the program to the specific OpenCL implementation.
 .
 For building OpenCL applications, installs the ocl-icd-opencl-dev package
 instead.

Package: ocl-icd-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
 ocl-icd-libopencl1 (= ${binary:Version})
Description: Debug symbols for the generic OpenCL ICD Loader
 OpenCL (Open Computing Language) is a multivendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package contains detached debugging symbols for the OCL-ICD OpenCL
 library.
 .
 Most people will not need this package.