Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Release Manager committed Oct 4, 2023
2 parents 6d838ba + 316bbb3 commit 970fd9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/arb/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=arb-VERSION.tar.gz
sha1=b49978d7a54febbc408297683085f3252b5a3281
md5=6521245e826eb337eddedd6159eabcb8
cksum=3488846289
sha1=a1efe035dd3af3613dd685971a156f652b86ff63
md5=9b369e29f93cdf2d4f90b57a92526cce
cksum=64252121
upstream_url=https://github.com/fredrik-johansson/arb/archive/VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/arb/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.22.1
2.23.0
6 changes: 3 additions & 3 deletions build/pkgs/flint/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=flint-VERSION.tar.gz
sha1=d17a245bddec753c6eb5841b28d0322ba0c9e2b6
md5=484e62dd7326a4af6e2072f4edbc769f
cksum=1002348409
sha1=63d90f8242c8f8ab4011fbcfb44b86c154f43abd
md5=c2d3cec326438f159a530c66eb07fafe
cksum=4244948341
upstream_url=http://flintlib.org/flint-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/flint/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.4
2.9.0
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 970fd9f

Please sign in to comment.