File: control

package info (click to toggle)
theano 1.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,752 kB
  • sloc: python: 141,182; ansic: 9,505; makefile: 259; sh: 214; pascal: 81
file content (150 lines) | stat: -rw-r--r-- 4,775 bytes parent folder | download
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
Source: theano
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Rebecca N. Palmer <rebecca_palmer@zoho.com>, Ghislain Antony Vaillant <ghisvail@gmail.com>
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.