Skip to content

Commit

Permalink
sagemathgh-36775: gmp 6.3.0, mpc 1.3.1, mpfr 4.2.1, mpfrcx 0.6.3
Browse files Browse the repository at this point in the history
    
<!-- ^^^^^
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 sagemath#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 sagemath#12345". -->
<!-- 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. -->

- [ ] The title is concise, informative, and self-explanatory.
- [ ] The description explains in detail what this PR is about.
- [ ] 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
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#36775
Reported by: Matthias Köppe
Reviewer(s): Dima Pasechnik
  • Loading branch information
Release Manager committed Dec 23, 2023
2 parents e785b71 + fd11046 commit c6d0b33
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/gmp/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=gmp-VERSION.tar.xz
sha1=0578d48607ec0e272177d175fd1807c30b00fdf2
md5=0b82665c4a92fd2ade7440c13fcaa42b
cksum=1546558141
sha1=b4043dd2964ab1a858109da85c44de224384f352
md5=956dc04e864001a9c22429f761f2c283
cksum=1735788654
upstream_url=https://gmplib.org/download/gmp/gmp-VERSION.tar.xz
2 changes: 1 addition & 1 deletion build/pkgs/gmp/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.1
6.3.0
7 changes: 4 additions & 3 deletions build/pkgs/mpc/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tarball=mpc-VERSION.tar.gz
sha1=b019d9e1d27ec5fb99497159d43a3164995de2d0
md5=4125404e41e482ec68282a2e687f6c73
cksum=3987925640
sha1=bac1c1fa79f5602df1e29e4684e103ad55714e02
md5=5c9bc658c9fd0f940e8e3e0f09530c62
cksum=3202795598
upstream_url=https://ftp.gnu.org/gnu/mpc/mpc-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/mpc/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.3.1
7 changes: 4 additions & 3 deletions build/pkgs/mpfr/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tarball=mpfr-VERSION.tar.bz2
sha1=fcbbafb37c683898e585b926608d540ed037609e
md5=8c21d8ac7460493b2b9f3ef3cc610454
cksum=3260550035
sha1=f9dbe49b092e4c8e0a039e6d46c059696cc2f51c
md5=7765afa036e4ce7fb0e02bce0fef894b
cksum=1526077734
upstream_url=https://www.mpfr.org/mpfr-current/mpfr-VERSION.tar.bz2
2 changes: 1 addition & 1 deletion build/pkgs/mpfr/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1.p0
4.2.1
7 changes: 4 additions & 3 deletions build/pkgs/mpfrcx/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tarball=mpfrcx-VERSION.tar.gz
sha1=33fbf3fdbe69fe163fe4f2ebcc79630b11c329e6
md5=44287784a8ad9a5367c68e9ae636864f
cksum=1348973008
sha1=460bc7cb48fae4f8070b73912080fdf0c08c93b6
md5=45077ba92dccc25488086962d160de6c
cksum=1142118879
upstream_url=https://www.multiprecision.org/downloads/mpfrcx-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/mpfrcx/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5
0.6.3

0 comments on commit c6d0b33

Please sign in to comment.