Setuptools extension for building pybind11 libraries with CMake
Project description
setuptools-pybind11
Setuptools extension for building pybind11 libraries with CMake
Usage
Add setuptools-pybind11 to your pyproject.toml
[build-system]
requires = [
"setuptools",
"wheel",
# Use setuptools-pybind11 if you don't want to automatically install cmake
"setuptools-pybind11[cmake]"
]
# set this package as the backend
build-backend="setuptools_pybind11"
[project]
name = "example"
version = "0.1.0"
... # other project stuff
# you can define multiple modules
[tool.setuptools-pybind11.modules.example]
# defaults to this
source_dir = "."
# prefix in build directory to main binary
bin_prefix = ""
# binary dir prefixes for dependencies
dep_bin_prefixes = ["example-dep"]
# include/data directories and their name (placed under [package-name]-[version].inc/path)
inc_dirs = [["example-dep", "example-path"]]
# any additional cmake configs you need
cmake_config_options = ["-DMYCMAKE_OPTION=ON"]
cmake_build_options = ["--MyBuildOption"]
Build your module
python -m build
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file setuptools_pybind11-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: setuptools_pybind11-0.4.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54a8d83f938906db0a5ae77f9082381b206b0a21bcc46e7ff7ee606b0c1c790a |
|
MD5 | d3f21cf6287dc8f34ebf5bfc19fb81de |
|
BLAKE2b-256 | 6d04ffd4af7b6a5552936adff04e03905477947659a5172410fd071b6ed67b56 |