[sagemath] 01/02: Boost is now needed for sage (update pruner).

Tobias Hansen thansen at moszumanska.debian.org
Sun Mar 15 01:39:20 UTC 2015


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

thansen pushed a commit to branch master
in repository sagemath.

commit 356d2d70420b170fb7055f704a7416406291501d
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Mar 15 01:35:18 2015 +0000

    Boost is now needed for sage (update pruner).
---
 debian/pruner/configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index 38833b4..4e32a10 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -21,8 +21,7 @@ AC_SUBST(HAS_BACKPORTS_SSL_MATCH_HOSTNAME)
 AC_CHECK_HEADER(gc.h, HAS_BOEHM_GC="True", HAS_BOEHM_GC="False")
 AC_SUBST(HAS_BOEHM_GC)
 
-# FIXME(boost): only needed for polybori, hence not needed
-HAS_BOOST="True"
+AC_CHECK_HEADER(boost/regex.h, HAS_BOOST="True", HAS_BOOST="False")
 AC_SUBST(HAS_BOOST)
 
 AC_CHECK_PROG(HAS_BZIP2, bzip2, "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