On Fri, Nov 14, 2008 at 10:42 AM, Charles R Harris <
[EMAIL PROTECTED]> wrote:
>
>
> On Fri, Nov 14, 2008 at 10:13 AM, David Cournapeau <[EMAIL PROTECTED]>wrote:
>
>> On Fri, Nov 14, 2008 at 6:39 PM, Charles R Harris
>> <[EMAIL PROTECTED]> wrote:
>>
>> > static float npy_tanhf(
>> > ...
>> > #defi
On Fri, Nov 14, 2008 at 10:13 AM, David Cournapeau <[EMAIL PROTECTED]>wrote:
> On Fri, Nov 14, 2008 at 6:39 PM, Charles R Harris
> <[EMAIL PROTECTED]> wrote:
>
> > static float npy_tanhf(
> > ...
> > #define tanhf npy_tanhf
>
> I don't like this solution so much. The right solution IMHO is to
> co
On Fri, Nov 14, 2008 at 6:39 PM, Charles R Harris
<[EMAIL PROTECTED]> wrote:
> static float npy_tanhf(
> ...
> #define tanhf npy_tanhf
I don't like this solution so much. The right solution IMHO is to
correctly detect the intrinsic so we don't define a function already
available.
In the mean tim
On Fri, Nov 14, 2008 at 2:11 AM, David Cournapeau <
[EMAIL PROTECTED]> wrote:
> Charles R Harris wrote:
> >
> >
> > It builds on Debian SPARC lenny also. The freeBSD buildbot has a
> > configuration problem because Daniel tried to help you out by
> > building ATLAS, but I think 1.3 is now buildin
Charles R Harris wrote:
>
>
> It builds on Debian SPARC lenny also. The freeBSD buildbot has a
> configuration problem because Daniel tried to help you out by
> building ATLAS, but I think 1.3 is now building on all the standard
> platforms.
FreeBSD ATLAS port looked buggy to me when I tried, bec
On Fri, Nov 14, 2008 at 12:55 AM, Charles R Harris <
[EMAIL PROTECTED]> wrote:
>
>
> On Fri, Nov 14, 2008 at 12:26 AM, David Cournapeau <
> [EMAIL PROTECTED]> wrote:
>
>> Charles R Harris wrote:
>> >
>> > How is 1.3dev compiling with MSVC these days? It's working on the
>> > buildbot now.
>>
>> It
On Fri, Nov 14, 2008 at 12:26 AM, David Cournapeau <
[EMAIL PROTECTED]> wrote:
> Charles R Harris wrote:
> >
> > How is 1.3dev compiling with MSVC these days? It's working on the
> > buildbot now.
>
> It works, the MSVC problems are on 64 bits, which are of different
> nature, I think. Someone els
Charles R Harris wrote:
>
> How is 1.3dev compiling with MSVC these days? It's working on the
> buildbot now.
It works, the MSVC problems are on 64 bits, which are of different
nature, I think. Someone else can of course look at it, but I won't have
the time to do it myself.
David
___
On Fri, Nov 14, 2008 at 01:14, David Cournapeau
<[EMAIL PROTECTED]> wrote:
> Hi,
>
>Since I think it would be nice for numpy 1.3 to support python 2.6,
> I took a further look at it on windows. AFAICS, there is only one
> problem remaining, when building with mingw. The error is exactly as in
>
On Fri, Nov 14, 2008 at 12:14 AM, David Cournapeau <
[EMAIL PROTECTED]> wrote:
> Hi,
>
>Since I think it would be nice for numpy 1.3 to support python 2.6,
> I took a further look at it on windows. AFAICS, there is only one
> problem remaining, when building with mingw. The error is exactly as
Hi,
Since I think it would be nice for numpy 1.3 to support python 2.6,
I took a further look at it on windows. AFAICS, there is only one
problem remaining, when building with mingw. The error is exactly as in
the following bug report:
http://bugs.python.org/issue3308
I am not sure I underst
11 matches
Mail list logo