[NumPy-Tickets] [NumPy] #1525: Numpy is ignoring CFLAGS, which makes a 64-bit build difficult
NumPy Trac
numpy-tickets@scipy....
Fri Jul 30 03:40:53 CDT 2010
#1525: Numpy is ignoring CFLAGS, which makes a 64-bit build difficult
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: 1.3.0
Keywords: |
------------------------+---------------------------------------------------
Comment(by drkirkby):
I've found a solution to this. Just use
CC="gcc -m64"
export CC
Then all of Numpy gets the -m64 flag and builds ok.
Dave
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1525#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list