Re: [Numpy-discussion] How to upload to pypi

2013-02-14 Thread David Cournapeau
On Wed, Feb 13, 2013 at 5:35 AM, Ondřej Čertík ondrej.cer...@gmail.com wrote: David, On Tue, Feb 12, 2013 at 6:46 AM, David Cournapeau courn...@gmail.com wrote: On Tue, Feb 12, 2013 at 5:49 AM, Ondřej Čertík ondrej.cer...@gmail.com wrote: Hi, I have uploaded the NumPy 1.7.0 source

[Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Steve Spicklemire
Hi Numpy Folks! When I try to build numpy on MacOSX 10.6 with Xcode 3.2.5 installed (python3.2 setup.py build) things go great! At some point I get this: Generating build/src.macosx-10.6-intel-3.2/numpy/core/include/numpy/config.h C compiler: gcc-4.2 -fno-strict-aliasing

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread David Cournapeau
On Thu, Feb 14, 2013 at 1:09 PM, Steve Spicklemire st...@spvi.com wrote: Hi Numpy Folks! When I try to build numpy on MacOSX 10.6 with Xcode 3.2.5 installed (python3.2 setup.py build) things go great! At some point I get this: Generating

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Steve Spicklemire
I got Xcode 4,6 from the App Store. I don't think it's the SDK since the python 2.7 version builds fine. It's just the 3.2 version that doesn't have the -I/Library/Frameworks/Python.Framework/Versions/3.2/include/python3.2m in the compile options line. When I run setup for 2.7 I see the right

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Derek Homeier
On 14.02.2013, at 3:55PM, Steve Spicklemire st...@spvi.com wrote: I got Xcode 4,6 from the App Store. I don't think it's the SDK since the python 2.7 version builds fine. It's just the 3.2 version that doesn't have the -I/Library/Frameworks/Python.Framework/Versions/3.2/include/python3.2m in

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Steve Spicklemire
The python3.2 was from python.org, 3.2.3 universal 32/64. thanks, -steve On Feb 14, 2013, at 8:57 AM, Derek Homeier de...@astro.physik.uni-goettingen.de wrote: On 14.02.2013, at 3:55PM, Steve Spicklemire st...@spvi.com wrote: I got Xcode 4,6 from the App Store. I don't think it's the SDK

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Chris Barker - NOAA Federal
On Thu, Feb 14, 2013 at 7:57 AM, Derek Homeier de...@astro.physik.uni-goettingen.de wrote: Where did you get the python3.2 from? Building the 1.7.0 release works for me under 10.8 and Xcode 4.6 both with the system-provided /usr/bin/python2.7 That makes sense, as Apple probably built it with

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Steve Spicklemire
Ahhh... I didn't realize that important bit. Thanks... I'll try to see if I can use xcode3 on 10.8. thanks, -steve On Feb 14, 2013, at 10:58 AM, Chris Barker - NOAA Federal chris.bar...@noaa.gov wrote: On Thu, Feb 14, 2013 at 7:57 AM, Derek Homeier de...@astro.physik.uni-goettingen.de

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Steve Spicklemire
OK,,, I happen to have an old: /Developer-3,2,5 directory on my 10.8 system, and I found the xcode-select' command. I tried sudo xcode-select --switch /Developer-3.2.5 but that had no apparent effect. Next I put a link in /Developer - /Developer-3.2.5 since that seemed to be the path numpy

Re: [Numpy-discussion] Trouble building numpy on different version of OSX.

2013-02-14 Thread Chris Barker - NOAA Federal
Steve, Thanks for the report of what worked-- I may well need to do this soon. sudo xcode-select --switch /Developer-3.2.5 but that had no apparent effect. Next I put a link in /Developer - /Developer-3.2.5 since that seemed to be the path numpy was trying to use. Aha! I got the right

[Numpy-discussion] A new webpage promoting Compiler technology for CPython

2013-02-14 Thread Travis Oliphant
Hey all, With Numba and Blaze we have been doing a lot of work on what essentially is compiler technology and realizing more and more that we are treading on ground that has been plowed before with many other projects. So, we wanted to create a web-site and perhaps even a mailing list or