cython-package-example icon indicating copy to clipboard operation
cython-package-example copied to clipboard

FYI: ScikitBuild

Open Erotemic opened this issue 3 years ago • 1 comments

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.

Erotemic avatar Jun 16 '22 13:06 Erotemic

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.

FedericoStra avatar Jul 25 '22 18:07 FedericoStra