summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2017-01-14 13:20:06 -0800
committerDavid McInnis2017-01-14 13:20:06 -0800
commit01689d4488a78758adb6eb5ca2c0ca485d3047b0 (patch)
treeb8b6fef0f0cd30122630de50e43c8ee9d5e8f8ee
parent9a1751002004e0d1821d69711d0a435e00e600ff (diff)
downloadaur-01689d4488a78758adb6eb5ca2c0ca485d3047b0.tar.gz
added missing python2 package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e6fc5e11fd7..abce9671f9cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 21:17:27 UTC 2017
+# Sat Jan 14 21:19:51 UTC 2017
pkgbase = python-theano
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
pkgver = 0.8.2
- pkgrel = 5
+ pkgrel = 6
url = http://www.deeplearning.net/software/theano/
arch = any
license = BSD
@@ -26,6 +26,7 @@ pkgbase = python-theano
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
diff --git a/PKGBUILD b/PKGBUILD
index baae4914fbac..cb80e6b6c1ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase="python-theano"
pkgname=("python-theano" "python2-theano")
_pkgname="Theano"
pkgver="0.8.2"
-pkgrel="5"
+pkgrel="6"
pkgdesc='Definition and optimized evaluation of mathematical expressions on Numpy arrays.'
arch=('any')
url='http://www.deeplearning.net/software/theano/'
@@ -22,6 +22,7 @@ optdepends=('python-sympy: Recommended'
'python-scikit-sparse'
'python-mpi4py: minimal support for opencl'
'python2-sympy'
+ 'python2-scipy'
'python2-pycuda'
'python2-pydot-ng'
'python2-pydot'