Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-24 Thread Patrick Marsh
On Wed, Feb 24, 2010 at 5:19 AM, David Cournapeau wrote: > Ralf Gommers wrote: > > On Wed, Feb 24, 2010 at 3:42 PM, David Cournapeau > > wrote: > > > > > > So here is how I see things in the near future for release: > > - compile a simple binary installer for ma

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-24 Thread Patrick Marsh
This sounds good to me. I also like the idea of doing this in parallel so we both have a complete set of binaries - at least on the Windows side. I'm still having issues with my MBP, but hope to have those resolved later today. Patrick On Wed, Feb 24, 2010 at 4:45 AM, Ralf Gommers wrote: >

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-24 Thread David Cournapeau
Ralf Gommers wrote: > On Wed, Feb 24, 2010 at 3:42 PM, David Cournapeau > wrote: > > > So here is how I see things in the near future for release: > - compile a simple binary installer for mac os x and windows (no need > for doc or multiple archs) from 1.4.

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-24 Thread Ralf Gommers
On Wed, Feb 24, 2010 at 3:42 PM, David Cournapeau wrote: > > So here is how I see things in the near future for release: > - compile a simple binary installer for mac os x and windows (no need > for doc or multiple archs) from 1.4.x > - test this with the scipy binary out there (running the full t

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-23 Thread David Cournapeau
On Wed, Feb 24, 2010 at 11:19 AM, Ralf Gommers wrote: > > > On Wed, Feb 24, 2010 at 9:52 AM, David Cournapeau > wrote: >> >> On Mon, Feb 22, 2010 at 11:27 AM, Ralf Gommers >> wrote: >> > >> >> >> > Hi David, did you find time to put those Atlas binaries somewhere? >> >> I am putting them into nu

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-23 Thread Ralf Gommers
On Wed, Feb 24, 2010 at 9:52 AM, David Cournapeau wrote: > On Mon, Feb 22, 2010 at 11:27 AM, Ralf Gommers > wrote: > > > >> > > Hi David, did you find time to put those Atlas binaries somewhere? > > I am putting them into numpy subversion as we speak (in vendor: > http://svn.scipy.org/svn/numpy/v

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-23 Thread David Cournapeau
On Wed, Feb 24, 2010 at 11:05 AM, wrote: > On Tue, Feb 23, 2010 at 8:52 PM, David Cournapeau wrote: >> On Mon, Feb 22, 2010 at 11:27 AM, Ralf Gommers >> wrote: >>> >>> Hi David, did you find time to put those Atlas binaries somewhere? >> >> I am putting them into numpy subversion as we spe

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-23 Thread josef . pktd
On Tue, Feb 23, 2010 at 8:52 PM, David Cournapeau wrote: > On Mon, Feb 22, 2010 at 11:27 AM, Ralf Gommers > wrote: >> >>> >> Hi David, did you find time to put those Atlas binaries somewhere? > > I am putting them into numpy subversion as we speak (in vendor: > http://svn.scipy.org/svn/numpy/vend

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-23 Thread David Cournapeau
On Mon, Feb 22, 2010 at 11:27 AM, Ralf Gommers wrote: > >> > Hi David, did you find time to put those Atlas binaries somewhere? I am putting them into numpy subversion as we speak (in vendor: http://svn.scipy.org/svn/numpy/vendor). cheers, David ___ N

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-21 Thread Ralf Gommers
On Tue, Feb 9, 2010 at 9:54 AM, David Cournapeau wrote: > On Mon, Feb 8, 2010 at 9:14 PM, Ralf Gommers > > Final question is about Atlas and friends. Is 3.8.3 the best version to > > install? Does it compile out of the box under Wine? Is this page > > http://www.scipy.org/Installing_SciPy/Windows

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-09 Thread Ralf Gommers
On Tue, Feb 9, 2010 at 9:54 AM, David Cournapeau wrote: > On Mon, Feb 8, 2010 at 9:14 PM, Ralf Gommers > wrote: > > Hi David and all, > > > > I have a few questions on setting up the build environment on OS X for > > Windows binaries. I have Wine installed with Python 2.5 and 2.6, MakeNsis > > a

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-08 Thread David Cournapeau
On Mon, Feb 8, 2010 at 9:14 PM, Ralf Gommers wrote: > Hi David and all, > > I have a few questions on setting up the build environment on OS X for > Windows binaries. I have Wine installed with Python 2.5 and 2.6, MakeNsis > and MinGW. The first question is what is meant in the Paver script by "cp

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-08 Thread Ralf Gommers
On Mon, Feb 8, 2010 at 11:06 PM, wrote: > >> Currently scipy binaries are build with MingW 3.4.5, as far as I know, > >> which includes g77. The latest release of MingW uses gfortran, gcc > >> 4.4.0 > > > > You mean gcc 3.4.5, and yes that's what I've got. MinGW itself is at > version > > 5.1.6 n

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-08 Thread josef . pktd
On Mon, Feb 8, 2010 at 9:54 AM, Ralf Gommers wrote: > > > On Mon, Feb 8, 2010 at 10:25 PM, wrote: >> >> On Mon, Feb 8, 2010 at 7:14 AM, Ralf Gommers >> wrote: >> > Hi David and all, >> > >> > I have a few questions on setting up the build environment on OS X for >> > Windows binaries. I have Win

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-08 Thread Ralf Gommers
On Mon, Feb 8, 2010 at 10:25 PM, wrote: > On Mon, Feb 8, 2010 at 7:14 AM, Ralf Gommers > wrote: > > Hi David and all, > > > > I have a few questions on setting up the build environment on OS X for > > Windows binaries. I have Wine installed with Python 2.5 and 2.6, MakeNsis > > and MinGW. The fi

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-08 Thread josef . pktd
On Mon, Feb 8, 2010 at 7:14 AM, Ralf Gommers wrote: > Hi David and all, > > I have a few questions on setting up the build environment on OS X for > Windows binaries. I have Wine installed with Python 2.5 and 2.6, MakeNsis > and MinGW. The first question is what is meant in the Paver script by "cp

[Numpy-discussion] Building Windows binaries on OS X

2010-02-08 Thread Ralf Gommers
Hi David and all, I have a few questions on setting up the build environment on OS X for Windows binaries. I have Wine installed with Python 2.5 and 2.6, MakeNsis and MinGW. The first question is what is meant in the Paver script by "cpuid plugin". Wine seems to know what to do with a cpuid instru