-
Henry Schreiner authored
* fix: support CMake 3.15+ See #1 * ci: add conda & wheel test, fix output location for conda
Henry Schreiner authored* fix: support CMake 3.15+ See #1 * ci: add conda & wheel test, fix output location for conda
README.md 2.12 KiB
scikit_build_example
CI | status |
---|---|
conda.recipe | |
pip builds |
An example project built with pybind11 and scikit-build.
Installation
On Unix (Linux, macOS)
- clone this repository
pip install ./scikit_build_example
On Windows
- For Python 3.5+:
- clone this repository
pip install ./scikit_build_example
- For Python 2.7:
- Pybind11 + Scikit-Build does not support Python 2.7 on Windows.