summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2015-11-05 12:53:54 -0500
committerJon Gjengset2015-11-05 12:53:54 -0500
commitc81ecf4ba2ecad1de1c3df47375c176874aa1180 (patch)
tree343f6884920bbeb2e10144966275f6787d4085c3
parent80483042159f08d9aa353d91db086b0aec595ac2 (diff)
downloadaur-c81ecf4ba2ecad1de1c3df47375c176874aa1180.tar.gz
Remove unused code
-rw-r--r--PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbb2bf45fc05..f5f2dc94fa5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,6 @@
pkgbase="python-theano-git"
pkgname=("python-theano-git" "python2-theano-git")
-_pkgname="Theano"
pkgver=0.7.1a1.r1287.4260bbf
pkgrel=1
pkgdesc='Definition and optimized evaluation of mathematical expressions on Numpy arrays.'
@@ -50,20 +49,6 @@ build() {
cp -f build/scripts-3*/* bin/
}
-# Check always fails on non-64 bit platforms. Check frequently fails if optional dependencies are present
-# Even if check succeeds it takes hours to complete
-#
-#check() {
-# msg "Checking Python 2"
-# cd "$srcdir/${_pkgname}-${pkgver}-py2"/build/lib/theano/
-# ../../scripts-2.7/theano-nose -v
-#
-#
-# msg "Checking Python 3"
-# cd "$srcdir/${_pkgname}-${pkgver}"/build/lib/theano/
-# ../../scripts-3.4/theano-nose -v
-#}
-
package_python2-theano-git() {
depends=('python2' 'python2-numpy')
optdepends=('python2-pycuda' 'python2-pydot')