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

Fixed compilation on MacOS platforms where Python default target is <10.9 #41

Merged
merged 1 commit into from
Jun 17, 2019

Commits on Jun 10, 2019

  1. Fixed compilation on MacOS platforms where Python default target is <…

    …10.9.
    
    Modified setup.py to set env MACOSX_DEPLOYMENT_TARGET=10.9 when the build
    MacOS is that or newer, but the default MACOSX_DEPLOYMENT_TARGET (when absent)
    is <10.9, which happens when the running Python targets <10.9 min.
    
    This happens for example when running a current Anaconda Python, which
    has target 10.7.
    
    This fix taken verbatim from similar in Pandas,
    pandas-dev/pandas#24274 .
    
    Fixed wmayner#39.
    javabrett committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    629fd0d View commit details
    Browse the repository at this point in the history