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
|
Source: libgpuarray
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
Rebecca N. Palmer <rebecca_palmer@zoho.com>
Section: libs
Priority: optional
Build-Depends: cmake,
cython (>= 0.25),
cython-dbg,
cython3 (>= 0.25),
cython3-dbg,
debhelper (>= 11),
dpkg-dev (>= 1.17.14),
dh-python,
python-all-dbg,
python-all-dev,
python-numpy,
python-numpy-dbg,
python-setuptools,
python3-all-dbg,
python3-all-dev,
python3-numpy,
python3-numpy-dbg,
python3-setuptools,
sphinx-common,
python-mako
Build-Depends-Indep: python3-breathe <!nodoc>,
python3-mako <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.3.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/libgpuarray
Vcs-Git: https://salsa.debian.org/science-team/libgpuarray.git
Homepage: https://github.com/Theano/libgpuarray
Package: libgpuarray3
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
#need the -dev because it dlopen()s the un-numbered names
ocl-icd-opencl-dev | nvidia-cuda-dev
Recommends: libclblas-dev | nvidia-cuda-dev
Description: library to manipulate tensors on the GPU
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the shared library.
Package: libgpuarray-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libgpuarray3 (= ${binary:Version})
Suggests: libgpuarray-doc <!nodoc>
Description: development files for libgpuarray
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the development files.
Package: libgpuarray-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for libgpuarray
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
Package: python-pygpu
Architecture: any
Section: python
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
libgpuarray3 (= ${binary:Version})
Suggests: libgpuarray-doc <!nodoc>
Description: language bindings for libgpuarray (Python 2)
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the language bindings for Python 2.
Package: python-pygpu-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-numpy-dbg,
python-pygpu (= ${binary:Version})
Description: debug extensions for pygpu (Python 2)
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the debug extensions for Python 2.
Package: python3-pygpu
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
libgpuarray3 (= ${binary:Version})
Suggests: libgpuarray-doc <!nodoc>
Description: language bindings for libgpuarray (Python 3)
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the language bindings for Python 3.
Package: python3-pygpu-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-numpy-dbg,
python3-pygpu (= ${binary:Version})
Description: debug extensions for pygpu (Python 3)
libgpuarray provides a ndarray (multi-dimensional array) object which
is computed on the GPU. It supports int, single and double precision
floats.
.
libgpuarray supports Nvidia's CUDA interface as well as OpenCL. The
Debian packages have been build against OpenCL. However, the source
package could be rebuild locally also for CUDA (which is non-free)
without changes, if that's needed.
.
This package provides the debug extensions for Python 3.
|