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

Build with the latest SDK on macOS #365

Open
psavery opened this issue Jul 27, 2020 · 0 comments
Open

Build with the latest SDK on macOS #365

psavery opened this issue Jul 27, 2020 · 0 comments

Comments

@psavery
Copy link

psavery commented Jul 27, 2020

Some projects require newer versions of the OSX SDK to be used, even
though the deployment target may be older. Qt is one of those cases,
and using an older version of the OSX SDK to build Python, for instance,
is causing some bugs when used with PySide2.

Can we use the latest OSX SDK when building the python binaries?

The ability to do this was added recently in conda-forge/conda-forge-ci-setup-feedstock#106. I think we would just need to add:

WITH_LATEST_OSX_SDK
- '1'

to the CI yaml files, such as this one.

Cross reference:
conda-forge/conda-forge-ci-setup-feedstock#67
conda-forge/pyside2-feedstock#46
ContinuumIO/anaconda-issues#11297
https://bugreports.qt.io/browse/PYSIDE-1083

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

Successfully merging a pull request may close this issue.

1 participant