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
|
Source: theano
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all-dev,
python3-all-dev,
python-setuptools,
python3-setuptools,
python-six,
python3-six,
libblas-dev,
python-numpy,
python3-numpy,
python-scipy,
python3-scipy,
python-nose,
python3-nose,
python-nose-parameterized,
python3-nose-parameterized,
python-sphinx,
python-pygments,
dvipng,
texlive-latex-extra,
rdfind,
symlinks
Standards-Version: 3.9.8
Homepage: http://www.deeplearning.net/software/theano/
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/theano.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/theano.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
# omit archs which have NotImplementedErrors on non-aligned arrays during the tests and/or
# having problems with the build flags (-m32/-m64), but also with disabled compilation (by cxx='').
Package: python-theano
Architecture: amd64 arm64 i386 ppc64el s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64 sh4 sparc64 x32
Section: python
Depends:
${python:Depends},
python-dev,
libblas-dev | libblas.so,
${misc:Depends}
Recommends:
python-pydot,
python-nose,
python-nose-parameterized,
theano-doc
Suggests:
nvidia-cuda-toolkit,
python-pycuda
Description: CPU/GPU math expression compiler for Python
Theano is a Python library that allows one to define and evaluate mathematical
expressions involving multi-dimensional arrays efficiently. It provides a
high-level Numpy like expression language for functional description of
calculation, rearranges expressions for speed and stability, and generates
native machine instructions for fast calculation. Optionally, highly
accelerated computations could be carried out on graphics cards processors.
.
This package contains Theano for Python 2.
# nvidia-cuda-toolkit should be at least Recommends, but it's in Suggests here to
# keep the package in main.
Package: python3-theano
Architecture: amd64 arm64 i386 ppc64el s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64 sh4 sparc64 x32
Section: python
Depends:
${python3:Depends},
python3-dev,
libblas-dev | libblas.so,
${misc:Depends}
Recommends:
python3-pydot,
python3-nose,
python3-nose-parameterized,
theano-doc
Suggests:
nvidia-cuda-toolkit,
python3-pycuda
Description: CPU/GPU math expression compiler for Python 3
Theano is a Python library that allows one to define and evaluate mathematical
expressions involving multi-dimensional arrays efficiently. It provides a
high-level Numpy like expression language for functional description of
calculation, rearranges expressions for speed and stability, and generates
native machine instructions for fast calculation. Optionally, highly
accelerated computations could be carried out on graphics cards processors.
.
This package contains Theano for Python 3.
Package: theano-doc
Architecture: all
Section: doc
Depends:
${sphinxdoc:Depends},
${misc:Depends}
Recommends:
python-theano,
python3-theano
Description: CPU/GPU math expression compiler for Python (docs)
Theano is a Python library that allows one to define and evaluate mathematical
expressions involving multi-dimensional arrays efficiently. It provides a
high-level Numpy like expression language for functional description of
calculation, rearranges expressions for speed and stability, and generates
native machine instructions for fast calculation. Optionally, highly
accelerated computations could be carried out on graphics cards processors.
.
This package contains the documentation for Theano.
|