[theano] 01/05: deb/rules: fixed base_compiledir in export for THEANO_FLAGS

Daniel Stender stender at moszumanska.debian.org
Sat Jul 9 23:32:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository theano.

commit dfdfc6251b87b674b54f7cb5cbb38bc471ca89a9
Author: Daniel Stender <stender at debian.org>
Date:   Tue Jul 5 20:35:03 2016 +0200

    deb/rules: fixed base_compiledir in export for THEANO_FLAGS
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b8e597c..2df8dd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+theano (0.7-4) UNRELEASED; urgency=medium
+
+  * deb/rules: fixed base_compiledir in export for THEANO_FLAGS.
+
+ -- Daniel Stender <stender at debian.org>  Tue, 05 Jul 2016 20:34:03 +0200
+
 theano (0.7-3) unstable; urgency=medium
 
   * deb/control: use 'Architecture: any' for binary packages.
diff --git a/debian/rules b/debian/rules
index a53bd61..001cf57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export PYBUILD_NAME=theano
 
 export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/{package}
 
-export THEANO_FLAGS='base_compiledir=.pybuild,device=cpu'
+export THEANO_FLAGS=base_compiledir='.pybuild',device=cpu
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git



More information about the debian-science-commits mailing list