Re: [sage-devel] can't install dot2tex package in Sage 8.1

2018-03-08 Thread Vít Tuček
Sorry, I thought there is only one way to install Sage packages. I ran sage -i dot2tex. The error log is attached to my previous mail. Dne úterý 6. března 2018 17:04:01 UTC+1 Jeroen Demeyer napsal(a): > > On 2018-03-06 14:42, Vít Tuček wrote: > > I tried install dot2tex in Sage 8.1 > > How? W

Re: [sage-devel] can't install dot2tex package in Sage 8.1

2018-03-08 Thread Jeroen Demeyer
On 2018-03-08 14:22, Vít Tuček wrote: Sorry, I thought there is only one way to install Sage packages. I ran sage -i dot2tex. The error log is attached to my previous mail. You attached a log file of mpfr, not for dot2tex. -- You received this message because you are subscribed to the Google

Re: [sage-devel] sage -p databse_gap fails with error

2018-03-08 Thread Erik Bray
On Fri, Mar 2, 2018 at 7:21 PM, afadli wrote: > i am trying to install database_gap package using sage -p but i got this > error : "sage -p" is only for certain old, outdated packages (and was also broken somewhat in Sage 8.1) You can just run: sage -i database_gap > make build/make/Makefile

[sage-devel] Nauty as a default generator for graphs

2018-03-08 Thread Jori Mäntysalo
It is much faster to say sum(1 for _ in graphs.nauty_geng(7)) than sum(1 for _ in graphs(7)), and after #19919 we have nauty as a standard package. Will I break something if I change graphs(n) without any additional parameter to use nauty? A user really needing the old code could then say graph