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

[DRAFT] Use nanobind for C-Python integration #14363

Closed
wants to merge 1 commit into from

Conversation

mhs4670go
Copy link
Contributor

@mhs4670go mhs4670go commented Nov 25, 2024

This draft is about using nanboid for C-Python integration.

Related: #14352

I just pushed this PR for future reference. As of now, I'm not gonna use this.

nanobind seems a good option but this is not appropriate for supporting multiple python versions under the same ubuntu distribution. Users should use same python version that is used when compiling the c++ library. To cover this, compiling the library with at least two python versions is necessary. For example, if the compilation is done in ubuntu 20.04, I need to compile the library with Python 3.8 (default version) and Python 3.10 (commonly used these days).

ONE-DCO-1.0-Signed-off-by: seongwoo [email protected]

This draft is about using nanboid for C-Python integration.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
@mhs4670go mhs4670go added the DRAFT A draft issue or PR for sharing one's current working status and discussion. label Nov 25, 2024
@mhs4670go mhs4670go closed this Nov 25, 2024
@mhs4670go mhs4670go deleted the a5 branch December 2, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DRAFT A draft issue or PR for sharing one's current working status and discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant