Skip to content

Commit

Permalink
Use GCC 13 in CUDA 12 conda builds. (#1102)
Browse files Browse the repository at this point in the history
conda-forge is using GCC 13 for CUDA 12 builds. This PR updates CUDA 12 conda builds to use GCC 13, for alignment.

These PRs should be merged in a specific order, see rapidsai/build-planning#129 for details.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #1102
  • Loading branch information
bdice authored Jan 17, 2025
1 parent 632ea74 commit f43a7b8
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 f43a7b8

Please sign in to comment.