[Numpy-tickets] [NumPy] #573: numpy does not build when LDFLAGS are set
NumPy
numpy-tickets@scipy....
Fri Aug 24 06:46:38 CDT 2007
#573: numpy does not build when LDFLAGS are set
----------------------+-----------------------------------------------------
Reporter: bicatali | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: none
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
On Linux, [[BR]]
{{{
LDFLAGS="-Wl,-s" python setup.py build
}}}
will not link properly, at least the cblas libraries.
This happen with whatever LDFLAGS.
I've seen similar posts in lists and tickets, but never a proper answer or
resolution. The only work around is to build the lite libraries, i.e.
unset BLAS and LAPACK env variables.
scipy suffers from it even more.[[BR]]
Do you plan to add user LDFLAGS for linking?
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/573>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list