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

Python: Change Homebrew includes into NODIST flags #68528

Closed

Commits on Feb 1, 2021

  1. python@3.7: backport Big Sur support

    Mitchell Hentges committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8a509ef View commit details
    Browse the repository at this point in the history
  2. python@3.7: skip test due to Tcl/Tk failure

    Mitchell Hentges committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b74ea17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0008532 View commit details
    Browse the repository at this point in the history
  4. python@3.8: adjust flags to avoid package installation breakage

    * Mac SDK include paths should be system include path.
    * The brew include path should only be added for building Python,
      and shouldn't be re-used after (use FLAG_NODIST).
    Mitchell Hentges committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    441f6b0 View commit details
    Browse the repository at this point in the history
  5. python@3.9: adjust flags to avoid package installation breakage

    * Mac SDK include paths should be system include path.
    * The brew include path should only be added for building Python,
      and shouldn't be re-used after (use FLAG_NODIST).
    Mitchell Hentges committed Feb 1, 2021
    1 Configuration menu
    Copy the full SHA
    7070112 View commit details
    Browse the repository at this point in the history