Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-14 Thread Charles R Harris
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-14 Thread Charles R Harris
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-14 Thread David Cournapeau
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-14 Thread Charles R Harris
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-14 Thread David Cournapeau
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-14 Thread Charles R Harris
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-13 Thread Charles R Harris
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

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-13 Thread David Cournapeau
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 ___

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-13 Thread Robert Kern
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 >

Re: [Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-13 Thread Charles R Harris
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

[Numpy-discussion] toward python 2.6: mtrand, gettimeofday and mingw

2008-11-13 Thread David Cournapeau
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