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

Crosscompiling python extensions using host python #39

Open
6 tasks
Neumann-A opened this issue Jun 29, 2024 · 0 comments
Open
6 tasks

Crosscompiling python extensions using host python #39

Neumann-A opened this issue Jun 29, 2024 · 0 comments

Comments

@Neumann-A
Copy link
Member

  • wait for [python3] Add import test for extensions microsoft/vcpkg#39449 to be merged
  • do what crossenv does but with vcpkg_get_vcpkg_installed_python manually (I don't think crossenv is required)
  • copy over CURRENT_INSTALLED_DIR libs instead of host python
  • (!windows) Copy over CURRENT_INSTALLED_DIR _sysconfig_data_<something> (might have to mimic the host one?)
  • (windows) might need to adress the TODO in vcpkg_get_vcpkg_installed_python about the suffix
  • Might need to create a real venv by copying Libs and site-packages more isolated to not accidentally cross host and target somehow.
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

No branches or pull requests

1 participant