Re: [Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-29 Thread David Cournapeau
On Tue, Jun 30, 2009 at 3:06 AM, Bruce Southey wrote: > > I would think that you could just provide an appropriately licensed package > that combines a separately downloaded numpy/scipy with the  separately > downloaded/installed gfortran to install the new version of numpy/scipy. That's exactly

Re: [Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-29 Thread Bruce Southey
On 06/29/2009 12:15 PM, Robert Kern wrote: On Mon, Jun 29, 2009 at 00:34, David Cournapeau wrote: Hi, I started working on a new approach for windows 64 bits support, to be able to combine gfortran and visual studio. Basically, I am reimplementing the needed functions from libgfortran

Re: [Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-29 Thread David Cournapeau
On Tue, Jun 30, 2009 at 2:15 AM, Robert Kern wrote: > On Mon, Jun 29, 2009 at 00:34, David > Cournapeau wrote: >> Hi, >> >>    I started working on a new approach for windows 64 bits support, to >> be able to combine gfortran and visual studio. Basically, I am >> reimplementing the needed functions

Re: [Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-29 Thread Robert Kern
On Mon, Jun 29, 2009 at 00:34, David Cournapeau wrote: > Hi, > >    I started working on a new approach for windows 64 bits support, to > be able to combine gfortran and visual studio. Basically, I am > reimplementing the needed functions from libgfortran so that it can be > built with MS compiler,

Re: [Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-29 Thread David Cournapeau
On Mon, Jun 29, 2009 at 4:09 PM, Hanni Ali wrote: > Hi David, > > Sounds very interesting, have you noticed any improvement in performance ove > using the builtin numpy blas lite? For now, I focus on building and passing the test suite. That's already a lot of work since MS compilers are very crap

Re: [Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-29 Thread Hanni Ali
Hi David, Sounds very interesting, have you noticed any improvement in performance ove using the builtin numpy blas lite? If you need someone to test on Windows 64 I would be happy to do so. Hanni 2009/6/29 David Cournapeau > Hi, > >I started working on a new approach for windows 64 bits

[Numpy-discussion] Code for compatibility with gfortran, license issues

2009-06-28 Thread David Cournapeau
Hi, I started working on a new approach for windows 64 bits support, to be able to combine gfortran and visual studio. Basically, I am reimplementing the needed functions from libgfortran so that it can be built with MS compiler, but I cannot hope to do that without using gfortran sources (und