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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
Source: pocl
Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
Andreas Beckmann <anbe@debian.org>,
Section: libs
Priority: extra
Build-Depends: debhelper (>= 9),
dh-autoreconf,
pkg-config,
libhwloc-dev,
libltdl-dev,
ocl-icd-dev (>= 2.2.3),
ocl-icd-libopencl1 (>= 2.2.3),
ocl-icd-opencl-dev,
clang-3.8,
llvm-3.8-dev (>= 1:3.8),
libclang-3.8-dev,
pkg-kde-tools,
sphinx-common,
Build-Depends-Indep:
python-sphinx,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pocl.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/pocl.git
Homepage: http://portablecl.org
Package: pocl-opencl-icd
Architecture: any
Depends:
libpocl1 (= ${binary:Version}),
${misc:Depends}
Provides:
opencl-icd,
opencl-icd-1.1-1,
opencl-icd-1.2-1,
Description: pocl ICD
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package allows one to use pocl as an installable client driver (ICD) for
OpenCL.
Package: libpocl1-common
Architecture: all
Multi-Arch: foreign
Section: utils
Depends:
${misc:Depends}
Description: common files for the pocl library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the architecture independent files of the pocl library.
Package: libpocl1
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
libpocl1-common (= ${source:Version}),
clang-${LLVM:Version},
${shlibs:Depends},
${misc:Depends}
Recommends:
pocl-opencl-icd,
Description: Portable Computing Language library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the core of pocl.
Package: libpoclu1
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends}
Description: utility library for writing OpenCL programs
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides an small utility library to help writing OpenCL
programs.
Package: libpoclu-dev
Architecture: any
Multi-Arch: foreign
Section: libdevel
Depends:
libpoclu1 (= ${binary:Version}),
opencl-headers,
${misc:Depends}
Recommends:
ocl-icd-opencl-dev,
Description: development files for the pocl utility library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the development files for the pocl utility library,
that provides various facilities to write OpenCL programs.
Package: libpocl-dev
Architecture: any
Multi-Arch: foreign
Section: libdevel
Depends:
libpocl1 (= ${binary:Version}),
${misc:Depends}
Description: development files for the pocl library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the development files for the pocl library. Unless very
specific needs, this package is useless. This package is only required to link
directly and explicitly with pocl.
.
To develop OpenCL programs (that can be run with pocl), the opencl-dev virtual
package (provided by ocl-icd-opencl-dev for example) is required, not this one.
Package: pocl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for the pocl library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the development files for the pocl library. Unless very
specific needs, this package is useless. This package is only required to link
directly and explicitly with pocl.
.
This package provides the documentation for the pocl library.
|