[NumPy-Tickets] [NumPy] #1382: Sun compiler flags not correct for 64 bits compile
NumPy Trac
numpy-tickets@scipy....
Fri Mar 25 10:13:34 CDT 2011
#1382: Sun compiler flags not correct for 64 bits compile
------------------------------+---------------------------------------------
Reporter: neinhues | Owner: cdavid
Type: defect | Status: closed
Priority: normal | Milestone: 2.0.0
Component: numpy.distutils | Version: 1.4.0
Resolution: invalid | Keywords:
------------------------------+---------------------------------------------
Changes (by rgommers):
* status: needs_review => closed
* resolution: => invalid
Comment:
This looks like you're just adding flags that work on your specific
system. For example -xtarget has a default "generic" which works on all
systems, while specifying "ultra" may not always work (for example,
there's also an "opteron" target). Same for -xarch. I think you are stuck
to patching distutils before install here if you want more optimized
compilation.
Please reopen if I misunderstood.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1382#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list