Re: [sage-devel] Cythonization of Sage extensions, wildcards in module_list.py and Cython directives

2015-04-21 Thread Jeroen Demeyer
On 2015-04-21 15:09, Jeroen Demeyer wrote: On 2015-04-21 10:00, Jean-Pierre Flori wrote: That is put Cython directives for linking, including C files and so on, at the top of the pyx file? Please wait until I fix http://trac.cython.org/ticket/845 I now have a pull request for this issue:

Re: [sage-devel] Cythonization of Sage extensions, wildcards in module_list.py and Cython directives

2015-04-21 Thread Jeroen Demeyer
On 2015-04-21 10:00, Jean-Pierre Flori wrote: That is put Cython directives for linking, including C files and so on, at the top of the pyx file? Please wait until I fix http://trac.cython.org/ticket/845 Then you will be able to write those library dependencies in the .pxd files where they

[sage-devel] Cythonization of Sage extensions, wildcards in module_list.py and Cython directives

2015-04-21 Thread Jean-Pierre Flori
Dear all, It seems we're shifting from the original way we were building Cython extensions where each extension was listed in module_list.py to use wildcards in module_list.py. See #7987 and #15410 for wide coverage tickets, and e.g. #17767 for more focused ones. This is problematic when some