Re: [sage-devel] Interface for evaluation of polynomials distinguishes between 1 and >1 variables

2012-05-09 Thread Franco Saliola
Hello Darij! On Wed, May 9, 2012 at 5:04 PM, darijgrinberg wrote: > Hello, > > I am not sure whether this can be called a bug, but I've noticed a > weirdness while working with Sage (5.0). > > For any positive integer n, I can define a ring > R(n) = PolynomialRing(QQ, polynames(n)), > where polyn

[sage-devel] Re: MPIR and gcc-4.3.2

2012-05-09 Thread Bill Hart
This thread got a lot of replies on mpir-devel which didn't show up here for various random reasons. The gist is that the problem only occurs with debian gcc 4.3.2, and only with fstrict-aliasing which is enabled by -O2. There's a discussion there about what best to do about it in Sage and MPIR.

[sage-devel] Re: aleph.sagemath.org does not show images

2012-05-09 Thread Jason Grout
On 5/9/12 4:53 PM, Jason Grout wrote: On 5/9/12 4:32 PM, Sébastien Labbé wrote: Hi, We are having trouble here at SD38 drawing Graphics2d in the single cell server at http://aleph.sagemath.org/. For example, this does not show anything : line([(0,0),(2,2)]) Yesterday, on Tuesday, it was work

[sage-devel] Re: aleph.sagemath.org does not show images

2012-05-09 Thread Jason Grout
On 5/9/12 4:32 PM, Sébastien Labbé wrote: Hi, We are having trouble here at SD38 drawing Graphics2d in the single cell server at http://aleph.sagemath.org/. For example, this does not show anything : line([(0,0),(2,2)]) Yesterday, on Tuesday, it was working. I just updated the patches to 5.

[sage-devel] aleph.sagemath.org does not show images

2012-05-09 Thread Sébastien Labbé
Hi, We are having trouble here at SD38 drawing Graphics2d in the single cell server at http://aleph.sagemath.org/. For example, this does not show anything : line([(0,0),(2,2)]) Yesterday, on Tuesday, it was working. Sébastien @ Sage Days 38 -- To post to this group, send an email to sage-de

[sage-devel] Interface for evaluation of polynomials distinguishes between 1 and >1 variables

2012-05-09 Thread darijgrinberg
Hello, I am not sure whether this can be called a bug, but I've noticed a weirdness while working with Sage (5.0). For any positive integer n, I can define a ring R(n) = PolynomialRing(QQ, polynames(n)), where polynames(n) is the list ['x1','x2',...,'xn']. This ring is just the polynomial ring in

[sage-devel] Re: sagecell spkg

2012-05-09 Thread Jason Grout
On 5/8/12 4:03 AM, Christian Stump wrote: Thanks for your quick reply! What version of Sage are you using? 5.0.rc0 I just upgraded the patches in the sagecell spkg to work for 5.0.rc0 (which is what aleph.sagemath.org is now running). So I'd suggest trying to install it again. You may nee

[sage-devel] Re: MPIR and gcc-4.3.2

