Two more things:
a) the latest eclib.spkg is broken when we use 'export MAKE="make - j4"' - see #4228 The issue here is a change to use ${MAKE} in the makefile instead of a hard coded make. The way we uses to invoke parallel make has really bothered me and I would suggest that we introduce $SAGE_BUILD_THREADS and use that instead. I.e. all you should do is set $MAKE to either make or gmake. Thoughts? b) The long doctest of sr.py has a speed regression due to #686 (up to about 1130 seconds from 630 or so). I was really hoping that RobertWB can post the new coercion patches for the MV polynomial rings so that issue just disappears. The slow down is suspected to be caused by the more complex constructor for MV polynomial rings and has nothing to do with coercion. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---