Source: theano Section: science Priority: optional Maintainer: Debian Science Maintainers Uploaders: Rebecca N. Palmer , Ghislain Antony Vaillant Build-Depends: #for the build proper debhelper (>= 11), dh-python, cython, cython3, #runtime dependencies - needed for the test suite and for the documentation build # No python(3)-pygpu because clblas doesn't work under pocl-opencl-icd (no mem_fence) and buildds are unlikely to have a real GPU python-dev, python3-dev, python-setuptools, python3-setuptools, python-six, python3-six, libblas-dev, python-numpy, python3-numpy, python-scipy, python3-scipy, python-nose, python3-nose, python-parameterized, python3-parameterized, python-pydot-ng | python-pydot, python3-pydot, graphviz, #for the documentation build python3-docutils, python3-sphinx, python3-sphinx-rtd-theme, python3-pygments, dvipng, texlive-latex-extra, texlive-fonts-recommended, latexmk, rdfind, symlinks, jupyter-nbconvert, python3-ipykernel, #for building Javascript dependencies (of d3viz) node-browserify-lite, node-uglify, node-pegjs, node-lodash-compat, libjs-d3 Rules-Requires-Root: no Standards-Version: 4.3.0 Homepage: http://www.deeplearning.net/software/theano/ Vcs-Git: https://salsa.debian.org/science-team/theano.git Vcs-Browser: https://salsa.debian.org/science-team/theano # 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: g++, python-pydot | python-pydot-ng, python-nose, python-parameterized, python-pkg-resources, python-pygpu, cython, graphviz Suggests: nvidia-cuda-toolkit, python-pycuda, theano-doc Breaks: python-lasagne (<< 0.1+git20180322.37ca134) Built-Using: ${javascriptBU} 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. . Theano development is ending: consider using Caffe or Torch instead. # 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: g++, python3-pydot, python3-nose, python3-parameterized, python3-pkg-resources, python3-pygpu, cython3, graphviz Suggests: nvidia-cuda-toolkit, python3-pycuda, theano-doc Breaks: python3-lasagne (<< 0.1+git20180322.37ca134) Built-Using: ${javascriptBU} 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. . Theano development is ending: consider using Caffe or Torch instead. Package: theano-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Suggests: python3-theano | python-theano Built-Using: ${javascriptBU} 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.