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
|
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,
cython3 (>= 0.25),
debhelper-compat (= 13),
dpkg-dev (>= 1.17.14),
dh-python,
python3-all-dev,
python3-numpy,
python3-setuptools,
sphinx-common,
python3-mako
Build-Depends-Indep: python3-breathe <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.6.2
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: libclblast-dev | 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: 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.
|