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. _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
