Despite claims of compatibility with 'conda_build_config.yaml', rattler-build does not support all of the necessary capabilities to set the minimum macOS version. Converting the 'conda_build_config.yaml' to the rattler-build 'variants.yaml' corrects the issue.
17 lines
252 B
YAML
17 lines
252 B
YAML
c_compiler:
|
|
- if: win
|
|
then: vs2022
|
|
cxx_compiler:
|
|
- if: win
|
|
then: vs2022
|
|
|
|
c_stdlib_version:
|
|
- if: osx and x86_64
|
|
then: "10.13"
|
|
MACOSX_SDK_VERSION:
|
|
- if: osx and x86_64
|
|
then: "10.13"
|
|
MACOSX_DEPLOYMENT_TARGET:
|
|
- if: osx and x86_64
|
|
then: "10.13"
|