[Numpy-tickets] [NumPy] #915: Simpler math configuration
NumPy
numpy-tickets@scipy....
Sat Sep 20 11:48:01 CDT 2008
#915: Simpler math configuration
--------------------+-------------------------------------------------------
Reporter: cdavid | Owner: cdavid
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
Here is a patch to simplify math configuration: instead of relying on
heuristics for presence of some function, each function is checked
separately:
- To avoid long configuration times on standard compliant platforms, a
check_funcs_once function to distutils config command has been added.
Build times with gcc on linux and mac os x are the same as before.
- I have tested the patch on numpy: it passes all tests on linux (32
bits), mac os X, mingw and Visual Studio 2003.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/915>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list