Re: [Numpy-discussion] [PATCH] a fix for compiling numexpr with MSVC Toolkit 2003

2007-03-14 Thread Francesc Altet
A Dissabte 10 Març 2007 19:18, Timothy Hochberg escrigué: > On 3/9/07, David M. Cooke <[EMAIL PROTECTED]> wrote: > > On Fri, 9 Mar 2007 16:11:28 + > > > > [EMAIL PROTECTED] wrote: > > > Hi, > > > > > > I've done a patch for allowing compiling the last version of numexpr > > > > with > > > > > t

Re: [Numpy-discussion] [PATCH] a fix for compiling numexpr with MSVC Toolkit 2003

2007-03-10 Thread Timothy Hochberg
On 3/9/07, David M. Cooke <[EMAIL PROTECTED]> wrote: On Fri, 9 Mar 2007 16:11:28 + [EMAIL PROTECTED] wrote: > Hi, > > I've done a patch for allowing compiling the last version of numexpr with > the MSVC Toolkit 2003 compiler on Windows platforms. You can fetch it > from: > > http://www.pyta

Re: [Numpy-discussion] [PATCH] a fix for compiling numexpr with MSVC Toolkit 2003

2007-03-09 Thread David M. Cooke
On Fri, 9 Mar 2007 16:11:28 + [EMAIL PROTECTED] wrote: > Hi, > > I've done a patch for allowing compiling the last version of numexpr with > the MSVC Toolkit 2003 compiler on Windows platforms. You can fetch it > from: > > http://www.pytables.org/trac/changeset/2514/trunk Checked in. It did

[Numpy-discussion] [PATCH] a fix for compiling numexpr with MSVC Toolkit 2003

2007-03-09 Thread faltet
Hi, I've done a patch for allowing compiling the last version of numexpr with the MSVC Toolkit 2003 compiler on Windows platforms. You can fetch it from: http://www.pytables.org/trac/changeset/2514/trunk BTW, I understand now why Tim Hochberg was so worried about the time that it takes to compil