[Numpy-discussion] 64-bit Numpy (ppc64)

Ryan Welch welchr at umich.edu
Tue May 15 14:13:27 EDT 2007


Christopher Barker <Chris.Barker <at> noaa.gov> writes:

> What happens with a plain old:
> 
>  > python setup.py build
> 
> distutils should just "do the right thing"
> 
> If you use that python to run setup.py, and it's a PPC binary, you 
> should be all set.
> 
> -CHB
> 

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. 




More information about the NumPy-Discussion mailing list