2012-05-09 Thread Nils Bruin
Both GMP and MPIR documentation complain about gcc-4.3.2, but I haven't seen an explicit code snippet that triggers faulty behaviour. Closest I found was this: http://trac.mpir.org/mpir_trac/ticket/291 which indicates that at least something in "rootrem.c" goes wrong. I'd assume the testsuites of

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread P Purkayastha
On 05/09/2012 11:08 PM, Jeroen Demeyer wrote: On 2012-05-09 13:06, P Purkayastha wrote: The build log is attached. The problem is actually with MPIR, can you send me the MPIR log file? Hi Jeroen, I am currently not physically near that machine (and I forgot to enable ssh on it since it is

[sage-devel] Re: Live interacts on wiki (lots of them broken!)

2012-05-09 Thread kcrisman
On May 9, 11:12 am, Alex Kramer wrote: > On Wed, May 9, 2012 at 10:28 AM, kcrisman wrote: > >> [1] It's a little confusing with the live interacts and the images still > >> there, so we should decide what to do with the images. > > > No, I like it this way.  As long as it's clear enough that do

Re: [sage-devel] Re: Live interacts on wiki (lots of them broken!)

2012-05-09 Thread Alex Kramer
On Wed, May 9, 2012 at 10:28 AM, kcrisman wrote: >> [1] It's a little confusing with the live interacts and the images still >> there, so we should decide what to do with the images. > > No, I like it this way.  As long as it's clear enough that doing the > evaluation will give a live version, tha

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread Jeroen Demeyer
On 2012-05-09 13:06, P Purkayastha wrote: > The build log is attached. The problem is actually with MPIR, can you send me the MPIR log file? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups

[sage-devel] Re: Live interacts on wiki (lots of them broken!)

2012-05-09 Thread kcrisman
> Many thanks to Byron for going through all the wiki interact pages! > Indeed! > [1] It's a little confusing with the live interacts and the images still > there, so we should decide what to do with the images. No, I like it this way. As long as it's clear enough that doing the evaluation wil

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread P Purkayastha
On 05/09/2012 05:49 PM, Jeroen Demeyer wrote: On 2012-05-09 11:45, P Purkayastha wrote: On 05/09/2012 03:57 PM, P Purkayastha wrote: On Wed, May 9, 2012 at 3:56 PM, Jeroen Demeyermailto:jdeme...@cage.ugent.be>> wrote: On 2012-05-09 09:52, P Purkayastha wrote: > Actually, I alrea

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread Jeroen Demeyer
On 2012-05-09 11:45, P Purkayastha wrote: > On 05/09/2012 03:57 PM, P Purkayastha wrote: >> >> >> On Wed, May 9, 2012 at 3:56 PM, Jeroen Demeyer > > wrote: >> >> On 2012-05-09 09:52, P Purkayastha wrote: >> > Actually, I already tried that. It fails in the sa

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread P Purkayastha
On 05/09/2012 03:57 PM, P Purkayastha wrote: On Wed, May 9, 2012 at 3:56 PM, Jeroen Demeyer mailto:jdeme...@cage.ugent.be>> wrote: On 2012-05-09 09:52, P Purkayastha wrote: > Actually, I already tried that. It fails in the same way. And without setting any CFLAGS That's what I m

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread P Purkayastha
On Wed, May 9, 2012 at 3:56 PM, Jeroen Demeyer wrote: > On 2012-05-09 09:52, P Purkayastha wrote: > > Actually, I already tried that. It fails in the same way. > And without setting any CFLAGS > That's what I meant. Without having set anything. Just plain "make." -- To post to this group, send

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread Jeroen Demeyer
On 2012-05-09 09:52, P Purkayastha wrote: > Actually, I already tried that. It fails in the same way. And without setting any CFLAGS? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com Fo

[sage-devel] MPIR and gcc-4.3.2

2012-05-09 Thread Jeroen Demeyer
So what's the motivation for refusing to build MPIR with gcc-4.3.2? The configure script essentially just says "it's broken" without specifying how or why. I have built MPIR with gcc-4.3.2 on a GNU/Linux x86_64 system with -march=nocona and built gcc with that MPIR and I had no problems at all.

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread P Purkayastha
Actually, I already tried that. It fails in the same way. On Wed, May 9, 2012 at 3:50 PM, Jeroen Demeyer wrote: > On 2012-05-09 09:34, P Purkayastha wrote: > > And I set the following CFLAGS, CXXFLAGS (and MAKE is empty): > > || > > ~/Installations/sage-5.0.rc0»exportCFLAGS="-march=native -O3 -pi

Re: [sage-devel] Re: sage-5.0.rc0 released

2012-05-09 Thread Jeroen Demeyer
On 2012-05-09 09:34, P Purkayastha wrote: > And I set the following CFLAGS, CXXFLAGS (and MAKE is empty): > || > ~/Installations/sage-5.0.rc0»exportCFLAGS="-march=native -O3 -pipe" > ~/Installations/sage-5.0.rc0»exportCXXFLAGS="${CFLAGS}" What if you don't use -march=native? Could you recompile m