Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Modify CMake to allow building for a specific (or many at once) version of Python #24

Open
vmoeykens opened this issue Jun 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vmoeykens
Copy link

Right now, the CMakeLists.txt file is set up to simply find a valid python interpreter on your system, and build for it. However, we would like at least the functionality to specify a specific version of python to build for, and ideally we would like to build for many at once. Due to pybind11 checks, we can't simply use any Python 3 binary, we have to use specific ones.

This Github issue may provide some insight into how to build for multiple versions of Python at once: pybind/pybind11#748

@vmoeykens vmoeykens added the enhancement New feature or request label Jun 10, 2020
@vmoeykens vmoeykens self-assigned this Jun 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant