[sagemath] 01/06: Install jmol from sage for now to avoid failing tests.

Tobias Hansen thansen at moszumanska.debian.org
Fri Dec 2 23:37:48 UTC 2016


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

thansen pushed a commit to branch master
in repository sagemath.

commit 3f906214dc4b24012c5f97d86431c4d85e365a22
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Fri Dec 2 18:58:05 2016 +0000

    Install jmol from sage for now to avoid failing tests.
---
 debian/pruner/configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index 73cd756..b5596fe 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -143,8 +143,8 @@ AC_SUBST(HAS_IML)
 AC_CHECK_PROG(HAS_IPYTHON, ipython, "True", "False")
 AC_SUBST(HAS_IPYTHON)
 
-# FIXME(jmol): debian's version is too old, build without jmol
-HAS_JMOL="True"
+# FIXME(jmol): debian's version is too old, use sage's for now to avoid failing tests
+HAS_JMOL="False"
 AC_SUBST(HAS_JMOL)
 
 AC_CHECK_PROG(HAS_JUPYTER_CLIENT, jupyter-kernelspec, "True", "False")

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