mcleantom / scikit_build_core_vcpkg

C++ project with python bindings using scikit build core and vcpkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scikit_build_core_vcpkg

C++ project with python bindings using scikit build core and vcpkg

To install, clone the git repository with submodules:

git clone --recurse-submodules https://github.com/mcleantom/scikit_build_core_vcpkg.git

Then, build and install the package:

cd scikit_build_core_vcpkg
pip install .

You can build wheels for the package by running:

python -m pip install cibuildwheel==2.16.5
python -m cibuildwheel --platform windows --output-dir wheelhouse

or within WSL/Linux:

python -m pip install cibuildwheel==2.16.5
python -m cibuildwheel --platform linux --output-dir wheelhouse

About

C++ project with python bindings using scikit build core and vcpkg

License:MIT License


Languages

Language:CMake 55.6%Language:C++ 34.3%Language:Python 8.0%Language:C 2.1%