[sagemath] 01/01: Don't (yet) auto-detect system planarity, that one is currently fake from sagemath-deps
Ximin Luo
infinity0 at debian.org
Mon Oct 17 10:42:38 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 f39348ca62233ede7401f332f3f6baed5b54c055
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Oct 17 12:41:10 2016 +0200
Don't (yet) auto-detect system planarity, that one is currently fake from sagemath-deps
---
debian/pruner/configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index c781a9e..5b0da09 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -248,7 +248,9 @@ AC_SUBST(HAS_PKGCONF)
HAS_PKGCONFIG="True"
AC_SUBST(HAS_PKGCONFIG)
-AC_CHECK_HEADERS(planarity/planarity.h, HAS_PLANARITY="True", HAS_PLANARITY="False")
+# FIXME
+#AC_CHECK_HEADERS(planarity/planarity.h, HAS_PLANARITY="True", HAS_PLANARITY="False")
+HAS_PLANARITY="False"
AC_SUBST(HAS_PLANARITY)
# TODO(brial): brial 0.8.4.3+ has lost its pkg-config file. Hopefully this will
--
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