blob: b5b0e12a24ff268491a0744469c691ec59ed6dc9 (
plain)
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
|
pkgbase = python-theano-git
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
pkgver = 1.0.2.r3.3b8a5b342
pkgrel = 1
url = http://www.deeplearning.net/software/theano/
arch = any
license = BSD
checkdepends = python-nose
checkdepends = python-nose-parameterized
checkdepends = python2-nose
checkdepends = python2-nose-parameterized
makedepends = python-distribute
makedepends = python2-distribute
makedepends = git
depends = python
depends = python-numpy
depends = python2
depends = python2-numpy
optdepends = python-sympy: Recommended
optdepends = python-scipy: Recommended
optdepends = python-pycuda
optdepends = python-pydot-ng: Preferred over python-pydot
optdepends = python-pydot
optdepends = python-pygpu-git
optdepends = python-scikit-sparse
optdepends = python-mpi4py: minimal support for opencl
optdepends = python2-sympy
optdepends = python2-scipy
optdepends = python2-pycuda
optdepends = python2-pydot-ng
optdepends = python2-pydot
optdepends = python2-mpi4py
source = git+https://github.com/Theano/Theano.git
sha256sums = SKIP
pkgname = python-theano-git
depends = python
depends = python-numpy
provides = python-theano
conflicts = python-theano
pkgname = python2-theano-git
depends = python2
depends = python2-numpy
provides = python2-theano
conflicts = python2-theano
|