Re: [sage-devel] eclib version checking

2024-06-26 Thread Dima Pasechnik
there are two tests - and you get the failure on the 2st one, which checks for equality of versions, in PKG_CHECK_MODULES. You need to change '=' there to '>=' (and ./bootstrap) On 26 June 2024 15:30:53 BST, Michael Orlitzky wrote: >On Wed, 2024-06-26 at 15:26 +0100, John Cremona wrote: >>

Re: [sage-devel] eclib version checking

2024-06-26 Thread Michael Orlitzky
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

[sage-devel] eclib version checking

2024-06-26 Thread John Cremona
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. BUT I have version 20240408 installed which has greater than the minimal