We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
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
The text was updated successfully, but these errors were encountered: