[sage-devel] Question on 3D plots

2017-01-10 Thread Viviane Pons
Hi all, I'm introspecting 3D plots right now to fix some issues we have with sdl export. I notice the following: sage: d = dodecahedron() sage: type(d) sage: p = Polyhedron([(0,0,0), (1,0,0), (0,1,0), (0,0,1)]) sage: pp = p.plot() sage: type(pp) both d and pp show in 3d in jmol but as you

Re: [sage-devel] can't compile: make hangs at mpir

2017-01-10 Thread Dima Pasechnik
a wild guess is that libgmp-dev is to blame. Could you try to remove it and retry building? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Extra blank is inserted before the output in the Sage CLI

2017-01-10 Thread Kwankyu Lee
If you are sick of the extraneous blank line in multiline output, check out https://trac.sagemath.org/ticket/22158#comment:7 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [sage-devel] can't compile: make hangs at mpir

2017-01-10 Thread Francois Bissey
Don't think so. Look at the logs at the messages about Sed during configure. Sed is used to preprocess that file. Gentoo report https://bugs.gentoo.org/show_bug.cgi?id=604764 I think Bill will have to look at it upstream. Francois On 11/01/2017, at 9:23 AM, Dima Pasechnik

[sage-devel] Package 2.7.5 Failed to Build

2017-01-10 Thread Alejandra Alvarado
Hello, I am getting an error installing Sage 7.4, due to package 2.7.5 failing to build. I am working on a MacBook OS X El Capitan. Below the last portion of the log file. Thank you, Alejandra [patch-2.7.5]

Re: [sage-devel] can't compile: make hangs at mpir

2017-01-10 Thread moritz
On Tuesday, January 10, 2017 at 9:44:09 PM UTC+1, François wrote: > > Don't think so. Look at the logs at the messages about Sed during > configure. > Sed is used to preprocess that file. > Gentoo report > https://bugs.gentoo.org/show_bug.cgi?id=604764 > I think Bill will have to look at it

[sage-devel] Why is patchbot testing closed tickets?

2017-01-10 Thread Andrey Novoseltsev
This one https://trac.sagemath.org/ticket/20940 was closed 5 months ago, yet as can be seen from https://patchbot.sagemath.org/ticket/20940/ it was tested again and again and again like 70 times after the few ones that were useful. That's a lot of wasted computing power for other tickets and

[sage-devel] Re: Question on 3D plots

2017-01-10 Thread Frédéric Chapoton
I am just working on similar questions, see https://trac.sagemath.org/ticket/22144 on pourrait en causer directement ? Frederic Le mardi 10 janvier 2017 17:59:16 UTC+1, Viviane Pons a écrit : > > Hi all, > > I'm introspecting 3D plots right now to fix some issues we have with sdl > export. I

Re: [sage-devel] Re: Question on 3D plots

2017-01-10 Thread Viviane Pons
Great! I'm looking at this with Alba Malaga who is with me at Sage Days. I just added her on the ticket as well. We also noticed some other weirdness in some other plot3D objects. We are here at sage days for the whole week so just let us know when you want and how you want to discuss it. Best

Re: [sage-devel] can't compile: make hangs at mpir

2017-01-10 Thread Dima Pasechnik
please post logs/pkgs/mpir-2.7.2.log Also, do you have gmp-dev and/or mpir-dev installed system-wide? On Tuesday, January 10, 2017 at 9:53:48 AM UTC, moritz wrote: > > Was there a way to fix it? I googled for it, but didn't find the report in > Gentoo. > Is anybody else compiling sage or mpir

Re: [sage-devel] can't compile: make hangs at mpir

2017-01-10 Thread moritz
Was there a way to fix it? I googled for it, but didn't find the report in Gentoo. Is anybody else compiling sage or mpir successfully on a current debian-sid distribution? On Monday, January 9, 2017 at 7:52:45 PM UTC+1, François wrote: > > I have seen a report for this in Gentoo > Against

[sage-devel] Re: releasing memory in compiled components

2017-01-10 Thread kcrisman
On Monday, January 9, 2017 at 9:52:37 AM UTC-5, John Cremona wrote: > > In a reply to question 36225 at > https://ask.sagemath.org/question/36225/memory-leak-with-modular-symbols/ > (my reply was deleted by the system so you cannot read it) I offered > to try to help by asking here how to do