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

Multi python build #43

Merged
merged 19 commits into from
Mar 2, 2022
Merged

Multi python build #43

merged 19 commits into from
Mar 2, 2022

Conversation

anubhav-cs
Copy link

A pybind11 extension can't be compiled with headers only on windows and mac, we have to link with python libraries too. If we don't do that, the linker throws missing symbol error. As of now, I am not sure if there is a workaround. Looking at the pybind11 issues, there aren't. Hence, I build package wheels for Python v[3.6, 3.7, 3.8, 3.9, 3.10] through github actions separately.

@anubhav-cs
Copy link
Author

The issue pertaining to multi python builds pybind/pybind11#2370 (comment)

@anubhav-cs anubhav-cs merged commit 50735f9 into LAPKT-dev:Devel2.0 Mar 2, 2022
anubhav-cs added a commit to anubhav-cs/LAPKT-public that referenced this pull request Aug 17, 2023
anubhav-cs added a commit to anubhav-cs/LAPKT-public that referenced this pull request Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant