Skip to content

Commit

Permalink
sagemath#38960-eclib-upgrade-20241112
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Nov 19, 2024
1 parent 39ebbe4 commit 01d3463
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/eclib/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Upstream Contact
- Author: John Cremona
- Email: [email protected]
- Website:
http://homepages.warwick.ac.uk/staff/J.E.Cremona/mwrank/index.html
https://johncremona.github.io/mwrank/index.html
- Repository: https://github.com/JohnCremona/eclib
4 changes: 2 additions & 2 deletions build/pkgs/eclib/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=eclib-VERSION.tar.bz2
sha1=3028ac95e1b76699f5f9e871ac706cda363ab842
sha256=32d116a3e359b0de4f6486c2bb6188bb8b553c8b833f618cc2596484e8b6145a
sha1=749e4fda3660006a9459f129148d05ba482daa29
sha256=30765c27ca1420141f83517897119d0185fea9b31132392170ddae40b060e46f
upstream_url=https://github.com/JohnCremona/eclib/releases/download/vVERSION/eclib-VERSION.tar.bz2
2 changes: 1 addition & 1 deletion build/pkgs/eclib/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20231212
20241112
2 changes: 1 addition & 1 deletion build/pkgs/eclib/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SAGE_SPKG_CONFIGURE([eclib], [
SAGE_SPKG_DEPCHECK([ntl pari flint], [
dnl use existing eclib only if the version reported by pkg-config is recent enough
m4_pushdef([SAGE_ECLIB_VER],["20231212"])
m4_pushdef([SAGE_ECLIB_VER],["20241112"])
PKG_CHECK_MODULES([ECLIB], [eclib >= SAGE_ECLIB_VER], [
AC_CACHE_CHECK([for mwrank version == SAGE_ECLIB_VER], [ac_cv_path_MWRANK], [
AC_PATH_PROGS_FEATURE_CHECK([MWRANK], [mwrank], [
Expand Down

0 comments on commit 01d3463

Please sign in to comment.