Closed okazymyrov closed 6 years ago
Hi Oleksandr,
Thank you for your bug report, however this github repository is only used as a mirror. If you want to get help with this issue you will most likely get more success if you post it to the sage-devel mailinglist at https://groups.google.com/forum/#!forum/sage-devel . Our bug tracking happens at https://trac.sagemath.org/ .
Thanks, Maarten
And it would to have a minimal example, see http://sscce.org/
The issue was fixed by adding "# distutils: sources" to the first lines of the file before any other comments.
Hi,
I have code on https://github.com/okazymyrov/sbox. It works fine with sage 7.1 . However, in SageMath 8.1 I get warnings like:
but the code is running. When I change
# cfile /Users/okazymyrov/Downloads/sbox/C/CI.c
to# distutils: sources = /Users/okazymyrov/Downloads/sbox/C/CI.c
in Cython/CFunc.spyx I get the errorThe load sequence is the following:
System info:
Might be a bug in the Cython parse class?
Kind regards, Oleksandr