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

2007-05-15 Thread Ryan Welch
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

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

2007-05-15 Thread Ryan Welch
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.

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

2007-05-15 Thread Ryan Welch
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

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

2007-05-15 Thread Ryan Welch
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