-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Hi!
I'm trying to port a cython extension using hatch-cython. But contrary to all examples, it's composed completely in C, rather than pyx/pxd/py files. This is the one I'm trying to port: https://github.com/hbldh/b2ac/blob/master/setup.py
Do you have any suggestions/ides on how you would do this?
If I add c to the precompiled extensions and just replace the 'sources' parameter for setuptools Extension in the generated setup.py, it seems to work. Does the order of the files in 'sources' matter?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels