[sagemath] 01/02: Do not install Sage's jmol.

Tobias Hansen thansen at moszumanska.debian.org
Tue Nov 15 00:27:38 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 f7a2ce411f99d65a95f20f6e50e3034767cef4a7
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Mon Nov 14 21:38:20 2016 +0000

    Do not install Sage's jmol.
---
 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 12e30fe..ef01793 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, use sage's
-HAS_JMOL="False"
+# FIXME(jmol): debian's version is too old, build without jmol
+HAS_JMOL="True"
 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