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.
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.Extensionit hooks into CMake, which can sometimes make things easier, especially when working with libraries that are meant to work on multiple platforms.