Skip to content

Commit d11cbc0

Browse files
author
Release Manager
committed
gh-35067: Upgrade eclib to 20221012 <!-- ^^^^^ 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" --> ### 📚 Description <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> ### 📝 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! --> - [ ] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [ ] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... --> URL: #35067 Reported by: Alex J Best Reviewer(s): Dima Pasechnik, François Bissey
2 parents 646af1b + 52b23a4 commit d11cbc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/eclib/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=eclib-VERSION.tar.bz2
2-
sha1=2e86bc02e43edfb43473ecb1ae8e7b67cfe87e3c
3-
md5=bb6fc7cb57c01c45a033276e1a94028f
4-
cksum=3974905173
2+
sha1=7c8b64bd9a1b8f4f489690a53c1f329afc953f2c
3+
md5=03a87ae2b490f11b81ec6b305cbc8087
4+
cksum=111064162
55
upstream_url=https://github.com/JohnCremona/eclib/releases/download/VERSION/eclib-VERSION.tar.bz2

build/pkgs/eclib/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20220621
1+
20221012

build/pkgs/eclib/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SAGE_SPKG_CONFIGURE([eclib], [
22
SAGE_SPKG_DEPCHECK([ntl pari flint], [
33
dnl Trac #31443, #34029: use existing eclib only if the version reported by pkg-config is correct
4-
m4_pushdef([SAGE_ECLIB_VER],["20220621"])
4+
m4_pushdef([SAGE_ECLIB_VER],["20221012"])
55
PKG_CHECK_MODULES([ECLIB], [eclib = SAGE_ECLIB_VER], [
66
AC_CACHE_CHECK([for mwrank version == SAGE_ECLIB_VER], [ac_cv_path_MWRANK], [
77
AC_PATH_PROGS_FEATURE_CHECK([MWRANK], [mwrank], [

0 commit comments

Comments
 (0)