Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, gcc was installed by Sage. You can find the install log here - http://www.imsc.res.in/~rajeev/install.log Rajeev On Mon, Apr 30, 2012 at 6:19 AM, Volker Braun wrote: > Did your compilation build the bundled gcc or did it use the system gcc? For > example, is there a $SAGE_LOCAL/bin/gcc in

Re: [sage-devel] sagemath ppa for Ubuntu 12.04

2012-04-29 Thread Jan Groenewald
Hi On 29 April 2012 17:34, Nicolas M. Thiery wrote: >Dear Jan, > > (CC to Thierry Monteil, and the Sage Days 38 organizers) > > On Fri, Apr 27, 2012 at 05:15:00PM +0200, Jan Groenewald wrote: > >With Ubuntu 12.04 released, here is a reminder. > > > > > > https://launchpad.net/~ai

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread David Kirkby
On 30 April 2012 05:32, Benjamin Jones wrote: > On Sun, Apr 29, 2012 at 9:35 AM, David Kirkby wrote: >> The fact there are functions in Sage untested is worrying, and I think >> its fair to say most people would like to see 100% doctest coverage, >> but IMHO, we need a plan for this to happen, an

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread Benjamin Jones
On Sun, Apr 29, 2012 at 9:35 AM, David Kirkby wrote: > The fact there are functions in Sage untested is worrying, and I think > its fair to say most people would like to see 100% doctest coverage, > but IMHO, we need a plan for this to happen, and the plan inforced, > otherwise this will not happe

[sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread leif
On Apr 29, 9:23 pm, Volker Braun wrote: > Its pretty clear that this version does not support SSE4. ... and, frankly speaking, one shouldn't be surprised that Sage doesn't support ancient Linux distros, at least not out-of-the-box. There are a couple of ways to fix / work around this, e.g.: -

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Volker Braun
Did your compilation build the bundled gcc or did it use the system gcc? For example, is there a $SAGE_LOCAL/bin/gcc in your incomplete compile? If you can, post the whole log e.g. to pastebin. On Sunday, April 29, 2012 2:07:53 PM UTC-4, Rajeev wrote: > > Hi, > > Here's the assembler's info

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread William Stein
On Sunday, April 29, 2012, David Kirkby wrote: > On 29 April 2012 18:00, William Stein > > wrote: > > > > > > On Sunday, April 29, 2012, David Kirkby wrote: > > >> > >> Perhaps you would agree to the number 5 I suggested earlier. > >> > >> 5) Finding individuals that have written code that is not

Re: [sage-devel] Re: EXAMPLES in perm_group_named.py

2012-04-29 Thread Nicolas M. Thiery
On Sun, Apr 29, 2012 at 03:17:23PM +, Simon King wrote: > On 2012-04-29, Vincent D <20100.delecr...@gmail.com> wrote: > > Hello, > > > > In many documentation string (more than a hundred) of the file > > sage.groups.perm_groups.permgroup_named.py there are many EXAMPLES > > that are followed by

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread David Kirkby
On 29 April 2012 18:00, William Stein wrote: > > > On Sunday, April 29, 2012, David Kirkby wrote: >> >> Perhaps you would agree to the number 5 I suggested earlier. >> >> 5) Finding individuals that have written code that is not tested, and >> not merging any more patches from them unless they fi

