Open akucukelbir opened 8 years ago
thanks for letting me know! I'll check this out and update setup.py. Do you know what caused compilation to fail now? An update in a newer distutils package?
i believe something changed in distutils
yes. i must admit i'm not that familiar with cython projects; i think the modification above does the trick, but it might not be the "correct" way of doing it :)
each extension now requires its own
include_dirs
declaration.for example, the top-level
setup.py
compiles on my end if i edit it as follows: