[NumPy-Tickets] [NumPy] #1399: distutils fails to build ppc64 support on Mac OS X when requested
NumPy Trac
numpy-tickets@scipy....
Tue Oct 19 08:30:12 CDT 2010
#1399: distutils fails to build ppc64 support on Mac OS X when requested
---------------------------------+------------------------------------------
Reporter: david.warde-farley | Owner: rgommers
Type: defect | Status: reopened
Priority: highest | Milestone: 1.5.1
Component: numpy.distutils | Version: devel
Resolution: | Keywords: macosx, osx, distutils, universalbinary, ppc64
---------------------------------+------------------------------------------
Comment(by matthew.brett):
I imagine that get_flags_linker_so will solve the same problem as my patch
above (maybe in a better way) but my guess is the 'noopt' flag to setup.py
above will remove the arch flags and therefore fail in the same way as my
patch did. I'm afraid I don't understand why the 'noopt' flag has been
set, and I imagine there was a good reason that we'd have to understand
before overriding it.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1399#comment:19>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list