Re: [sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread David Kirkby
On 29 April 2012 20:58, Simon King wrote: >  sage: foobar? > it would be doable that one reads: >  Type:           function >  Base Class:     >  String Form:     >  Namespace:      Interactive >  Loaded File:    ... >  Source File:    ... >  Definition:     foobar(x, y) >  Docstring: >        

Re: [sage-devel] sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Jeroen Demeyer
On 2012-04-29 18:41, Rajeev Singh wrote: > Hi, > > I got the following error while compiling sage-5.0.beta14. Could you please post the contents of spkg/logs/mpir-2.1.3.p9.log -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to

[sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread Simon King
Hi Johan, On 2012-04-29, Johan Grönqvist wrote: > My assumption is that it is relatively easy to write a doctest. > > It may very well be a bad idea, as it may be a bad user experience for > people expecting a professional-looking and polished math-suite. If so, > feel free to ignore it. > > I

Re: [sage-devel] sagemath ppa for Ubuntu 12.04

2012-04-29 Thread Nicolas M. Thiery
Dear Jan, (CC to Thierry Monteil, and the Sage Days 38 organizers) On Fri, Apr 27, 2012 at 05:15:00PM +0200, Jan Groenewald wrote: >With Ubuntu 12.04 released, here is a reminder. > >https://launchpad.net/~aims/+archive/sagemath > >apt-add-repository ppa:aims/sagemath >a

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Volker Braun
Its pretty clear that this version does not support SSE4. On Sunday, April 29, 2012 2:07:53 PM UTC-4, Rajeev wrote: > > Hi, > > Here's the assembler's info - > > $ as --version > GNU assembler 2.16.91.0.5 20051219 (SUSE Linux) > Copyright 2005 Free Software Foundation, Inc. > This program

Re: [sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread William Stein
On Sun, Apr 29, 2012 at 1:24 PM, Nils Bruin wrote: > On Apr 29, 7:35 am, David Kirkby wrote: >> The fact there are functions in Sage untested is worrying, > > Indeed, it would be nice if all code in Sage would be covered by > tests. Having doctests for very many functions probably correlates > wi

[sage-devel] sage 5 beta 13 on Ubuntu 12.04: ok.

2012-04-29 Thread Thierry Dumont
Compilation from scratch + install Lie went well on the last Ubuntu, X86-64, server version. yours t.d. -- 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 For more options, visit this gr

[sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread Nils Bruin
On Apr 29, 7:35 am, David Kirkby wrote: > The fact there are functions in Sage untested is worrying, Indeed, it would be nice if all code in Sage would be covered by tests. Having doctests for very many functions probably correlates with that, so it probably helps to aim for it. However, doctests

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, Here's the assembler's info - $ as --version GNU assembler 2.16.91.0.5 20051219 (SUSE Linux) Copyright 2005 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This a

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Volker Braun
Seems like you have outdated binutils, the assembler doesn't understand the gcc output. What is the output of "as --version"? On Sunday, April 29, 2012 12:58:48 PM UTC-4, Rajeev wrote: > > Hi, > > I get the same error. I used the following commands - > > $ pwd > /home/rajeev/bin/sage-5.0.bet

[sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread Johan Grönqvist
2012-04-29 16:35, David Kirkby skrev: The fact there are functions in Sage untested is worrying, and I think its fair to say most people would like to see 100% doctest coverage, but IMHO, we need a plan for this to happen, and the plan inforced, otherwise this will not happen soon. So I'm suggest

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread William Stein
On Sunday, April 29, 2012, David Kirkby wrote: > On 29 April 2012 16:10, William Stein > > wrote: > > > > > > On Sunday, April 29, 2012, David Kirkby wrote: > > >> > 4) Finding individuals that have written code that is not tested, and > >> > not merging any more patches from them unless they firs

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, I get the same error. I used the following commands - $ pwd /home/rajeev/bin/sage-5.0.beta14 $ ./sage -f http://boxen.math.washington.edu/home/leif/Sage/spkgs/ecm-6.3.p7.spkg Rajeev On Sun, Apr 29, 2012 at 10:22 PM, Volker Braun wrote: > Can you try this version: > > http://trac.sagemath

[sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Volker Braun
Can you try this version: http://trac.sagemath.org/sage_trac/ticket/12830 On Sunday, April 29, 2012 12:41:06 PM UTC-4, Rajeev wrote: > > Hi, > > I got the following error while compiling sage-5.0.beta14. I had got > the same error with sage-5.0.beta13 which I reported earlier. > > > libtool: c

[sage-devel] sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, I got the following error while compiling sage-5.0.beta14. I had got the same error with sage-5.0.beta13 which I reported earlier. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./x86_64 -I/home/rajeev/bin/sage-5.0.beta14/local/include -I/home/rajeev/bin/sage-5.0.beta14/local/include -march=na

Re: [sage-devel] some sage-5.0-beta binaries

2012-04-29 Thread Julien Puydt
Le dimanche 29 avril, Jeroen Demeyer a écrit: > On 2012-04-29 14:07, William Stein wrote: > > Hi, > > > > I took a particular -- let's just say random > Why "random"? If people are going to post bug reports for that > "random" version, I don't know what to do with that. If people say "A, B, C, b

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread David Kirkby
On 29 April 2012 16:10, William Stein wrote: > > > On Sunday, April 29, 2012, David Kirkby wrote: >> > 4) Finding individuals that have written code that is not tested, and >> > not merging any more patches from them unless they first add tests to >> > the ALL code they have already written > > >

[sage-devel] Re: EXAMPLES in perm_group_named.py

2012-04-29 Thread Simon King
Hi! On 2012-04-29, Vincent D <20100.delecr...@gmail.com> wrote: > Hello, > > In many documentation string (more than a hundred) of the file > sage.groups.perm_groups.permgroup_named.py there are many EXAMPLES > that are followed by only one ':' and no whiteline after it. It seems > that the associ

Re: [sage-devel] EXAMPLES in perm_group_named.py

2012-04-29 Thread William Stein
On Sunday, April 29, 2012, Vincent D <20100.delecr...@gmail.com> wrote: > Hello, > > In many documentation string (more than a hundred) of the file > sage.groups.perm_groups.permgroup_named.py there are many EXAMPLES > that are followed by only one ':' and no whiteline after it. It seems > that th

Re: [sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread William Stein
On Sunday, April 29, 2012, David Kirkby wrote: > On 29 April 2012 15:35, David Kirkby > > wrote: > > > A few ideas that might work, are below. I would add, I'm not > > suggesting they are all very good (in particular 1 and 4 are a bit > > excessive), but I mention them anyway. > > Sorry, it was 2

[sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread David Kirkby
On 29 April 2012 15:35, David Kirkby wrote: > A few ideas that might work, are below. I would add, I'm not > suggesting they are all very good (in particular 1 and 4 are a bit > excessive), but I mention them anyway. Sorry, it was 2 and 4 which I feel are going too far. This is going ta bit too

[sage-devel] EXAMPLES in perm_group_named.py

2012-04-29 Thread Vincent D
Hello, In many documentation string (more than a hundred) of the file sage.groups.perm_groups.permgroup_named.py there are many EXAMPLES that are followed by only one ':' and no whiteline after it. It seems that the associated examples are tested with "sage -t" but the documentation looks ugly. Do

[sage-devel] Can we develop a plan to get 100% doctest coverage?

2012-04-29 Thread David Kirkby
The fact there are functions in Sage untested is worrying, and I think its fair to say most people would like to see 100% doctest coverage, but IMHO, we need a plan for this to happen, and the plan inforced, otherwise this will not happen soon. So I'm suggesting we collect ideas for a plan. Two th

Re: [sage-devel] some sage-5.0-beta binaries

2012-04-29 Thread R. Andrew Ohana
Do 10.6 binaries no longer work on 10.7? At some point they did, did they not? On Sun, Apr 29, 2012 at 05:36, William Stein wrote: > On Sun, Apr 29, 2012 at 7:32 AM, Jeroen Demeyer > wrote: >> On 2012-04-29 14:07, William Stein wrote: >>> Hi, >>> >>> I took a particular -- let's just say random

Re: [sage-devel] some sage-5.0-beta binaries

2012-04-29 Thread Jeroen Demeyer
On 2012-04-29 14:36, William Stein wrote: > Thanks for pointing that out, which I've never heard of before. > Sadly, by far my main motivation -- based on constant requests -- is > not represented there. (OS X 10.7) I agree, that's unfortunate indeed. Is there any hope of getting back access to an

[sage-devel] "# long time" additions (#12272) needs review

2012-04-29 Thread Jeroen Demeyer
Could somebody please review ticket #12272: http://trac.sagemath.org/sage_trac/ticket/12272 It is a very trivial ticket adding "# long time" at various places. I would like to get this merged in sage-5.0 to bring the ptest time down a bit. Since it is really just about adding "# long time", I ho

Re: [sage-devel] some sage-5.0-beta binaries

2012-04-29 Thread William Stein
On Sun, Apr 29, 2012 at 7:32 AM, Jeroen Demeyer wrote: > On 2012-04-29 14:07, William Stein wrote: >> Hi, >> >> I took a particular -- let's just say random > Why "random"? >  If people are going to post bug reports for that "random" > version, I don't know what to do with that. Don't do anything

Re: [sage-devel] some sage-5.0-beta binaries

2012-04-29 Thread Jeroen Demeyer
On 2012-04-29 14:07, William Stein wrote: > Hi, > > I took a particular -- let's just say random Why "random"? If people are going to post bug reports for that "random" version, I don't know what to do with that. Also, maybe the following needs more advertising: you can find binaries created on

[sage-devel] some sage-5.0-beta binaries

2012-04-29 Thread William Stein
Hi, I took a particular -- let's just say random -- version of sage.5.0.betaX, and built binaries on several popular architectures. These may be of use to the hordes of people asking me for a way to use Sage 5.0 or a way to use Sage at all on OS X: http://wstein.org/home/wstein/tmp/sage-5.0/ --

[sage-devel] Top level readme.txt needs updating.

2012-04-29 Thread David Kirkby
This still says you need a fortran compiler, except on OSX, with no mention of the gcc package, or how one might use or disable it. I'm not sure of the methods myself, but clearly it needs changing before 5.0 is released. Dave -- To post to this group, send an email to sage-devel@googlegroups.co

Re: [sage-devel] Sage 5.0.beta14 and ARM(ubuntu)

2012-04-29 Thread Julien Puydt
Le samedi 28 avril, Julien Puydt a écrit: > I'll post updates about the results of make ptestlong when I'll have > them (tomorrow). Here they are : -- The following tests failed: sage -t --long -force_lib devel/

[sage-devel] Re: Massive slowdown of graphs.RandomGNP()

2012-04-29 Thread David Coudert
With patch http://trac.sagemath.org/sage_trac/ticket/12362 we inadvertently changed default value of parameter ``fast`` from True to False. Sorry about that. Patch http://trac.sagemath.org/sage_trac/ticket/12888 put it back to True. Furthermore, it sets default method to ``Sage`` which is faster t