[sympy] Re: how to install tcc library without root privileges

2008-09-17 Thread Kirill Smelkov
On Fri, Sep 12, 2008 at 09:55:18AM -0700, Vinzent Steinberg wrote: > > I tried the things Kirill - thank you! - suggested. I used Thanks :) ! > $ ./configure --extra-cflags="-fPIC" --prefix=`pwd`/tcc-root > > This worked for tcc, but not for libtcc, there seems to be a bug: > > $ python comp

[sympy] Re: how to install tcc library without root privileges

2008-07-14 Thread Ondrej Certik
On Mon, Jul 14, 2008 at 2:26 AM, Andrew Straw <[EMAIL PROTECTED]> wrote: > > Very cool. But I thought sympy was supposed to be pure Python... Is that > still the idea? Yes, SymPy is still pure Python by default and it will stay this way. I.e. if you don't need speed, your only dependency is pyth

[sympy] Re: how to install tcc library without root privileges

2008-07-13 Thread Andrew Straw
Very cool. But I thought sympy was supposed to be pure Python... Is that still the idea? -Andrew Ondrej Certik wrote: > Hi, > > thanks to Vinzent Steinberg we can now use tcc to automatically > convert a mathematical formula in SymPy (sympy.org) to C, compile it > and run it, so it's very fast.

[sympy] Re: how to install tcc library without root privileges

2008-07-09 Thread Kirill Smelkov
On Wed, Jul 09, 2008 at 09:04:08PM +0400, Kirill Smelkov wrote: > > Hi Ondrej, All, > > On Wed, Jul 09, 2008 at 03:47:59PM +0200, Ondrej Certik wrote: > > > > Hi, > > > > thanks to Vinzent Steinberg we can now use tcc to automatically > > convert a mathematical formula in SymPy (sympy.org) to

[sympy] Re: how to install tcc library without root privileges

2008-07-09 Thread Kirill Smelkov
Hi Ondrej, All, On Wed, Jul 09, 2008 at 03:47:59PM +0200, Ondrej Certik wrote: > > Hi, > > thanks to Vinzent Steinberg we can now use tcc to automatically > convert a mathematical formula in SymPy (sympy.org) to C, compile it > and run it, so it's very fast. Here is the module: > > http://hg.s