[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Tim Joseph Dumol
I installed libfplll from the AUR, and copied it from the system. The libfplll build stopped while building "generate.Tpo", although gc1plus still consumed CPU time. I do not know why this was the case. As for the Singular thing, I have absolutely no idea. I'm on x86_64 Core 2 Duo E4500 2.2Ghz with

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread William Stein
On Sat, Nov 7, 2009 at 9:13 PM, Alex Ghitza wrote: > > > I've been building Sage on 32-bit Archlinux for at least one year now. > > With 4.2, I only have two problems: the sqlite issue and the R issue. > Thanks to previous threads on this sort of thing, I work around them > by copying the system

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Alex Ghitza
I've been building Sage on 32-bit Archlinux for at least one year now. With 4.2, I only have two problems: the sqlite issue and the R issue. Thanks to previous threads on this sort of thing, I work around them by copying the system libreadline.so and libgcc.so to the appropriate places in the sa

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread William Stein
On Sat, Nov 7, 2009 at 8:58 PM, Tim Joseph Dumol wrote: > The main issues are: > > * Incompatible libreadline.so.6 -- the libreadline in Sage is dynamically > linked to libtermcap. Arch Linux disables libtermcap, so one needs to copy > the system's libreadline to $SAGE_ROOT/local/lib. This is als

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Tim Joseph Dumol
The main issues are: * Incompatible libreadline.so.6 -- the libreadline in Sage is dynamically linked to libtermcap. Arch Linux disables libtermcap, so one needs to copy the system's libreadline to $SAGE_ROOT/local/lib. This is also the case in binary distributions. * Issue building R -- this is a

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Josh
Is there a reason why it does not compile well? On Nov 7, 8:54 pm, Tim Joseph Dumol wrote: > Hey Josh, > > Currently, Sage does not build properly in Arch Linux. You may want to > install the binary version athttp://sagemath.orgor at the Arch Linux AUR > (http://trac.sagemath.org/sage_trac/tick

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Tim Joseph Dumol
Hey Josh, Currently, Sage does not build properly in Arch Linux. You may want to install the binary version at http://sagemath.org or at the Arch Linux AUR ( http://trac.sagemath.org/sage_trac/ticket/7408 ). - Tim Joseph Dumol http://timdumol.com On Sun, Nov 8, 2009 at 9:21 AM, Josh wrote: >

[sage-support] Arch Linux and Sage

2009-11-07 Thread Josh
So when attempting to run make I got this: sage: An error occurred while installing sqlite-3.6.17 Please email sage-devel http://groups.google.com/group/sage-devel explaining the problem and send the relevant part of of /home/josh/Downloads/sage-4.2/install.log. Describe your computer, operating

[sage-support] Re: convertor Sage -> TeX -> PDF

2009-11-07 Thread Jason Grout
Stochastix wrote: > I have a similar but slightly different request. > When I have a plot in sage, say of a function x-> sin(x), I would like > to be able to do something like what is explained in > > http://www.texample.net/tikz/examples/gnuplot-basics/ > > for gnuplot and pgf. This means, extr

[sage-support] Re: convertor Sage -> TeX -> PDF

2009-11-07 Thread William Stein
On Sat, Nov 7, 2009 at 4:40 AM, Stochastix wrote: > > I have a similar but slightly different request. > When I have a plot in sage, say of a function x-> sin(x), I would like > to be able to do something like what is explained in > > http://www.texample.net/tikz/examples/gnuplot-basics/ > > for

[sage-support] Re: Gap Undeposited Implementations

2009-11-07 Thread David Joyner
I posted a new version of the braid package at http://www.opensourcemath.org/braid/ If you extract it in sage*/local/lib/gap*/pkg and then start GAP by sage -gap, then it loads using gap> LoadPackage("braid"); On Wed, Nov 4, 2009 at 10:27 PM, Adam Sorkin wrote: > > I am trying to load a Gap pac

[sage-support] Re: Intro to Sage presentation at conference

2009-11-07 Thread calcpage
OK, I gave a talk at a local conference which had a lot to do with SAGE the other day. I think it went well, even if the topic was a little over the heads of the participants Have a look at my comments about this on my blog. Just surf on over to my website http://calcpage.tripod.com and

[sage-support] Re: aspect ratio and graphics array

2009-11-07 Thread Paul-Olivier Dehaye
I was running 4.1.1. After a *while* I am now running 4.2. It s better, but still problematic: If you do the code sent above, they are circles, but not all of the same size!?! It s more obvious if you repeat the construction: graph = Graphics() graph += circle((0,0),20) graph.set_aspect_ratio(1)

[sage-support] Re: convertor Sage -> TeX -> PDF

2009-11-07 Thread Stochastix
I have a similar but slightly different request. When I have a plot in sage, say of a function x-> sin(x), I would like to be able to do something like what is explained in http://www.texample.net/tikz/examples/gnuplot-basics/ for gnuplot and pgf. This means, extracting the relevant numerical va