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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
Source: arrayfire
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Testsuite: autopkgtest
Priority: optional
Build-Depends: cmake,
debhelper (>= 9),
libboost-dev (>= 1.61),
libblas-dev | libblas.so,
libclblas-dev,
libclfft-dev,
libfftw3-dev,
libfreeimage-dev,
libgtest-dev,
liblapack-dev | liblapack.so,
liblapacke-dev,
ocl-icd-opencl-dev | opencl-dev,
pkg-config
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/arrayfire.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/arrayfire.git
Homepage: http://arrayfire.com/
Package: libarrayfire-cpu-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libarrayfire-cpu3 (= ${binary:Version}),
libarrayfire-dev
Description: Development files for ArrayFire (CPU backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the development files for the CPU backend of the
ArrayFire library.
Package: libarrayfire-cpu3
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: High performance library for parallel computing (CPU backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the CPU backend of the ArrayFire library.
Package: libarrayfire-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}
Suggests: libarrayfire-doc
Breaks: libarrayfire-cpu-dev (<< 3.2.2+dfsg1-1)
Replaces: libarrayfire-cpu-dev (<< 3.2.2+dfsg1-1)
Description: Common development files for ArrayFire
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the development files common to all backends of the
ArrayFire library.
Package: libarrayfire-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-mathjax
Description: Common documentation and examples for ArrayFire
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the documentation and example source code for the
ArrayFire library.
Package: libarrayfire-opencl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libarrayfire-dev,
libarrayfire-opencl3 (= ${binary:Version}),
ocl-icd-opencl-dev | opencl-dev
Description: Development files for ArrayFire (OpenCL backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the development files for the OpenCL backend of the
ArrayFire library.
Package: libarrayfire-opencl3
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: High performance library for parallel computing (OpenCL backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the OpenCL backend of the ArrayFire library.
Package: libarrayfire-unified-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libarrayfire-dev,
libarrayfire-unified3 (= ${binary:Version})
Description: Development files for ArrayFire (unified backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the development files for the unified backend of the
ArrayFire library.
Package: libarrayfire-unified3
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
libarrayfire-cpu3 (= ${binary:Version}) | libarrayfire-opencl3 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: High performance library for parallel computing (unified backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
.
ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
platform independent and highly portable.
.
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
This package provides the unified backend of the ArrayFire library.
|