summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorSZanko2021-02-01 11:14:45 +0100
committerSZanko2021-02-01 11:14:45 +0100
commit27886a78346a027f394759f5df1ae0a2581645a2 (patch)
tree20d62ec2ded86b0c8a1fde9e6941d0071c7204dd /.SRCINFO
parent2e1aeff5d40e315195c27fe60f1ade707b11b345 (diff)
downloadaur-python-theano.tar.gz
Updated Version to 1.05 and outcommented the python2 build process
Signed-off-by: SZanko <szanko@protonmail.com>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 4 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed893524f7f..662b26642c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-theano
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
- pkgver = 1.0.4
- pkgrel = 3
+ pkgver = 1.0.5
+ pkgrel = 1
url = http://www.deeplearning.net/software/theano/
arch = any
license = BSD
makedepends = python-distribute
- makedepends = python2-distribute
- source = https://files.pythonhosted.org/packages/source/T/Theano/Theano-1.0.4.tar.gz
- sha256sums = 35c9bbef56b61ffa299265a42a4e8f8cb5a07b2997dabaef0f8830b397086913
+ source = https://files.pythonhosted.org/packages/source/T/Theano/Theano-1.0.5.tar.gz
+ sha256sums = 6e9439dd53ba995fcae27bf20626074bfc2fff446899dc5c53cb28c1f9202e89
pkgname = python-theano
depends = python-numpy
@@ -21,13 +20,3 @@ pkgname = python-theano
optdepends = python-scikit-sparse
optdepends = python-mpi4py: minimal support for opencl
-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
-