Re: [sage-devel] compile sage6-6 from source fail on LMDE 2

2015-05-14 Thread Francois Bissey
Done http://trac.sagemath.org/ticket/18424 I need a bit of time to import the patch. François > On 15/05/2015, at 18:26, leif wrote: > > Francois Bissey wrote: >> Not the first time it is reported. I have a fix I gave to someone some months >> ago but forgot to open a ticket to get it fixed in

[sage-devel] Re: compile sage6-6 from source fail on LMDE 2

2015-05-14 Thread leif
Francois Bissey wrote: > Not the first time it is reported. I have a fix I gave to someone some months > ago but forgot to open a ticket to get it fixed in sage. > It is fixed in Gentoo > https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.4-test.patch?vie

[sage-devel] Re: compile sage6-6 from source fail on LMDE 2

2015-05-14 Thread leif
leif wrote: > Laurent Bakri wrote: >> Hi all, >> today I tried to compile from source sage6-6 on the linux mint debian >> edition ( the binary for debian did not work properly for me : no >> evaluate button in notebook mode the menu buttons not working neither...) >> I got a pb with flint, don't

Re: [sage-devel] compile sage6-6 from source fail on LMDE 2

2015-05-14 Thread Francois Bissey
Not the first time it is reported. I have a fix I gave to someone some months ago but forgot to open a ticket to get it fixed in sage. It is fixed in Gentoo https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.4-test.patch?view=markup is what you want. Yes

[sage-devel] Re: compile sage6-6 from source fail on LMDE 2

2015-05-14 Thread leif
Laurent Bakri wrote: > Hi all, > today I tried to compile from source sage6-6 on the linux mint debian > edition ( the binary for debian did not work properly for me : no > evaluate button in notebook mode the menu buttons not working neither...) > I got a pb with flint, don't know exactly what i

[sage-devel] Re: error in building sage in cygwin

2015-05-14 Thread Putranto Hadi
On Thursday, May 14, 2015 at 2:53:04 PM UTC+2, leif wrote: > > > We need the file > > > /cygdrive/d/sage/sage-6.6/local/var/tmp/sage/build/polybori-0.8.3/src/config.log > > > > to see why the test failed. (Probably due to a linker error since > libm4ri uses libpng, but that's shooting into th

[sage-devel] Re: help needed with import statement

2015-05-14 Thread David Perkinson
I then get: ) failed: NotImplementedError: subclasses need to impleme nt this.> However, as I mentioned above, it makes more sense to use tutte_polynomial from Graph in my situation (given that its bug has been fixed). So my problem no longer really exists. Thanks for the help! On Thursday

[sage-devel] Re: help needed with import statement

2015-05-14 Thread Dima Pasechnik
On Thursday, 14 May 2015 21:16:03 UTC+1, David Perkinson wrote: > > After putting > > import sage.matroids.matroid > how about from sage.matroids.matroid import Matroid > > in sandpile.py and running sage -br, I get the following: > > sage: f = Sandpile(graphs.CycleGraph(4),0) > sage: f.t

[sage-devel] Re: help needed with import statement

2015-05-14 Thread David Perkinson
I guess that since the bug in the tutte_polynomial method for Graph will be fixed in sage 6.7, I don't need to use the Matroid version anyway. On Thursday, May 14, 2015 at 1:16:03 PM UTC-7, David Perkinson wrote: > > After putting > > import sage.matroids.matroid > > in sandpile.py and running

[sage-devel] Re: help needed with import statement

2015-05-14 Thread David Perkinson
After putting import sage.matroids.matroid in sandpile.py and running sage -br, I get the following: sage: f = Sandpile(graphs.CycleGraph(4),0) sage: f.tutte_polynomial() --- NameError Traceb

[sage-devel] Re: help needed with import statement

2015-05-14 Thread Dima Pasechnik
On Thursday, 14 May 2015 19:32:48 UTC+1, David Perkinson wrote: > > I am working on sandpile.py and would like to use tutte_polynomial from > sage/matroids/matroid.pyx. Could someone tell me the correct import > statement put in sandpile.py? > If you import sage.matroids.matroid you can creat

[sage-devel] Re: possible tutte_polynomial bug (for Graph, not Matroid)

