[NumPy-Tickets] [NumPy] #1261: Compiling on PA-RISC
NumPy Trac
numpy-tickets@scipy....
Fri Mar 25 09:55:21 CDT 2011
#1261: Compiling on PA-RISC
-------------------------+--------------------------------------------------
Reporter: dpeterson | Owner: rgommers
Type: enhancement | Status: needs_work
Priority: normal | Milestone: 1.6.0
Component: Other | Version:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by rgommers):
* status: needs_review => needs_work
Comment:
* The O5 -> O3 flag looks fine to me, I'll commit that.
* The part about -D flag should be AIX specific I think instead of
trying that on all platforms.
* The {{{__hppa}}} fix was already included.
* The removal of special handling of {{{ld_so_aix}}} depends on Python
being compiled in a specific way (as stated), so I don't think we can rely
on that. That currently seems to work as is anyway.
The other parts of the patch are duplicated in separate tickets: #1377,
#1378, #1382, #1383. So the only thing left for this ticket is the -D flag
thing, which needs work. I'll try to look at the other ones and ask for
testing on-list.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1261#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list