summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-03-08 13:49:46 +0800
committerJingbei Li2017-03-08 13:49:46 +0800
commit01b9aa21b140eed05591e48486e73b02f2ecf0d1 (patch)
treec5a19018eba9d1f2275611c79b1970b3ff9dc90b
parentafadcf311447a92c30311eac424ce144dc0ce1b5 (diff)
downloadaur-01b9aa21b140eed05591e48486e73b02f2ecf0d1.tar.gz
theano-test exists no more
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6687262d8482..8e87fe302e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 3 14:45:19 UTC 2017
+# 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.0rc2.r16.674f8d514
+ pkgver = 0.9.0rc3.r0.ee9eaeb04
pkgrel = 1
url = http://www.deeplearning.net/software/theano/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index dd6a62ab8e1b..e91e43d497dd 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.0rc2.r16.674f8d514
+pkgver=0.9.0rc3.r0.ee9eaeb04
pkgrel=1
pkgdesc='Definition and optimized evaluation of mathematical expressions on Numpy arrays.'
arch=('any')
@@ -75,7 +75,6 @@ package_python2-theano-git() {
python2 setup.py install --root="$pkgdir"/ --optimize=1
mv "${pkgdir}/usr/bin/theano-cache" "${pkgdir}/usr/bin/theano2-cache"
mv "${pkgdir}/usr/bin/theano-nose" "${pkgdir}/usr/bin/theano2-nose"
- mv "${pkgdir}/usr/bin/theano-test" "${pkgdir}/usr/bin/theano2-test"
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-theano/LICENSE.txt"
}