Skip to content

Commit 970fd9f

Browse files
author
Release Manager
committed
gh-36383: Update flint to 2.9.0, arb to 2.23.0 <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> Resolves #34102 Resolves #34106 <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36383 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik
2 parents 6d838ba + 316bbb3 commit 970fd9f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build/pkgs/arb/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=arb-VERSION.tar.gz
2-
sha1=b49978d7a54febbc408297683085f3252b5a3281
3-
md5=6521245e826eb337eddedd6159eabcb8
4-
cksum=3488846289
2+
sha1=a1efe035dd3af3613dd685971a156f652b86ff63
3+
md5=9b369e29f93cdf2d4f90b57a92526cce
4+
cksum=64252121
55
upstream_url=https://github.com/fredrik-johansson/arb/archive/VERSION.tar.gz

build/pkgs/arb/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.22.1
1+
2.23.0

build/pkgs/flint/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=flint-VERSION.tar.gz
2-
sha1=d17a245bddec753c6eb5841b28d0322ba0c9e2b6
3-
md5=484e62dd7326a4af6e2072f4edbc769f
4-
cksum=1002348409
2+
sha1=63d90f8242c8f8ab4011fbcfb44b86c154f43abd
3+
md5=c2d3cec326438f159a530c66eb07fafe
4+
cksum=4244948341
55
upstream_url=http://flintlib.org/flint-VERSION.tar.gz

build/pkgs/flint/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.4
1+
2.9.0

build/pkgs/flint/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SAGE_SPKG_CONFIGURE([flint], [
22
SAGE_SPKG_DEPCHECK([mpfr ntl], [
33
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], [
4+
dnl flint_parallel_binary_splitting appears in Flint 2.9.0, needed by arb 2.23
5+
AC_SEARCH_LIBS([flint_parallel_binary_splitting], [flint], [
66
dnl check that NTL is linked in
77
AC_SEARCH_LIBS([fmpz_poly_get_ZZX], [flint], [
88

0 commit comments

Comments
 (0)