Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/flint/spkg-configure.m4: Check function needed by arb 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 2, 2022
1 parent 844d8e5 commit 5796a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/flint/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SAGE_SPKG_CONFIGURE([flint], [
SAGE_SPKG_DEPCHECK([mpfr ntl], [
AC_CHECK_HEADER(flint/flint.h, [
dnl fmpz_mod_ctx_init appears in Flint 2.6.0
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], [
dnl check that NTL is linked in
AC_SEARCH_LIBS([fmpz_poly_get_ZZX], [flint], [
Expand Down

0 comments on commit 5796a9f

Please sign in to comment.