[theano] 03/23: add deb/README.Debian

Daniel Stender stender at moszumanska.debian.org
Tue Jul 12 10:54:31 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 1be5b07b17c7a5c3657e32c8d6ed8718cd7ca24b
Author: Daniel Stender <stender at debian.org>
Date:   Sun Jul 10 22:01:51 2016 +0200

    add deb/README.Debian
---
 debian/README.Debian | 10 ++++++++++
 debian/changelog     |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..9890cec
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,10 @@
+On arm64, mips64el, mips, mipsel, and hppa, the standards flags of Theano for
+the compiler `-m32` and `-m64` aren't recognized by g++.
+To run Theano on this archs, you need to set the configuration flag `config.cxx`
+to an empty value for a fall back to the NumPy-based Python execution model.
+This could be done either in the scripts by `theano.config.config.cxx`, with the
+environment variable `THEANO_FLAGS`, or in your configuration file `$(HOME)\.theanorc`.
+See the chapter `config` of the library documentation on the documentation for
+details on `config.cxx`.
+
+Daniel Stender <stender at debian.org>
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 7400e0b..308cfe7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ theano (0.7-6) UNRELEASED; urgency=medium
   * deb/rules:
     + add empty config.cxx to THEANO_FLAGS on some archs (which are not
       recognizing Theano's default flags "-m32" and "-m64").
+  * add deb/README.Debian (with info on disabling compilation).
 
- -- Daniel Stender <stender at debian.org>  Sun, 10 Jul 2016 21:07:56 +0200
+ -- Daniel Stender <stender at debian.org>  Sun, 10 Jul 2016 22:01:15 +0200
 
 theano (0.7-5) unstable; urgency=medium
 

-- 
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