[sage-devel] Re: Sage 3.2.alpha1 released

2008-10-26 Thread mabshoff
Oops, as usual sources as well as a sage.math binary are in http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2/ Cheers, Michael --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, se

[sage-devel] Sage 3.2.alpha1 released

2008-10-26 Thread mabshoff
Hello folks, here goes 3.2.alpha1. We merged a lot of fixes and also added the first set of templating fixes to the notebook (thanks to Timothy Clemans and Mike Hansen) as well as the fix for a nasty bug in integer.pyx. There is one known doctest failure on 32 bit platforms, i.e. sage -t devel/

[sage-devel] Re: I can not install sage 3.1.4 in gentoo.

2008-10-26 Thread mabshoff
water wrote: Hi, > I install sage using source.how to fix it ? thanks > this is log file: > gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. - > DOPERATION_random -m32 -O2 -fomit-frame-pointer -mtune=pentium3 - > march=pentium3 -c random.c -fPIC -DPIC -o .libs/random.o > /bin/sh ../

[sage-devel] Sage Bug Day 15

2008-10-26 Thread William Stein
Hi, Sage Bug Day 15 will be Thursday, October 30. Sign up now. http://wiki.sagemath.org/bug15 -- William -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-devel] Re: insane system call activity.

2008-10-26 Thread Georg S. Weber
Hi, I know now how to change the code so that when we had before: sage: time for i in range(10^4): float(1)/2 CPU times: user 17.72 s, sys: 13.44 s, total: 31.16 s Wall time: 31.20 s then after the changes we get: sage: time for i in range(10^4): float(1)/2 CPU times: user 0.37 s, sys: 0.00 s,

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread mabshoff
On Oct 26, 10:09 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Sun, Oct 26, 2008 at 8:28 AM, bourbabis <[EMAIL PROTECTED]> wrote: > > > The requested file : > >http://download104.mediafire.com/z82hwu0ytm6g/jk > > What computer are you using?  Exact processor, operating system, etc.? > Anyt

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread William Stein
On Sun, Oct 26, 2008 at 8:28 AM, bourbabis <[EMAIL PROTECTED]> wrote: > > The requested file : > http://download104.mediafire.com/z82hwu0ytm6g/jk What computer are you using? Exact processor, operating system, etc.? Anything unusual? Is it one of the supported systems according to the README.tx

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread bourbabis
The requested file : http://download104.mediafire.com/z82hwu0ytm6g/jkomywjynmn/config.log Thanks. --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options,

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread mabshoff
On Oct 26, 7:14 am, mabshoff <[EMAIL PROTECTED]> wrote: > On Oct 26, 6:56 am, bourbabis <[EMAIL PROTECTED]> wrote: > > > Sorry for the inconvenience. > > Here is a new link (successfully tested with CURL and MOZILLA) : > > >http://download239.mediafire.com/ljjmnzwjbvjg/owtzzzjyymm/install.log...

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread mabshoff
On Oct 26, 6:56 am, bourbabis <[EMAIL PROTECTED]> wrote: > Sorry for the inconvenience. > Here is a new link (successfully tested with CURL and MOZILLA) : > > http://download239.mediafire.com/ljjmnzwjbvjg/owtzzzjyymm/install.log... > > Thanks again. Hi, this seems to be the wrong file since it

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread bourbabis
Sorry for the inconvenience. Here is a new link (successfully tested with CURL and MOZILLA) : http://download239.mediafire.com/ljjmnzwjbvjg/owtzzzjyymm/install.log.bz2 Thanks again. --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread mabshoff
On Oct 26, 6:48 am, mhampton <[EMAIL PROTECTED]> wrote: > There may be some useful information in the patches and discussion at > > http://trac.sagemath.org/sage_trac/ticket/2094 > > ...which I would love to get resolved but no one is pushing hard for > it at the moment. > > -M. Hampton Nope, n

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread mhampton
There may be some useful information in the patches and discussion at http://trac.sagemath.org/sage_trac/ticket/2094 ...which I would love to get resolved but no one is pushing hard for it at the moment. -M. Hampton On Oct 26, 8:18 am, mabshoff <[EMAIL PROTECTED]> wrote: > On Oct 26, 1:42 am,

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread mabshoff
On Oct 26, 1:42 am, bourbabis <[EMAIL PROTECTED]> wrote: > Hello. > > I've downloaded GD (2.0.35) directly from the source site and > compiled it without problem. > The SAGE log file is somewhat terse ; to quote it : > > "config.status: error: cannot find input file: Makefile.in" > > OK, but why

[sage-devel] Re: how to clone the documentation repository

2008-10-26 Thread John Cremona
It is now #4370. John 2008/10/26 mabshoff <[EMAIL PROTECTED]>: > > > > Minh Nguyen wrote: >> Hi folks, >> >> As explained in the "Sage Developer's Guide", it's very easy to clone >> the sage-main repo in order to have a repo for one's own development. >> Cloning this repo is painless since all o

[sage-devel] Re: how to clone the documentation repository

2008-10-26 Thread mabshoff
Minh Nguyen wrote: > Hi folks, > > As explained in the "Sage Developer's Guide", it's very easy to clone > the sage-main repo in order to have a repo for one's own development. > Cloning this repo is painless since all one needs to do is something > like this: > > sage -clone my-repo > > Is ther

[sage-devel] how to clone the documentation repository

2008-10-26 Thread Minh Nguyen
Hi folks, As explained in the "Sage Developer's Guide", it's very easy to clone the sage-main repo in order to have a repo for one's own development. Cloning this repo is painless since all one needs to do is something like this: sage -clone my-repo Is there a corresponding command or process t

[sage-devel] Re: GD compilation failure (SAGE 3.1.3)

2008-10-26 Thread bourbabis
Hello. I've downloaded GD (2.0.35) directly from the source site and compiled it without problem. The SAGE log file is somewhat terse ; to quote it : "config.status: error: cannot find input file: Makefile.in" OK, but why the process yielding the makefile failed ? Just in case, I've noticed the