[Numpy-tickets] [NumPy] #573: numpy does not build when LDFLAGS are set
NumPy
numpy-tickets@scipy....
Fri Dec 7 14:42:46 CST 2007
#573: numpy does not build when LDFLAGS are set
----------------------+-----------------------------------------------------
Reporter: bicatali | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.5
Component: Other | Version: none
Severity: normal | Resolution: wontfix
Keywords: |
----------------------+-----------------------------------------------------
Changes (by rkern):
* status: new => closed
* resolution: => wontfix
Comment:
I've tried to be clear on the mailing list many times: LDFLAGS replaces
all of the Fortran link flags; it does not add to them. If you must add
flags, take the full list of link flags and put them, with your additions,
into LDFLAGS.
This is a feature (okay, workaround), not a bug.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/573#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list