On Wed, 2024-06-26 at 15:26 +0100, John Cremona wrote:
> In build/pkgs/eclib/spkg-configure.m4 tere is code to check whether an
> already installed version of eclib is new enough.  It use to check that the
> version agreed exactly, but now it uses [ge] ("greater or equal") to do
> this.
> 

Did you update spkg-configure.m4 yourself? The one I have (develop
branch) is still using equality:

  m4_pushdef([SAGE_ECLIB_VER],["20231212"])
  PKG_CHECK_MODULES([ECLIB], [eclib = SAGE_ECLIB_VER],
  ...

In any case, after changing it, you have to re-run ./bootstrap.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/bba6a9f8ad088d3233fd70abce379bc250bd8ae3.camel%40orlitzky.com.

Reply via email to