Re: Bug#833288: would FTBFS now with cython 0.24.1 MACS2/IO/PeakIO.pyx:632:49: Cannot assign type 'float' to 'int'

2016-08-10 Thread Jakub Wilk
* Andreas Tille , 2016-08-10, 09:54: I've checked MACS2/IO/PeakIO.pyx and I think the typing of the function call should be fine - so probably the problem is somewhere else - but where? https://github.com/cython/cython/issues/551 -- Jakub Wilk

Re: Bug#833288: would FTBFS now with cython 0.24.1 MACS2/IO/PeakIO.pyx:632:49: Cannot assign type 'float' to 'int'

2016-08-10 Thread Gianfranco Costamagna
Hi, >I've checked MACS2/IO/PeakIO.pyx and I think the typing of the function >call should be fine - so probably the problem is somewhere else - but >where? I don't have the answer, but upstream seems to be aware of a new bug report https://github.com/taoliu/MACS/issues/140 what I'm really not

Re: Bug#833288: would FTBFS now with cython 0.24.1 MACS2/IO/PeakIO.pyx:632:49: Cannot assign type 'float' to 'int'

2016-08-10 Thread Andreas Tille
Hi, I can confirm this bug. I've checked MACS2/IO/PeakIO.pyx and I think the typing of the function call should be fine - so probably the problem is somewhere else - but where? Any help would be welcome Andreas. On Tue, Aug 02, 2016 at 10:37:50AM -0400, Yaroslav Halchenko wrote: >