On 26 March 2014 18:22, kcrisman <[email protected]> wrote: > I've created http://trac.sagemath.org/ticket/16017 for this libs.mwrank > issue, though I still really don't know what the issue is :(
Previous version of eclib did not use Flint. The current one (eclib-20140128) does, and it requires Flint version at least 2.3. If you configure mwrank without specifying --with-flint=... then it will test for the Flint symbols it uses which are mostly of the form _nmod_mat_rref. But if you specify --with=flint= *as we do in the spkg-install script for Sage* then that check is not carried out. It follows that if Sage was using a Flint version <2.3 then building Sage would fail. Of course, this should not be the reason for your problem since Sage does now use Flint 2.3, and possibly 2.4. I have *not* tested eclib against Flint 2.4 and perhaps I should! Though 2.4.3 still has the nmod_mat module, and eclib builds on most machines. John > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
