[Numpy-tickets] [NumPy] #673: change the error handling code in lapack_lite to return a python exception
NumPy
numpy-tickets@scipy....
Wed Apr 9 13:23:05 CDT 2008
#673: change the error handling code in lapack_lite to return a python exception
---------------------------+------------------------------------------------
Reporter: Zbyszek_Szmek | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: numpy.linalg | Version: none
Severity: normal | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by pearu):
Sorry for bad formatting. Here's a fix:
{{{
config.add_library('pyxerbla', sources=['python_xerbla.c'])
lapack_lib['libraries'].append('pyxerbla')
# one can also try .insert(0, 'pyxerbla')
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/673#comment:5>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list