[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: backport python-astropy for jessie?



> On Jan 25, 2017, at 3:48 PM, Leo P. Singer <leo.singer@ligo.org> wrote:
> 
>> Now I am getting a *real* build failure:
> 
> astropy/wcs/src/wcslib_wrap.c: In function '_setup_wcsprm_type':
> astropy/wcs/src/wcslib_wrap.c:3492:14: error: 'WCSHDO_P12' undeclared (first use in this function)
>     CONSTANT(WCSHDO_P12)       ||
>              ^
> astropy/wcs/src/wcslib_wrap.c:3423:52: note: in definition of macro 'CONSTANT'
> #define CONSTANT(a) PyModule_AddIntConstant(m, #a, a)

...which is because the minimum version of wcslib-dev was underspecified in python-astropy_1.2.1-1. It actually required at least wcslib 5.14. See this commit:

https://github.com/astropy/astropy/commit/77511225700673bfd7b741cfea143806580d95e0

Leo

Reply to: