[NumPy-Tickets] [NumPy] #1568: Changeset 8541 breaks numscons build
NumPy Trac
numpy-tickets@scipy....
Sat Jul 31 02:20:21 CDT 2010
#1568: Changeset 8541 breaks numscons build
------------------------+---------------------------------------------------
Reporter: cgohlke | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.5.0
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
On platforms without "endian.h", changesets 8541-3 break the build process
using numscons.
The file _numpyconfig.h ends up containing the following line with illegal
C syntax:
@DEFINE_NPY_HAVE_ENDIAN_H@
A patch for numpy 1.5.x is attached. Probably also applies to trunk and
1.4.x.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1568>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list