[sage-devel] Re: 4.6 build - Atlas fails on Ubuntu 10.10 on amd turion X2 laptop

2010-12-19 Thread Dima Pasechnik
> http://math-atlas.sourceforge.net/errata.html#tol > It says that a restart is needed in this case. > Not from scratch, but as explained > here:http://math-atlas.sourceforge.net/errata.html#restart > > So I wasn't completely right - this restart is even "warmer" than the > one I was proposing,

[sage-devel] Re: 4.6 build - Atlas fails on Ubuntu 10.10 on amd turion X2 laptop

2010-12-19 Thread Dima Pasechnik
On Dec 19, 7:22 pm, Dima Pasechnik wrote: > On Dec 18, 7:58 pm, Volker Braun wrote:> The tuning > is done in the "configure" script. I would have thought that if > > No, I don't think so. Atlas's INSTALL.txt says: > > "For the impatient, here is the basic outline: > ***

[sage-devel] Re: Combine ATLAS and LAPACK?

2010-12-19 Thread Dima Pasechnik
GotoBlas2 installation downloads lapack sources off the net, from the standard netlib location On Dec 20, 6:49 am, Volker Braun wrote: > The new atlas does not include lapack sources, but you have to tell its > configure script where the (netlib lapack) sources are if you want a lapack > library.

Re: [sage-devel] Deprecated function alias in Cython file?

2010-12-19 Thread David Roe
Cython classes by default don't have a __dict__ (which is why you're seeing the error below). Maybe the deprecated_function_alias should be modified to allow for deprecated aliases in cython classes. David On Sun, Dec 19, 2010 at 16:42, Rob Beezer wrote: > I'm trying to use deprecated_function_a

[sage-devel] Software packages for live CD

2010-12-19 Thread emil
I have some ready made packages for the live CD Development package (gcc, make gfortran etc ...) Open Office Latex & Lyx emacs gnuplot MIT scheme access via http://boxen.math.washington.edu/home/emil/doc/html/en/index.html -- To post to this group, send an email to sage-devel@googlegroups.com T

Re: RE: [sage-devel] Combine ATLAS and LAPACK?

2010-12-19 Thread Volker Braun
The new atlas does not include lapack sources, but you have to tell its configure script where the (netlib lapack) sources are if you want a lapack library I agree with you that the old system of hacking the already-built lapack library into atlas was a bit of a mess. -- To post to this g

[sage-devel] Deprecated function alias in Cython file?

2010-12-19 Thread Rob Beezer
I'm trying to use deprecated_function_alias() from sage/misc/misc.py in a *.pyx file, specifically, matrix2.pyx. Should this be possible? I don't see anywhere in the source where this is used in a *.pyx file. Sage rebuilds fine, but complains on startup while importing. Tail of the errors repor

RE: [sage-devel] Combine ATLAS and LAPACK?

2010-12-19 Thread Francois Bissey
-Original Message- From: sage-devel@googlegroups.com on behalf of Volker Braun Sent: Sun 12/19/2010 01:44 To: sage-devel@googlegroups.com Subject: [sage-devel] Combine ATLAS and LAPACK? The newest development version atlas-3.9.32 now wants to build lapack itself and the old --with-netlib

[sage-devel] Re: TexMacs plugin

2010-12-19 Thread emil
On Dec 19, 5:05 pm, emil wrote: > On Dec 19, 3:45 pm, Oscar Gerardo Lazo Arjona > > > > wrote: > > Hello! > > > I've been using TexMacs for some time now, but I have been frustrated by > > not being able to use Sage from it. > > > I've downloaded and installed the sage plugin > > inhttp://wiki

[sage-devel] Re: Does the default call method of maps really meets its specification?

2010-12-19 Thread Simon King
On 18 Dez., 22:22, Simon King wrote: > However, that change would affect a large part of Sage, so I better > ask here whether there are people objecting. Are there? It turned out that the suggested changes aren't as invasive as I thought: Only few doctests had to be changed in a trivial way, sinc

[sage-devel] Re: TexMacs plugin

2010-12-19 Thread emil
On Dec 19, 3:45 pm, Oscar Gerardo Lazo Arjona wrote: > Hello! > > I've been using TexMacs for some time now, but I have been frustrated by > not being able to use Sage from it. > > I've downloaded and installed the sage plugin > inhttp://wiki.sagemath.org/TeXmacs, but I can't see the Sage optio

[sage-devel] TexMacs plugin

2010-12-19 Thread Oscar Gerardo Lazo Arjona
Hello! I've been using TexMacs for some time now, but I have been frustrated by not being able to use Sage from it. I've downloaded and installed the sage plugin in http://wiki.sagemath.org/TeXmacs, but I can't see the Sage option in the sessions menu. Sage is installed in ~/sage/sage-4.6

[sage-devel] Re: Sage-enhancing textbooks

2010-12-19 Thread RegB
That appears to be very similar to what (I believe) I am thinking of. The difference is that I am wish-dreaming a plug-in for Firefox, which more of us use more generally more of the time than TeXMacs. I am imagining the situation where we come across an expression and would like to see a plot of i

[sage-devel] Re: 4.6 build - Atlas fails on Ubuntu 10.10 on amd turion X2 laptop

2010-12-19 Thread Dima Pasechnik
PS. Actually, re-running make is supposed to take care of that "VARIATION EXCEEDS TOLERENCE, RERUN WITH HIGHER REPS" error message, IMHO... On Dec 19, 7:22 pm, Dima Pasechnik wrote: > On Dec 18, 7:58 pm, Volker Braun wrote:> The tuning > is done in the "configure" script. I would have thought t

[sage-devel] Re: 4.6 build - Atlas fails on Ubuntu 10.10 on amd turion X2 laptop

2010-12-19 Thread Dima Pasechnik
On Dec 18, 7:58 pm, Volker Braun wrote: > The tuning is done in the "configure" script. I would have thought that if No, I don't think so. Atlas's INSTALL.txt says: "For the impatient, here is the basic outline: ** mkdir my_build_dir ; cd my_bu