Skip to content

Commit

Permalink
Merge pull request #5499 from h-vetinari/stdlib
Browse files Browse the repository at this point in the history
add stdlib metapackages to pinning
  • Loading branch information
h-vetinari authored Feb 16, 2024
2 parents 46265fd + 4c20fb4 commit 60417d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60417d8

Please sign in to comment.