summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDavid McInnis2019-03-30 06:23:53 -0700
committerDavid McInnis2019-03-30 06:23:53 -0700
commit525bfd8983e787686377a176cfb4c484366d2ed6 (patch)
treed1c440c8e2f932411796169c45a6975b3de26b6b /.SRCINFO
parent0174d95446fad61d55e5a785365891e502e770d9 (diff)
downloadaur-525bfd8983e787686377a176cfb4c484366d2ed6.tar.gz
moved optdepends, updated download link, fixed typo where we turn python files into python2 accidentally
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO26
1 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19055da22c19..5e3bb3075abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-theano
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.deeplearning.net/software/theano/
arch = any
license = BSD
@@ -11,6 +11,11 @@ pkgbase = python-theano
checkdepends = python2-parameterized
makedepends = python-distribute
makedepends = python2-distribute
+ source = https://files.pythonhosted.org/packages/source/T/Theano/Theano-1.0.4.tar.gz
+ sha256sums = 35c9bbef56b61ffa299265a42a4e8f8cb5a07b2997dabaef0f8830b397086913
+
+pkgname = python-theano
+ depends = python-numpy
optdepends = python-sympy: Recommended
optdepends = python-scipy: Recommended
optdepends = python-pycuda
@@ -19,19 +24,14 @@ pkgbase = python-theano
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-pygpu-git
- optdepends = python2-pydot
- optdepends = python2-mpi4py
- source = https://pypi.python.org/packages/7d/c4/6341148ad458b6cd8361b774d7ee6895c38eab88f05331f22304c484ed5d/Theano-1.0.4.tar.gz
- sha256sums = 35c9bbef56b61ffa299265a42a4e8f8cb5a07b2997dabaef0f8830b397086913
-
-pkgname = python-theano
- depends = python-numpy
pkgname = python2-theano
depends = python2-numpy
+ optdepends = python2-sympy: Recommended
+ optdepends = python2-scipy: Recommended
+ optdepends = python2-pycuda
+ optdepends = python2-pydot-ng: Preferred over python-pydot
+ optdepends = python2-pydot
+ optdepends = python2-pygpu-git
+ optdepends = python2-mpi4py: minimal support for opencl