Skip to content

can we use different tag to match different python tag? #203

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

Closed
jiamo opened this issue Mar 9, 2018 · 3 comments
Closed

can we use different tag to match different python tag? #203

jiamo opened this issue Mar 9, 2018 · 3 comments

Comments

@jiamo
Copy link

jiamo commented Mar 9, 2018

like tag 3.8 to match CPython3.8? This will be good for tracing the new code.

@jcfr
Copy link
Contributor

jcfr commented Mar 16, 2018

Hi @jiamo

So far the build system can be used to compile any version of python from 2.7.3 to 2.7.14, and also 3.5.1 to 3.5.2.

These are the version whose checksum are explicitly listed in the top-level CMakeLists.txt

It also possible to pass -DSRC_DIR:PATH=/path/to/Python-3.8 source and the build system will do its best to build it (not tested yet)

All of that said, it may be good to have to branch 2.x and 3.x, that way we would simplify the build system overall.

@jcfr
Copy link
Contributor

jcfr commented Mar 19, 2018

xref #214

@jcfr
Copy link
Contributor

jcfr commented Jun 2, 2025

Following both the retirement of the 2.7.x support and the update of the minimum CMake required version, the build-system was simplified to leverage generator expressions. This should simplify the overall maintenance by helping understand which CPython versions are associated with which CMake commands.

Related pull requests:

@jcfr jcfr closed this as completed Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants