pybind / cmake_example

Example pybind11 module built with a CMake-based build system
Other
616 stars 218 forks source link

Kitware cmake wheel #7

Closed SylvainCorlay closed 3 years ago

SylvainCorlay commented 7 years ago

It seems that kitware maintains a wheel for cmake!

https://pypi.python.org/pypi/cmake/

This could be interesting

In the case of pybind11, the CMAKE_INSTALL_PREFIX would be a parent directory to locations.distutils_scheme('pybind11', *args, **kwargs)['headers']) I guess...

bhack commented 7 years ago

Any news here?

ax3l commented 5 years ago

Works for me in #16, used it in my requirements.txt in the linked project.