[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-12 Thread Dr. David Kirkby
Peter Jeremy wrote: > On 2009-Aug-11 20:02:37 -0700, Robert Bradshaw > wrote: >> csin is part of the c99 standard, and should be defined in complex.h > > Unfortunately, FreeBSD 7.x is not C99. FreeBSD 8.x is implementing > some parts of C99 but I'm not sure when it will be complete - and csi

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-12 Thread Dr. David Kirkby
Robert Bradshaw wrote: > On Aug 11, 2009, at 5:02 PM, Peter Jeremy wrote: > >> On 2009-Aug-11 07:05:42 +1000, Peter Jeremy >> wrote: >>> I thought I saw a csin() during the build so I'll investigate and >>> add code as necessary. >> The relevant error in "devel/sage/sage/ext/fast_callable.pyx"

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-12 Thread Peter Jeremy
On 2009-Aug-11 20:02:37 -0700, Robert Bradshaw wrote: >csin is part of the c99 standard, and should be defined in complex.h Unfortunately, FreeBSD 7.x is not C99. FreeBSD 8.x is implementing some parts of C99 but I'm not sure when it will be complete - and csin() is not implemented yet. --

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-11 Thread Robert Bradshaw
On Aug 11, 2009, at 5:02 PM, Peter Jeremy wrote: > On 2009-Aug-11 07:05:42 +1000, Peter Jeremy > wrote: >> I thought I saw a csin() during the build so I'll investigate and >> add code as necessary. > > The relevant error in "devel/sage/sage/ext/fast_callable.pyx" is: > ImportError: /usr/h

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-11 Thread William Stein
On Tue, Aug 11, 2009 at 5:02 PM, Peter Jeremy wrote: > On 2009-Aug-11 07:05:42 +1000, Peter Jeremy > wrote: >>I thought I saw a csin() during the build so I'll investigate and >>add code as necessary. > > The relevant error in "devel/sage/sage/ext/fast_callable.pyx" is: >    ImportError: > /usr

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-11 Thread Peter Jeremy
On 2009-Aug-11 07:05:42 +1000, Peter Jeremy wrote: >I thought I saw a csin() during the build so I'll investigate and >add code as necessary. The relevant error in "devel/sage/sage/ext/fast_callable.pyx" is: ImportError: /usr/home/peter/sage-4.1.1.rc2/local/lib/python/site-packages/sage/ext

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-10 Thread Peter Jeremy
On 2009-Aug-10 06:53:38 -0700, William Stein wrote: >On Mon, Aug 10, 2009 at 4:55 AM, Peter Jeremy >wrote: > >> (I realise sage-4.1 has been superseded but it seemed less effort to >> complete the porting work on a single release and forward-port the >> patches in one step rather than continuously

[sage-devel] Re: sage-4.1 on FreeBSD-7.2/i386

2009-08-10 Thread William Stein
On Mon, Aug 10, 2009 at 4:55 AM, Peter Jeremy wrote: > (I realise sage-4.1 has been superseded but it seemed less effort to > complete the porting work on a single release and forward-port the > patches in one step rather than continuously forward-porting bits. I > have an equivalent 4.1.1.rc2 pa