On Oct 30, 11:03 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On 10/30/07, Paul Zimmermann <[EMAIL PROTECTED]> wrote: > > 27510639 1080 -rw-rw-r-- 1 zimmerma spaces 1098688 Oct 30 11:23 > > /local/spaces/logiciels/sage-2.8.10/p4/sage/devel/sage-main/build/temp.linux-i686-2.5/sage/schemes/hyperelliptic_curves/frobenius_cpp.o > > 30220438 1716 -rw-rw-r-- 1 zimmerma spaces 1752092 Oct 30 11:22 > > /local/spaces/logiciels/sage-2.8.10/p4/sage/devel/sage-main/sage/rings/polynomial/real_roots.c > > Regarding files like above, it is good to have those around if you are doing > any development on the Sage library, since otherwise you'll have to wait > for them to be auto-regenerated whenever you build your changes (by typing > "sage -br").
This could be fixed, though. We could rewrite whatever is checking dependencies and deciding what to compile, so that as long as build/ sage/rings/integer.so was newer than sage/rings/integer.pyx (and .pxd, and everything else that the build depends on) it didn't care whether sage/rings/integer.c or build/temp.linux-i686-2.5/sage/rings/integer.o or build/lib.linux-i686-2.5/sage/rings/integer.so existed. (I have no idea how hard this would be.) Carl Witty --~--~---------~--~----~------------~-------~--~----~ 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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---