[NumPy-Tickets] [NumPy] #1965: unify names of numpy.distutils options
NumPy Trac
numpy-tickets@scipy....
Wed Oct 19 10:06:26 CDT 2011
#1965: unify names of numpy.distutils options
--------------------+-------------------------------------------------------
Reporter: rc | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.0
Keywords: |
--------------------+-------------------------------------------------------
rationale:
I have now spent several hours hunting down a major slowdown of my code
caused (apparently) by using config.add_library() for a reusable part of C
source files instead of just config.add_extension().
The reason of the slowdown was different, but hard to discern, naming of
options and silent ignoring of non-existing ones:
add_library() : extra_compiler_args
add_extension() : extra_compile_args
Other build keys used for the same purpose also differ.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1965>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list