Ryan Welch wrote: > I'm trying to figure out how to compile Numpy for -arch ppc64 on darwin, and I
What happens with a plain old: > python setup.py build distutils should just "do the right thing" > Note: I have a 64-bit Python 2.5 binary already compiled, and I've confirmed > it > can allocate more than 4GB of memory. If you use that python to run setup.py, and it's a PPC binary, you should be all set. -CHB -- 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
