rapids_cython_init¶
New in version v22.06.00.
Perform standard initialization of any CMake build using scikit-build to create Python extension modules with Cython.
rapids_cython_init()
Note
Use of the rapids-cython component of rapids-cmake requires scikit-build. The behavior of the functions provided by this component is undefined if they are invoked outside of a build managed by scikit-build.
Result Variables¶
RAPIDS_CYTHON_INITIALIZED
will be set to TRUE.CYTHON_FLAGS
will be set to a standard set of a flags to pass to the command line cython invocation.