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

Steve Spicklemire steve at spvi.com
Thu Feb 14 13:40:15 EST 2013


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.barker at noaa.gov> wrote:

> On Thu, Feb 14, 2013 at 7:57 AM, Derek Homeier
> <derek at 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 XCode 4.6 in the first place.
> 
>> and with fink-installed versions of python2.7 and python3.2,
> 
> Again, the whole point of fink is to build everything natively.
> 
> On Thu, Feb 14, 2013 at 8:00 AM, Steve Spicklemire <steve at spvi.com> wrote:
>> The python3.2 was from python.org, 3.2.3 universal 32/64.
> 
> that was built with XCode 3.* -- originally on 10.6 The point of
> distutils (one of them anyway) is to build extensions with the same
> compiler, flags, etc as pyton itself -- that means XCode 3, 10.6 SDK
> in this case.
> 
> I haven't gone to 10.8 yet -- partly for this reason! I know it's a
> pain, at best, to build stuff on 10.8 (and XCode4 ) that runs on older
> systems, but not sure if/how it can be done if you really need to.
> 
> I'd try the pythonmac list -- soem smart folks there (and the people
> that maintain the python.org builds)
> 
> -Chris
> 
> 
> -- 
> 
> Christopher Barker, Ph.D.
> Oceanographer
> 
> Emergency Response Division
> NOAA/NOS/OR&R            (206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115       (206) 526-6317   main reception
> 
> Chris.Barker at noaa.gov
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion



More information about the NumPy-Discussion mailing list