Re: [sage-release] Re: Sage 6.2.beta5 released

2014-03-29 Thread leif
On 29.03.2014 20:49, leif wrote: Ben Salisbury wrote: Hi all, It seems that my dot2tex no longer functions after upgrading to 6.2.beta5. sage: C = crystals.Tableaux("B2",shape=[2,1]) sage: view(C) dot2tex not available. Install after running 'sage -sh' I attempted to force a reinstallation o

Re: [sage-release] Re: Sage 6.2.beta5 released

2014-03-29 Thread Francois Bissey
On 30/03/2014, at 8:49, leif wrote: > Ben Salisbury wrote: >> Hi all, >> >> It seems that my dot2tex no longer functions after upgrading to 6.2.beta5. >> >> sage: C = crystals.Tableaux("B2",shape=[2,1]) >> sage: view(C) >> dot2tex not available. Install after running 'sage -sh' >> >> I attemp

Re: [sage-release] Re: Sage 6.2.beta5 released

2014-03-29 Thread leif
Ben Salisbury wrote: Hi all, It seems that my dot2tex no longer functions after upgrading to 6.2.beta5. sage: C = crystals.Tableaux("B2",shape=[2,1]) sage: view(C) dot2tex not available. Install after running 'sage -sh' I attempted to force a reinstallation of dot2tex via sage -i -f dot2tex,

[sage-release] Re: Sage 6.2.beta5 released

2014-03-29 Thread Ben Salisbury
Hi all, It seems that my dot2tex no longer functions after upgrading to 6.2.beta5. sage: C = crystals.Tableaux("B2",shape=[2,1]) sage: view(C) dot2tex not available. Install after running 'sage -sh' I attempted to force a reinstallation of dot2tex via sage -i -f dot2tex, which succeeded wit

Re: [sage-release] Re: Sage 6.2.beta5 released

2014-03-26 Thread Bill Hart
Actually, option 1 is not the solution. I use Make 3.81 as well, and the problem does not occur for me. So that leaves three possible solutions. Bill. On 26 March 2014 18:10, Bill Hart wrote: > The only way we can fix the -include problem is to either > > * upgrade your version of make > * rem

Re: [sage-release] Re: Sage 6.2.beta5 released

2014-03-26 Thread Bill Hart
The only way we can fix the -include problem is to either * upgrade your version of make * remove dependency tracking altogether from flint (talk to Mike Hansen about that) * or to put dummy.c files in all relevant directories (I obviously don't like to work around bugs with ugly hacks, so am not

[sage-release] Re: Sage 6.2.beta5 released

2014-03-26 Thread kcrisman
On Sunday, March 23, 2014 4:56:43 PM UTC-4, Volker Braun wrote: > > The "develop" branch on git has been updated to 6.2.beta5. Alternatively, > you can download the source tarball: > > > http://boxen.math.washington.edu/home/release/sage-6.2.beta5/sage-6.2.beta5.tar.gz > > $ git log --first-pare