★ wanayoo — archive 1999 https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/issues/203Nouvelle recherche | Portail wanayoo
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

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

Open
jiamo opened this issue Mar 9, 2018 · 2 comments
Open

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

jiamo opened this issue Mar 9, 2018 · 2 comments

Comments

@jiamo
Copy link

@jiamo 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 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 jcfr commented Mar 19, 2018

xref #214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.