Ryan Welch wrote:
> When I run a normal build, it always uses -arch ppc -arch i386 to compile C
> sources. I'd like to get it to do -arch ppc64 instead, and remove the
> unnecessary i386 if at all possible. 

Is your Python Universal? I suspect so. If you don't want a Universal 
build, then you may have to go find the right flags to build Python for 
PPC only, then distutils should work for you. If you do want a Universal 
Python, then why not a Universal numpy?

This has been discussed on the pythonmac list -- a scan of the archives 
there should give you your options:

http://mail.python.org/mailman/listinfo/pythonmac-sig

-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

[EMAIL PROTECTED]
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to