Re: [Numpy-discussion] OS X binaries for releases

2013-08-26 Thread Ralf Gommers
On Thu, Aug 22, 2013 at 10:19 PM, Matthew Brett matthew.br...@gmail.comwrote: Hi, On Thu, Aug 22, 2013 at 12:14 PM, Russell E. Owen ro...@uw.edu wrote: In article cabl7cqjacxp2grtt8hvmayajrm0xmtn1qt71wkdnbgq7dlu...@mail.gmail.com, Ralf Gommers ralf.gomm...@gmail.com wrote: Hi all,

Re: [Numpy-discussion] OS X binaries for releases

2013-08-23 Thread Russell E. Owen
In article CAH6Pt5o32Otdhk2Ms5Cy5Zo=mn48h8x2wbswk92etub4mmr...@mail.gmail.com, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Thu, Aug 22, 2013 at 12:14 PM, Russell E. Owen ro...@uw.edu wrote: In article cabl7cqjacxp2grtt8hvmayajrm0xmtn1qt71wkdnbgq7dlu...@mail.gmail.com, Ralf

Re: [Numpy-discussion] OS X binaries for releases

2013-08-23 Thread Matthew Brett
Hi, On Fri, Aug 23, 2013 at 1:32 PM, Russell E. Owen ro...@uw.edu wrote: In article CAH6Pt5o32Otdhk2Ms5Cy5Zo=mn48h8x2wbswk92etub4mmr...@mail.gmail.com, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Thu, Aug 22, 2013 at 12:14 PM, Russell E. Owen ro...@uw.edu wrote: In article

Re: [Numpy-discussion] OS X binaries for releases

2013-08-23 Thread Matthew Brett
Hi, On Fri, Aug 23, 2013 at 1:38 PM, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Fri, Aug 23, 2013 at 1:32 PM, Russell E. Owen ro...@uw.edu wrote: In article CAH6Pt5o32Otdhk2Ms5Cy5Zo=mn48h8x2wbswk92etub4mmr...@mail.gmail.com, Matthew Brett matthew.br...@gmail.com wrote: Hi, On

Re: [Numpy-discussion] OS X binaries for releases

2013-08-22 Thread Russell E. Owen
In article cabl7cqjacxp2grtt8hvmayajrm0xmtn1qt71wkdnbgq7dlu...@mail.gmail.com, Ralf Gommers ralf.gomm...@gmail.com wrote: Hi all, Building binaries for releases is currently quite complex and time-consuming. For OS X we need two different machines, because we still provide binaries for OS

Re: [Numpy-discussion] OS X binaries for releases

2013-08-22 Thread Chris Barker - NOAA Federal
On Thu, Aug 22, 2013 at 12:14 PM, Russell E. Owen ro...@uw.edu wrote: I'll be interested to learn how you make binary installers for python 3.x because the standard version of bdist_mpkg will not do it. I have heard of two other projects (forks or variants of bdist_mpkg) that will, but I have

Re: [Numpy-discussion] OS X binaries for releases

2013-08-22 Thread Matthew Brett
Hi, On Thu, Aug 22, 2013 at 12:14 PM, Russell E. Owen ro...@uw.edu wrote: In article cabl7cqjacxp2grtt8hvmayajrm0xmtn1qt71wkdnbgq7dlu...@mail.gmail.com, Ralf Gommers ralf.gomm...@gmail.com wrote: Hi all, Building binaries for releases is currently quite complex and time-consuming. For OS

Re: [Numpy-discussion] OS X binaries for releases

2013-08-21 Thread Ralf Gommers
On Wed, Aug 21, 2013 at 12:17 AM, David Cournapeau courn...@gmail.comwrote: On Tue, Aug 20, 2013 at 9:48 PM, Ralf Gommers ralf.gomm...@gmail.comwrote: Hi all, Building binaries for releases is currently quite complex and time-consuming. For OS X we need two different machines, because we

Re: [Numpy-discussion] OS X binaries for releases

2013-08-21 Thread Ralf Gommers
On Wed, Aug 21, 2013 at 4:10 AM, Kyle Mandli kyle.man...@gmail.com wrote: This would be an appropriate time I suppose to say I am attempting to build numpy, scipy and matplotlib on 10.9. NDA of course prohibits me (unfortunately) from really discussing things but safe to say I would support

Re: [Numpy-discussion] OS X binaries for releases

2013-08-21 Thread KACVINSKY Tom
From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Kyle Mandli Sent: Tuesday, August 20, 2013 10:10 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] OS X binaries for releases On Tue, Aug 20, 2013 at 5:35 PM, KACVINSKY Tom

[Numpy-discussion] OS X binaries for releases

2013-08-20 Thread Ralf Gommers
Hi all, Building binaries for releases is currently quite complex and time-consuming. For OS X we need two different machines, because we still provide binaries for OS X 10.5 and PPC machines. I propose to not do this anymore. It doesn't mean we completely drop support for 10.5 and PPC, just that

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread David Cournapeau
On Tue, Aug 20, 2013 at 9:48 PM, Ralf Gommers ralf.gomm...@gmail.comwrote: Hi all, Building binaries for releases is currently quite complex and time-consuming. For OS X we need two different machines, because we still provide binaries for OS X 10.5 and PPC machines. I propose to not do this

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread KACVINSKY Tom
You can use the 10.6 SDK on 10.8. At least we do. Tom On Aug 20, 2013, at 18:17, David Cournapeau courn...@gmail.commailto:courn...@gmail.com wrote: On Tue, Aug 20, 2013 at 9:48 PM, Ralf Gommers ralf.gomm...@gmail.commailto:ralf.gomm...@gmail.com wrote: Hi all, Building binaries for

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread David Cournapeau
On Tue, Aug 20, 2013 at 11:20 PM, KACVINSKY Tom tom.kacvin...@3ds.comwrote: You can use the 10.6 SDK on 10.8. At least we do. With which compiler ? David Tom On Aug 20, 2013, at 18:17, David Cournapeau courn...@gmail.com wrote: On Tue, Aug 20, 2013 at 9:48 PM, Ralf Gommers

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread Chris Barker - NOAA Federal
Ralf, Thanks for doing all this! Building binaries for releases is currently quite complex and time-consuming. It sure would be nice to clean that up. For OS X we need two different machines, because we still provide binaries for OS X 10.5 and PPC machines. I propose to not do this

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread KACVINSKY Tom
llvm-gcc. You have to specify the right options which I can look up tomorrow when I'm back in the office. We don't invoke gcc directly, we use xcrun. On Aug 20, 2013, at 18:31, David Cournapeau courn...@gmail.commailto:courn...@gmail.com wrote: On Tue, Aug 20, 2013 at 11:20 PM, KACVINSKY

Re: [Numpy-discussion] OS X binaries for releases

2013-08-20 Thread Kyle Mandli
On Tue, Aug 20, 2013 at 5:35 PM, KACVINSKY Tom tom.kacvin...@3ds.comwrote: llvm-gcc. You have to specify the right options which I can look up tomorrow when I'm back in the office. We don't invoke gcc directly, we use xcrun. On Aug 20, 2013, at 18:31, David Cournapeau courn...@gmail.com