Julian Taylor via cython-devel schrieb am 11.10.2015 um 12:38:
> another file fails too:
> https://github.com/scipy/scipy/blob/master/scipy/sparse/csgraph/_shortest_path.pyx
>
> Error compiling Cython file:
>
> ...
> for
thanks,
another file fails too:
https://github.com/scipy/scipy/blob/master/scipy/sparse/csgraph/_shortest_path.pyx
Error compiling Cython file:
...
for k from csr_indptr[j] <= k < csr_indptr[j + 1]:
w1
Thanks for the report. This should be fixed with
https://github.com/cython/cython/commit/eef2bc650945d69158e888653a2f8bd6bbad3db3
On Sat, Oct 10, 2015 at 2:11 PM, Julian Taylor via cython-devel
wrote:
> hi,
> since ab78f93b3ffa88183a0d2aae6b692e394c51f860 scipy does not build anymore:
> the faili
hi,
since ab78f93b3ffa88183a0d2aae6b692e394c51f860 scipy does not build anymore:
the failing file is:
https://github.com/scipy/scipy/blob/master/scipy/sparse/csgraph/_reordering.pyx
error:
Traceback (most recent call last):
File "/usr/bin/cython", line 8, in
main(command_line = 1)
File
"/