Christopher Barker noaa.gov> writes:
> 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 n
Robert Kern gmail.com> writes:
>
> 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.
Christopher Barker 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
Hi guys,
I'm trying to figure out how to compile Numpy for -arch ppc64 on darwin, and I
can't seem to get it to work. Any pointers for how I can alter the build
process? (I'm not too familiar with distutils, been doing some reading but so
far no luck in figuring out how to pass in my own compiler