[sagemath] 01/01: Don't default to threejs for now, otherwise dochtml build fails

Ximin Luo infinity0 at debian.org
Sun Mar 12 11:04:21 UTC 2017


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

infinity0 pushed a commit to branch master
in repository sagemath.

commit 98ec8b55f07003354fd77ef51ca0b3444fda00e2
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sun Mar 12 12:03:13 2017 +0100

    Don't default to threejs for now, otherwise dochtml build fails
    
    More details in https://trac.sagemath.org/ticket/22408#comment:8
---
 debian/patches/u0-use-local-threejs.patch | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/debian/patches/u0-use-local-threejs.patch b/debian/patches/u0-use-local-threejs.patch
index f39646d..84c4781 100644
--- a/debian/patches/u0-use-local-threejs.patch
+++ b/debian/patches/u0-use-local-threejs.patch
@@ -2,7 +2,6 @@ Description: Use threejs as the default 3D viewer
 Author: paulmasson <paulmasson at analyticphysics.com>
 Applied-Upstream:
  commit:5ddb9f154c1618039e60253e4e102a198d955af5
- commit:93b0b0e293645b46f409c3514df70d337b16a88e
  commit:efbd87751b8fd5b384c563026e3470bdb42429c2
  commit:7c0c9cf8e7ccb3d9b09020ddf11615fcfac61780
  commit:63f725d65fcd99c3a8669534efdd3114e31bf1ff
@@ -108,15 +107,6 @@ Applied-Upstream:
          html = html.replace('SAGE_OPTIONS', json.dumps(options))
          html = html.replace('SAGE_LIGHTS', lights)
          html = html.replace('SAGE_BOUNDS', bounds)
-@@ -1837,7 +1869,7 @@
-         return self
- 
- # if you add any default parameters you must update some code below
--SHOW_DEFAULTS = {'viewer': 'jmol',
-+SHOW_DEFAULTS = {'viewer': 'threejs',
-                  'verbosity': 0,
-                  'figsize': 5,
-                  'aspect_ratio': "automatic",
 --- a/sage/src/sage/repl/ipython_kernel/install.py
 +++ b/sage/src/sage/repl/ipython_kernel/install.py
 @@ -1,5 +1,5 @@

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