2015-05-14 Thread leif
David Perkinson wrote: > sage: g = Graph() > sage: > g.add_edges([(0,1,1),(0,2,1),(0,3,1),(0,4,1),(0,5,1),(1,2,1),(2,3,1),(3,4,1),(4,5,1)]) > sage: g.tutte_polynomial().subs(x=1,y=1) > 66 > sage: Matroid(g).tutte_polynomial().subs(x=1,y=1) > 55 > > sage: f = Graph() > sage: f.add_edges([(0,1),(0,

[sage-devel] Re: Building a custom Sage

2015-05-14 Thread William Stein
On Thu, May 14, 2015 at 11:21 AM, Rob Beezer wrote: > I'm well into building 6.7.beta5 from source at > > https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/ > > and presumably well beyond grabbing packages like bzip2? (Building ecl > now.) > > In an

[sage-devel] help needed with import statement

2015-05-14 Thread David Perkinson
I am working on sandpile.py and would like to use tutte_polynomial from sage/matroids/matroid.pyx. Could someone tell me the correct import statement put in sandpile.py? Thanks. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe fr

[sage-devel] possible tutte_polynomial bug (for Graph, not Matroid)

2015-05-14 Thread David Perkinson
sage: g = Graph() sage: g.add_edges([(0,1,1),(0,2,1),(0,3,1),(0,4,1),(0,5,1),(1,2,1),(2,3,1),(3,4,1),(4,5,1)]) sage: g.tutte_polynomial().subs(x=1,y=1) 66 sage: Matroid(g).tutte_polynomial().subs(x=1,y=1) 55 sage: f = Graph() sage: f.add_edges([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(2,3),(3,4),(4,5

Re: [sage-devel] Re: Broken links to doc already appearing

2015-05-14 Thread Michael Orlitzky
On 05/14/2015 12:05 PM, leif wrote: > > Well, symlinking the folders in html/en/ on the top level should be > sufficient. > A "RedirectMatch permanent" would be better -- with symlinks, Google will keep the old URLs around forever (and penalize you for duplicate content). -- You received this

[sage-devel] Re: Broken links to doc already appearing

2015-05-14 Thread leif
kcrisman wrote: > I did a Google search for something. Guess what? > > http://www.sagemath.org/doc/reference/graphs/sage/graphs/graph_latex.html > > 404 not found > > Basically, EVERYTHING that anyone will link to that isn't just > sagemath.org/doc will give a 404. There must be a lot of such

[sage-devel] Re: Broken links to doc already appearing

2015-05-14 Thread kcrisman
> I did a Google search for something. Guess what? > > http://www.sagemath.org/doc/reference/graphs/sage/graphs/graph_latex.html > > Sorry, my main point was that Google has the broken link as its top recommendation, and may not find out where to update for some time. -- You received this me

[sage-devel] Broken links to doc already appearing

2015-05-14 Thread kcrisman
I did a Google search for something. Guess what? http://www.sagemath.org/doc/reference/graphs/sage/graphs/graph_latex.html 404 not found Basically, EVERYTHING that anyone will link to that isn't just sagemath.org/doc will give a 404. There must be a lot of such links around. Also, http://doc

Re: [sage-devel] Re: Sage's "changelog"

2015-05-14 Thread kcrisman
> > The other general issue is related to managing files, the release > process and the workflow as the whole group. Volker is in contact with > me, but even the smallest silent assumptions or misunderstandings lead > to hiccups. Only when it breaks you realize which elements were vital > and

[sage-devel] Re: error in building sage in cygwin

2015-05-14 Thread leif
Putranto Hadi wrote: > I have a problem in installing sage-6.6 on cygwin64. > Everything was going fine until sage told me that polybori package > failed to build. > in the log (attached), it says that there is no m4ri library. But i am > pretty sure that m4ri already installed, as the log says (al

[sage-devel] error in building sage in cygwin

2015-05-14 Thread Putranto Hadi
Hi, I have a problem in installing sage-6.6 on cygwin64. Everything was going fine until sage told me that polybori package failed to build. in the log (attached), it says that there is no m4ri library. But i am pretty sure that m4ri already installed, as the log says (also attached). I also al

Re: [sage-devel] Re: Is there an online index of the standard packages shipped in Sage?

2015-05-14 Thread Dima Pasechnik
On Thursday, 14 May 2015 07:10:10 UTC+1, Nathann Cohen wrote: > > Hello, > > > Really?! Are you saying that looking at standard/*/ is more inconvenient > > than looking at */* and checking that a file there says standard (or > have a > > file > > named standard) ? > > It may not be more con

Re: [sage-devel] Re: SIngular version

2015-05-14 Thread John Cremona
Thanks for the update. Since the prospective Singular user does not know Sage at all he will not be able to help with that ticket; and I don't know Singular at all. John On 13 May 2015 at 22:45, leif wrote: > John Cremona wrote: >> Is anyone planning to update the version of Singular used