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

Utilities and example for using CMake to build Cython modules - migrated to scikit-build

Results 3 cython-cmake-example issues
Sort by recently updated
recently updated
newest added

Hi, I wanted to ask if you know a way to have the generated wrapper python3 compatible. I had a try that was only usable by python2 and for python3...

Hello, can you provide a working example of usage of add_cython_target? Example which can found on github relies on another command (cython_add_module). Thanks

## Motivation for using CMake I am **developing** this python package called [Fluidsim](https://bitbucket.org/fluiddyn/fluidsim) which use some Cython extensions as wrappers for FFTW libraries. Therefore while building these extensions (say for...