[sagemath] 01/01: Link to system mathjax, fixing 1 test
Ximin Luo
infinity0 at debian.org
Thu Oct 13 12:44:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository sagemath.
commit bba66af4ad322d635d8451104999f79155012f1f
Author: Ximin Luo <infinity0 at debian.org>
Date: Thu Oct 13 14:37:24 2016 +0200
Link to system mathjax, fixing 1 test
---
debian/README.Debian | 7 +++----
debian/patches/debian-paths.patch | 11 +++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 55bd69c..91f639b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -74,8 +74,8 @@ Now for the summary:
### Breakdown
-33+5 unreproducible for infinity0
-46 (estimated) for Tobias
+32+5 unreproducible for infinity0
+45 (estimated) for Tobias
### We have some sort of lead for further investigation
@@ -103,10 +103,9 @@ sage -t --long src/sage/interfaces/tests.py # 2 doctests failed
sage -t --long src/sage/rings/integer.pyx # 1 doctest failed
# ^ due to us using GMP and not MPIR as upstream does
-4 Others
+3 Others
sage -t --long src/sage/libs/singular/function.pyx # 2 doctests failed (see #17254#comment:252)
sage -t --long src/sage/numerical/optimize.py # 4 doctests failed (3 accounted for above, 1 reported as #840159)
-sage -t --long src/sage/repl/ipython_kernel/install.py # 1 doctest failed
### Not yet investigated / no idea
diff --git a/debian/patches/debian-paths.patch b/debian/patches/debian-paths.patch
index 8583a6c..2596033 100644
--- a/debian/patches/debian-paths.patch
+++ b/debian/patches/debian-paths.patch
@@ -183,3 +183,14 @@
Check that the Sage Notebook is not imported at startup (see
:trac:`15335`)::
+--- a/sage/src/sage/repl/ipython_kernel/install.py
++++ b/sage/src/sage/repl/ipython_kernel/install.py
+@@ -109,7 +109,7 @@
+ sage: os.path.isdir(mathjax)
+ True
+ """
+- src = os.path.join(SAGE_LOCAL, 'share', 'mathjax')
++ src = "/usr/share/javascript/mathjax"
+ dst = os.path.join(self.nbextensions_dir, 'mathjax')
+ self.symlink(src, dst)
+
--
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