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
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"
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.
--
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
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
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
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
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