[sage-devel] Re: upgrade of ECL and Maxima

2009-08-25 Thread r Rishikesh

After a long time, I can finally compile maxima on my laptop (linux on
ppc g4).

Rishi

On Aug 24, 3:50 am, Alex Ghitza aghi...@gmail.com wrote:
 Dear sage-devel,

 As David Kirkby pointed out, we have been working on upgrading ECL to
 version 9.8.4 and Maxima to version 5.19.1.  There are several reasons
 to want these upgrades: (a) the current Maxima in Sage is 5.16.3,
 which is basically one year old; (b) the current ECL and Maxima do not
 build on Solaris, whereas the upgraded versions do.

 I believe that we sorted out all the problems coming up in upgrading
 the spkg's, and it would be great if someone could review these.  The
 relevant tickets are

 http://trac.sagemath.org/sage_trac/ticket/6564http://trac.sagemath.org/sage_trac/ticket/6699

 Here are the steps involved in trying this out:

 1. sage -fhttp://sage.math.washington.edu/home/ghitza/ecl-9.8.4.spkg
 2. sage -fhttp://sage.math.washington.edu/home/ghitza/maxima-5.19.1.p0.spkg
 3. apply the patch maxima_doctests.patch from ticket 6699
 4. enjoy!

 Best,
 Alex

 --
 Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne
 -- Australia --http://www.ms.unimelb.edu.au/~aghitza/
--~--~-~--~~~---~--~~
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 group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-devel] Re:

2009-05-29 Thread r Rishikesh

I have a patch which is working (thanks to mabshoff for helping me
remove the horrible memory leak in Tucson). The patch does not have
doctests. It relies on a patch to lcalc itself.   I have asked Mike
Rubinstein to make it a part of lcalc.  This was more than 2 months
ago.  I have not heard anything from him since then.  Within the next
week I will post the patches and the documentation.

There is a reason why patches to lcalc are necessary.

For example, the function which computes zeros of an L-function spits
it out with a cout .  I added a patch to lcalc which adds
functionality to return the zeros in a vectordouble.  This can be
converted to python list of sage RealField().

The other solution I thought was to write to a temporary file and read
from there. I doubt it will be any better than current use of pexpect.
Only advantage would be  that for computing with arbitrary L function
(satisfying the conditions lcalc requires)  will become possible.

Rishi

On May 28, 11:58 pm, Pablo De Napoli pden...@gmail.com wrote:
 Hi,
 I want to ask about the status of wrapping lcalc library
 (ticket #5396)
 I would be interested in helping with that, but there is no patch yet.

 Pablo
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---