ce...@tuta.io
unread,Apr 9, 2021, 8:29:25 AM4/9/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scikit...@googlegroups.com
Hello,
are there any examples how to use Sci-kit build functionality directly from CMake driven build/compilation? I have a bigger project with multiple libraries and executables written mostly in C and C++. As part of this project, there are Cython based extensions and classic Python extension module as wrappings for these libraries, plus few pure python modules based on this.
As it is one logical unit, I would like to build it all in one go (the C library, then the Python module wrapper etc) from top-level CMake command with one set of options and Toolchain file.
However, all examples I have seen of Sci-kit build so far were driving the CMake part from Setuptools.
Thank you.