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

WIP, MAINT: selective OSX deploy target #446

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

Commits on Dec 8, 2021

  1. MAINT: selective OSX deploy target

    * only overwrite MACOSX_DEPLOYMENT_TARGET environment
    variable when it contains the "10.x" version string
    
    * motivation is to allow sensibel overrides as in:
    MacPython/scipy-wheels#150
    
    * note that I have not tested this yet, but am open
    to making revisions of course
    tylerjereddy committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ae78060 View commit details
    Browse the repository at this point in the history
  2. Update osx_utils.sh

    Co-authored-by: Isuru Fernando <isuruf@gmail.com>
    tylerjereddy and isuruf authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ff1ac50 View commit details
    Browse the repository at this point in the history
  3. MAINT: PR 446 revisions

    * add a comment clarifying that MACOSX_DEPLOYMENT_TARGET
    is set to "at least 11.0" for arm64 Mac
    tylerjereddy committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    fe592b6 View commit details
    Browse the repository at this point in the history