We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45aa3d9 commit 316bbb3Copy full SHA for 316bbb3
build/pkgs/flint/spkg-configure.m4
@@ -1,8 +1,8 @@
1
SAGE_SPKG_CONFIGURE([flint], [
2
SAGE_SPKG_DEPCHECK([mpfr ntl], [
3
AC_CHECK_HEADER(flint/flint.h, [
4
- dnl fmpz_mod_ctx_init appears in Flint 2.6.0
5
- AC_SEARCH_LIBS([fmpz_mod_ctx_init], [flint], [
+ dnl flint_parallel_binary_splitting appears in Flint 2.9.0, needed by arb 2.23
+ AC_SEARCH_LIBS([flint_parallel_binary_splitting], [flint], [
6
dnl check that NTL is linked in
7
AC_SEARCH_LIBS([fmpz_poly_get_ZZX], [flint], [
8
0 commit comments