[NumPy-Tickets] [NumPy] #1525: Numpy is ignoring CFLAGS, which makes a 64-bit build difficult
NumPy Trac
numpy-tickets@scipy....
Tue Nov 30 06:52:05 CST 2010
#1525: Numpy is ignoring CFLAGS, which makes a 64-bit build difficult
------------------------------+---------------------------------------------
Reporter: drkirkby | Owner: cdavid
Type: defect | Status: closed
Priority: normal | Milestone: 2.0.0
Component: numpy.distutils | Version: 1.3.0
Resolution: fixed | Keywords:
------------------------------+---------------------------------------------
Changes (by rgommers):
* status: new => closed
* resolution: => fixed
Comment:
{{{
CC="gcc -m64" export CC
}}}
still seems to be the recommended way to do this for Python itself too,
according to Martin von Lowis. See for example
http://code.activestate.com/lists/python-dev/101885/, or
http://bugs.python.org/issue1628484
Since you have a correct solution I'm closing this ticket.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1525#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list