Skip to content

Commit

Permalink
take c_stdlib_version out of CUDA-zip
Browse files Browse the repository at this point in the history
this allows separate overrides for the c_stdlib_version and the image
(the latter can easily be set using `os_version` in `conda-forge.yml`)
  • Loading branch information
h-vetinari committed Oct 31, 2024
1 parent 8092f22 commit 24b7e66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ m2w64_c_stdlib: # [win]
- m2w64-toolchain # [win]
c_stdlib_version: # [unix]
- 2.17 # [linux]
- 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.13 # [osx and x86_64]
- 11.0 # [osx and arm64]
cxx_compiler:
Expand Down Expand Up @@ -185,7 +183,6 @@ zip_keys:
- c_compiler_version # [unix]
- cxx_compiler_version # [unix]
- fortran_compiler_version # [unix]
- c_stdlib_version # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cuda_compiler # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cuda_compiler_version # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- docker_image # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True" and os.environ.get("BUILD_PLATFORM", "").startswith("linux-")]
Expand Down

0 comments on commit 24b7e66

Please sign in to comment.