Skip to content

Commit

Permalink
Add missing cuda_suffixed: true (#2440)
Browse files Browse the repository at this point in the history
This change ensures `rmm-cuXX` is not in the package dependencies when building the pylibraft wheel with `-C "rapidsai.matrix-entry=cuda_suffixed=false`.

Authors:
  - Paul Taylor (https://github.com/trxcllnt)
  - James Lamb (https://github.com/jameslamb)

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

URL: #2440
  • Loading branch information
trxcllnt authored Sep 26, 2024
1 parent 0f8b097 commit 2e705fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,14 @@ dependencies:
- *cuda_python
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.*"}
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- *rmm_cu12
- matrix: {cuda: "11.*"}
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- *rmm_cu11
- {matrix: null, packages: [*rmm_unsuffixed]}
Expand Down

0 comments on commit 2e705fb

Please sign in to comment.