Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.
This repository was 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

Description

@vmoeykens

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions