[sagemath] 02/02: Force fplll check to be always true

Andreas Tille tille at debian.org
Wed Apr 12 18:54:27 UTC 2017


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

tille pushed a commit to branch debian/jessie-backports
in repository sagemath.

commit 7c6af5777fe2a4f39749a940b80b88abc3005ad1
Author: Andreas Tille <tille at debian.org>
Date:   Wed Apr 12 20:54:10 2017 +0200

    Force fplll check to be always true
---
 debian/changelog           | 1 +
 debian/pruner/configure.ac | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0cb4fe3..5899fd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sagemath (7.4-9~bpo8+1) UNRELEASED; urgency=medium
   * Rebuild for jessie-backports.
   * Adapt debian/control.runtime-depends and debian/control.in to versions
     in Jessie backports
+  * Force fplll check to be always true
 
  -- Andreas Tille <tille at debian.org>  Sun, 05 Mar 2017 19:46:57 +0100
 
diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index a2fc111..3982394 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -95,9 +95,11 @@ AC_SUBST(HAS_ARB)
 AC_CHECK_PROG(HAS_FLINTQS, QuadraticSieve, "True", "False")
 AC_SUBST(HAS_FLINTQS)
 
-AC_LANG_PUSH([C++])
-AC_CHECK_HEADER(fplll/fplll.h, HAS_FPLLL="True", HAS_FPLLL="False")
-AC_LANG_POP([C++])
+#AC_LANG_PUSH([C++])
+#AC_CHECK_HEADER(fplll/fplll.h, HAS_FPLLL="True", HAS_FPLLL="False")
+#AC_LANG_POP([C++])
+# FIXME(fplll): Disable check for jessie-backports because it fails with gcc 4.9
+HAS_FPLLL="True"
 AC_SUBST(HAS_FPLLL)
 
 AC_CHECK_PROG(HAS_FREETYPE, freetype-config, "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