From ac0e31471e0e3d6b1097139b85412e766894ed3d Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 11 Apr 2025 10:08:39 -0500 Subject: [PATCH 1/2] Support flint 3.2 spkg-configure --- build/pkgs/flint/spkg-configure.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/pkgs/flint/spkg-configure.m4 b/build/pkgs/flint/spkg-configure.m4 index 98350eb483d..50a57f8f9f2 100644 --- a/build/pkgs/flint/spkg-configure.m4 +++ b/build/pkgs/flint/spkg-configure.m4 @@ -3,12 +3,12 @@ SAGE_SPKG_CONFIGURE([flint], [ AC_CHECK_HEADERS([flint/flint.h flint/padic.h], [dnl dnl gr_get_fexpr appears in Flint 3.0 AC_SEARCH_LIBS([gr_get_fexpr], [flint], [dnl - dnl Assume Flint 3.2 is too new - AC_MSG_CHECKING([whether FLINT version is >= 3.2.0]) + dnl Assume Flint 3.3 is too new + AC_MSG_CHECKING([whether FLINT version is >= 3.3.0]) AC_COMPILE_IFELSE([dnl AC_LANG_PROGRAM([[#include - #if __FLINT_RELEASE >= 30200 - # error "FLINT 3.2 is too new" + #if __FLINT_RELEASE >= 30300 + # error "FLINT 3.3 is too new" #endif ]]) ], [dnl From 1ec4c78e0ce5817a06bc46b539eca9f60b0f9a37 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 11 Apr 2025 10:41:57 -0500 Subject: [PATCH 2/2] Add condition to conda.txt --- build/pkgs/flint/distros/conda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/flint/distros/conda.txt b/build/pkgs/flint/distros/conda.txt index 944940a3f2b..96c0a0ba250 100644 --- a/build/pkgs/flint/distros/conda.txt +++ b/build/pkgs/flint/distros/conda.txt @@ -1 +1 @@ -libflint +libflint<3.3.0a0