[sagemath] 03/04: Add planarity support to the pruner script

Julien Puydt julien.puydt at laposte.net
Tue Jun 23 08:15:23 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 4b782e6d003ba21734e11326699adfad7a140b0a
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Jun 23 10:11:53 2015 +0200

    Add planarity support to the pruner script
---
 debian/pruner/configure.ac | 4 ++++
 debian/pruner/pruner.py.in | 1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index d18e1e0..8997be5 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -330,6 +330,10 @@ AC_SUBST(HAS_PKGCONF)
 HAS_PKGCONFIG="True"
 AC_SUBST(HAS_PKGCONFIG)
 
+# FIXME(planarity): sagemath uses a heavily patched upstream -- work pending
+HAS_PLANARITY="False"
+AC_SUBST(HAS_PLANARITY)
+
 PKG_CHECK_MODULES(polybori, [polybori-0.8 polybori-groebner-0.8], [HAS_POLYBORI="True"], [HAS_POLYBORI="False"])
 AC_SUBST(HAS_POLYBORI)
 
diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index 141479d..24cd122 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -98,6 +98,7 @@ dico = {
     'pip': @HAS_PIP@,
     'pkgconf': @HAS_PKGCONF@,
     'pkgconfig': @HAS_PKGCONFIG@,
+    'planarity': @HAS_PLANARITY@,
     'polybori': @HAS_POLYBORI@,
     'polytopes_db': @HAS_POLYTOPES@,
     'ppl': @HAS_PPL@,

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