Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding extensions #4

Open
HaarigerHarald opened this issue Feb 10, 2022 · 0 comments
Open

Binding extensions #4

HaarigerHarald opened this issue Feb 10, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@HaarigerHarald
Copy link
Owner

As the bindings are not feature complete one may need to extend them for their specific use. A very good starting point is incorporating automatically generated bindings (parsed.zip) from a custom parser. If the ownership model is non trivial however, please read the design overview and adapt the generated bindings accordingly.

For incremental debug builds one may want to build without pip, which can be achieved via:

pip3 install ninja pybind11-stubgen "setuptools>=42" "cmake>=3.16" wheel
python3 setup.py build_ext --debug install --user
@HaarigerHarald HaarigerHarald added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 10, 2022
@HaarigerHarald HaarigerHarald pinned this issue Feb 10, 2022
Repository owner locked as off-topic and limited conversation to collaborators Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant