[sage-devel] Re: recompilation with "sage -clone"

2013-06-11 Thread leif
leif wrote: leif wrote: leif wrote: Looks like reinstalling the Sage library spkg would meanwhile also trigger the rebuild of *all* extension modules; not sure since when though... (seen with Sage 5.10.beta5 at least) Yep. This is because #14570, merged into Sage 5.10.beta4, completely brea

[sage-devel] Re: recompilation with "sage -clone"

2013-06-11 Thread leif
leif wrote: leif wrote: Looks like reinstalling the Sage library spkg would meanwhile also trigger the rebuild of *all* extension modules; not sure since when though... (seen with Sage 5.10.beta5 at least) Yep. This is because #14570, merged into Sage 5.10.beta4, completely breaks sage-sync-

[sage-devel] Re: recompilation with "sage -clone" and after "sage -sync-build"

2013-06-02 Thread Travis Scrimshaw
Hey, Could we at least get the hacked sage-sync-build into 5.10? The combinat queue has a few patch which create new cython files that replace python files (i.e. cythonizes them) which requires the sync-build to be run when people are moving ahead of those patches. Rebuilding all cython files

[sage-devel] Re: recompilation with "sage -clone" and after "sage -sync-build"

2013-06-02 Thread leif
leif wrote: leif wrote: 4) Minimally adapt sage-sync-build.py to reflect the (hard-coded) change by #14570. [May be easy as well, but potentially unsafe.] Even that turns out to be non-trivial, AFAICS, i.e., the whole strategy would have to get changed, as opposed to just some file / director

Re: [sage-devel] Re: recompilation with "sage -clone"

2013-06-02 Thread Robert Bradshaw
On Sat, Jun 1, 2013 at 3:55 AM, leif wrote: > John H Palmieri wrote: >> >> On Thursday, May 30, 2013 9:57:07 PM UTC-7, leif wrote: >> >> leif wrote: >> > Looks like reinstalling the Sage library spkg would meanwhile also >> > trigger the rebuild of *all* extension modules; not sure s

[sage-devel] Re: recompilation with "sage -clone" and after "sage -sync-build"

2013-06-01 Thread leif
leif wrote: leif wrote: John H Palmieri wrote: Is there a ticket for the sage-sync-build problem? Not yet. There are a couple of ways to (quickly or temporarily) "fix" this: 1) Unmerge #14570, which doesn't fix a bug, but only introduces a new (btw. non-configurable) feature. [A bit odd, e

[sage-devel] Re: recompilation with "sage -clone"

2013-06-01 Thread leif
leif wrote: John H Palmieri wrote: Is there a ticket for the sage-sync-build problem? Not yet. There are a couple of ways to (quickly or temporarily) "fix" this: 1) Unmerge #14570, which doesn't fix a bug, but only introduces a new (btw. non-configurable) feature. [A bit odd, especially sin

[sage-devel] Re: recompilation with "sage -clone"

2013-06-01 Thread leif
John H Palmieri wrote: On Thursday, May 30, 2013 9:57:07 PM UTC-7, leif wrote: leif wrote: > Looks like reinstalling the Sage library spkg would meanwhile also > trigger the rebuild of *all* extension modules; not sure since when > though... (seen with Sage 5.10.beta5 at leas

[sage-devel] Re: recompilation with "sage -clone"

2013-05-31 Thread Travis Scrimshaw
Hey, I noticed that after running sync-build that it was always taking a very long time. I'm moving through a couple of patches which create new cython files and having to watch sage rebuild because I need to run sync-build slows me down significantly. This definitely should be a blocker. Be

[sage-devel] Re: recompilation with "sage -clone"

2013-05-31 Thread John H Palmieri
On Thursday, May 30, 2013 9:57:07 PM UTC-7, leif wrote: > > leif wrote: > > Looks like reinstalling the Sage library spkg would meanwhile also > > trigger the rebuild of *all* extension modules; not sure since when > > though... (seen with Sage 5.10.beta5 at least) > > Yep. This is because

[sage-devel] Re: recompilation with "sage -clone"

2013-05-30 Thread Simon King
On 2013-05-31, leif wrote: > IMHO both issues (complete rebuild upon cloning and after > sage-sync-build) should be resolved before the final 5.10 gets out. +1 It should be a blocker, IMHO. Cheers, Simon -- You received this message because you are subscribed to the Google Groups "sage-deve

[sage-devel] Re: recompilation with "sage -clone"

2013-05-30 Thread leif
leif wrote: Looks like reinstalling the Sage library spkg would meanwhile also trigger the rebuild of *all* extension modules; not sure since when though... (seen with Sage 5.10.beta5 at least) Yep. This is because #14570, merged into Sage 5.10.beta4, completely breaks sage-sync-build, which

[sage-devel] Re: recompilation with "sage -clone"

2013-05-30 Thread leif
Eric Gourgoulhon wrote: I confirm this behavior on a fresh install of version 5.9 from the sources: sage -clone triggers the recompilation of the Cython sources. In version 5.8, it did not. Don't know the reason for this... Looks like reinstalling the Sage library spkg would meanwhile also tr

[sage-devel] Re: recompilation with "sage -clone"

2013-05-15 Thread vdelecroix
>> For the impatient, the following at least avoids rebuilding of (most of >> the) Cython-generated files: Thanks leif, it works quite well on sage-5.9. Do you have an idea for avoiding documentation regeneration (see [1]) ? Best, Vincent [1] http://groups.google.com/group/sage-devel/browse_t

[sage-devel] Re: recompilation with "sage -clone"

2013-05-12 Thread leif
leif wrote: leif wrote: Eric Gourgoulhon wrote: I confirm this behavior on a fresh install of version 5.9 from the sources: sage -clone triggers the recompilation of the Cython sources. In version 5.8, it did not. Don't know the reason for this... For the impatient, the following at least avo

[sage-devel] Re: recompilation with "sage -clone"

2013-05-11 Thread leif
leif wrote: Eric Gourgoulhon wrote: I confirm this behavior on a fresh install of version 5.9 from the sources: sage -clone triggers the recompilation of the Cython sources. In version 5.8, it did not. Don't know the reason for this... FWIW, it did still work in 5.9.beta2. Probably #13031 [1]

[sage-devel] Re: recompilation with "sage -clone"

2013-05-11 Thread leif
Eric Gourgoulhon wrote: I confirm this behavior on a fresh install of version 5.9 from the sources: sage -clone triggers the recompilation of the Cython sources. In version 5.8, it did not. Don't know the reason for this... FWIW, it did still work in 5.9.beta2. Probably #13031 [1] (merged into

[sage-devel] Re: recompilation with "sage -clone"

2013-05-11 Thread Eric Gourgoulhon
I confirm this behavior on a fresh install of version 5.9 from the sources: sage -clone triggers the recompilation of the Cython sources. In version 5.8, it did not. Don't know the reason for this... Eric. Le vendredi 10 mai 2013 14:53:27 UTC+2, vdelecroix a écrit : > > Hi, > > It seems that th