[sagemath] 02/02: Added a patch to make a tachyon failure disappear

Julien Puydt julien.puydt at laposte.net
Sat Mar 14 20:09:50 UTC 2015


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

jpuydt-guest pushed a commit to branch master
in repository sagemath.

commit 72fc3b48a9008ffac3ecffb69e0930ef628f052a
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Mar 14 18:34:38 2015 +0100

    Added a patch to make a tachyon failure disappear
---
 debian/patches/series                              |  1 +
 debian/patches/silence_tachyon_version_check.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index fbe799f..7d64066 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ sagedoc_avoid_exception.patch
 silence_matplotlib_1_3_changes.patch
 rubiks_executables_renames.patch
 python_installs_in_userdir.patch
+silence_tachyon_version_check.patch
diff --git a/debian/patches/silence_tachyon_version_check.patch b/debian/patches/silence_tachyon_version_check.patch
new file mode 100644
index 0000000..63962ae
--- /dev/null
+++ b/debian/patches/silence_tachyon_version_check.patch
@@ -0,0 +1,11 @@
+--- a/sage/src/sage/interfaces/tachyon.py
++++ b/sage/src/sage/interfaces/tachyon.py
+@@ -128,7 +128,7 @@
+             sage: t(syntax_error, outfile=os.devnull)
+             Traceback (most recent call last):
+             ...
+-            RuntimeError: Tachyon Parallel/Multiprocessor Ray Tracer   Version 0.98.9   
++            RuntimeError: Tachyon Parallel/Multiprocessor Ray Tracer...
+             ...
+             Parser failed due to an input file syntax error.
+             Aborting render.

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



More information about the debian-science-commits mailing list