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

Make python version overridable by PYTHON variable #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2021

  1. Make python version overridable by PYTHON variable

    Current version builds both python versions if available. Failures are
    not fatal. Make it able to choose which version to compile, install only
    single version. Or no python code installed, if PYTHON= variable is
    passed.
    pemensik committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    568f424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021e254 View commit details
    Browse the repository at this point in the history
  3. Move python specific into PY subdirectories

    Change logic to provide both python2 and python3 in PYTHON variable.
    If set to empty, nothing is built. If set to specific, only that is
    built. Simplify logic. Makes a bit uglier error reports when something
    fails.
    pemensik committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    dbc3527 View commit details
    Browse the repository at this point in the history