Skip to content

Commit 7c61211

Browse files
committed
Update FLINT package version and checksums
1 parent 5c8d9e9 commit 7c61211

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build/pkgs/flint/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=flint-VERSION.tar.gz
2-
sha1=dae6d32b25e46a6ab92514b4dfa64b06fdf247ec
3-
sha256=64d70e513076cfa971e0410b58c1da5d35112913e9a56b44e2c681b459d3eafb
2+
sha1=50d6c95ed5a601cd1b5b149ec42a84a54d58c2bd
3+
sha256=9497679804dead926e3affeb8d4c58739d1c7684d60c2c12827550d28e454a33
44
upstream_url=https://github.com/flintlib/flint/releases/download/vVERSION/flint-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.4.0

build/pkgs/flint/spkg-configure.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ SAGE_SPKG_CONFIGURE([flint], [
33
AC_CHECK_HEADERS([flint/flint.h flint/padic.h], [dnl
44
dnl gr_get_fexpr appears in Flint 3.0
55
AC_SEARCH_LIBS([gr_get_fexpr], [flint], [dnl
6-
dnl Assume Flint 3.4 is too new
7-
AC_MSG_CHECKING([whether FLINT version is >= 3.4.0])
6+
dnl Assume Flint 3.5 is too new
7+
AC_MSG_CHECKING([whether FLINT version is >= 3.5.0])
88
AC_COMPILE_IFELSE([dnl
99
AC_LANG_PROGRAM([[#include <flint/flint.h>
10-
#if __FLINT_RELEASE > 30399
11-
# error "FLINT 3.4 is too new"
10+
#if __FLINT_RELEASE > 30499
11+
# error "FLINT 3.5 is too new"
1212
#endif
1313
]])
1414
], [dnl

0 commit comments

Comments
 (0)