[sagemath] 05/09: Added a patch to silence an ECL doctest failure

Julien Puydt julien.puydt at laposte.net
Fri Mar 13 22:05:22 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 8c4e6d5fdacc584076b6e16ac8d8022873ccd123
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Mar 13 22:57:20 2015 +0100

    Added a patch to silence an ECL doctest failure
---
 debian/patches/silence_ecl_opt_interrupt_signal.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/silence_ecl_opt_interrupt_signal.patch b/debian/patches/silence_ecl_opt_interrupt_signal.patch
new file mode 100644
index 0000000..5a308ce
--- /dev/null
+++ b/debian/patches/silence_ecl_opt_interrupt_signal.patch
@@ -0,0 +1,11 @@
+--- a/sage/src/sage/libs/ecl.pyx
++++ b/sage/src/sage/libs/ecl.pyx
+@@ -136,7 +136,7 @@
+         ECL_OPT_TRAP_SIGBUS = 1
+         ECL_OPT_TRAP_SIGCHLD = 0
+         ECL_OPT_TRAP_SIGPIPE = 1
+-        ECL_OPT_TRAP_INTERRUPT_SIGNAL = 1
++        ECL_OPT_TRAP_INTERRUPT_SIGNAL = ...
+         ECL_OPT_SIGNAL_HANDLING_THREAD = 0
+         ECL_OPT_SIGNAL_QUEUE_SIZE = 16
+         ECL_OPT_BOOTED = 1

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