diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index a96a1ae17e..02f89159cc 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -8,6 +8,15 @@ c_compiler_version: # [unix] - 16 # [osx] - 10 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux] - 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux] +c_stdlib: + - sysroot # [linux] + - macosx_deployment_target # [osx] + - vs # [win] +c_stdlib_version: # [unix] + - 2.12 # [linux64] + - 2.17 # [aarch64 or ppc64le] + - 10.9 # [osx and x86_64] + - 11.0 # [osx and arm64] cxx_compiler: - gxx # [linux] - clangxx # [osx] @@ -159,6 +168,9 @@ zip_keys: - # [win64 and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - cuda_compiler # [win64 and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] - cuda_compiler_version # [win64 and os.environ.get("CF_CUDA_ENABLED", "False") == "True"] + - # [unix] + - c_stdlib # [unix] + - c_stdlib_version # [unix] - - python - numpy