Skip to content

Commit

Permalink
Use GCC 13 in CUDA 12 conda builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 13, 2025
1 parent 632ea74 commit 40a2a8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda/recipes/ucx-py/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
c_compiler_version:
- 11
- 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
- 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
cxx_compiler_version:
- 11
- 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
- 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]

ucx:
- "==1.15.*"

0 comments on commit 40a2a8d

Please sign in to comment.