summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-06-23 02:29:01 +0800
committerJingbei Li2018-06-23 02:29:01 +0800
commit8c282b6e6dda0b9e5e0a093673066d030243f613 (patch)
tree0088117b71c2702745e3895681e3459226997b92
parent01b9aa21b140eed05591e48486e73b02f2ecf0d1 (diff)
downloadaur-8c282b6e6dda0b9e5e0a093673066d030243f613.tar.gz
fix optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e87fe302e96..b5b0e12a24ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Mar 8 05:49:41 UTC 2017
pkgbase = python-theano-git
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
- pkgver = 0.9.0rc3.r0.ee9eaeb04
+ pkgver = 1.0.2.r3.3b8a5b342
pkgrel = 1
url = http://www.deeplearning.net/software/theano/
arch = any
@@ -20,10 +18,10 @@ pkgbase = python-theano-git
depends = python2-numpy
optdepends = python-sympy: Recommended
optdepends = python-scipy: Recommended
- optdepends = python-pycuda:
+ optdepends = python-pycuda
optdepends = python-pydot-ng: Preferred over python-pydot
optdepends = python-pydot
- optdepends = python-pygpu
+ optdepends = python-pygpu-git
optdepends = python-scikit-sparse
optdepends = python-mpi4py: minimal support for opencl
optdepends = python2-sympy
diff --git a/PKGBUILD b/PKGBUILD
index e91e43d497dd..9cf6ab77fa72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="python-theano-git"
pkgname=("python-theano-git" "python2-theano-git")
_pkgname="Theano"
-pkgver=0.9.0rc3.r0.ee9eaeb04
+pkgver=1.0.2.r3.3b8a5b342
pkgrel=1
pkgdesc='Definition and optimized evaluation of mathematical expressions on Numpy arrays.'
arch=('any')
@@ -16,10 +16,10 @@ makedepends=('python-distribute' 'python2-distribute' 'git')
checkdepends=('python-nose' 'python-nose-parameterized' 'python2-nose' 'python2-nose-parameterized')
optdepends=('python-sympy: Recommended'
'python-scipy: Recommended'
- 'python-pycuda:'
+ 'python-pycuda'
'python-pydot-ng: Preferred over python-pydot'
'python-pydot'
- 'python-pygpu'
+ 'python-pygpu-git'
'python-scikit-sparse'
'python-mpi4py: minimal support for opencl'
'python2-sympy'