Skip to content

Commit

Permalink
Merge pull request #5736 from h-vetinari/stdlib
Browse files Browse the repository at this point in the history
also set c_stdlib_version on windows
  • Loading branch information
beckermr authored Apr 9, 2024
2 parents cca57a4 + 47186b2 commit ce0e36a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ c_stdlib:
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
c_stdlib_version: # [unix]
c_stdlib_version:
- 2.12 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos6"]
- 2.17 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos7"]
- 2.17 # [linux and not x86_64]
- 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 10.9 # [osx and x86_64]
- 11.0 # [osx and arm64]
- 2019 # [win and x86_64]
- 2022 # [win and arm64]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
Expand Down

0 comments on commit ce0e36a

Please sign in to comment.