cython-package-example
cython-package-example copied to clipboard
FYI: ScikitBuild
Saw this repo on my feed. Wanted to let you know about scikit-build in case you weren't aware: https://scikit-build.readthedocs.io/en/latest/
Instead of using the setuptools.Extension it hooks into CMake, which can sometimes make things easier, especially when working with libraries that are meant to work on multiple platforms.
Thank you very much for the information!
When I find the time, I'll extend this repo with an example on how to structure a project that uses scikit-build to compile Cython extensions.
I'll leave this issue open in the meantime so other people can find this advice more easily.