Control: tags -1 + upstream fixed-upstream

On Sat, Jun 22, 2013 at 03:46:01PM +0200, David Suárez wrote:
> > /usr/lib/pymodules/python2.7/numpy/core/include/numpy/ndarraytypes.h:681:82:
> >  error: operator '<=' has no right operand
> >  #if !(defined(NPY_NO_DEPRECATED_API) && (NPY_API_VERSION <= 
> > NPY_NO_DEPRECATED_API))
> >                                                                             
> >       ^
From the numpy docs:

To use the NPY_NO_DEPRECATED_API mechanism, you need to #define it to the
target API version of NumPy before #including any NumPy headers. 

Instead pylibtiff has just #define NPY_NO_DEPRECATED_API.
This is fixed at
http://code.google.com/p/pylibtiff/source/detail?spec=svn93&r=92

-- 
WBR, wRAR

Attachment: signature.asc
Description: Digital signature

Reply via email to