Skip to content

Commit

Permalink
Depend on rapids-logger in host to prevent redistribution (#1834)
Browse files Browse the repository at this point in the history
Fixes redistribution of `rapids-logger` code which can cause clobbering. See #1833.

After this change, the following paths should _not_ be in the `librmm` package:
- `lib/librapids_logger.so`
- `lib/cmake/rapids_logger/*`
- `include/rapids_logger/*`

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

Approvers:
  - https://github.com/jakirkham
  - Gil Forsyth (https://github.com/gforsyth)

URL: #1834
  • Loading branch information
bdice authored Feb 24, 2025
1 parent aa5d0b2 commit 3f674e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/librmm/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ cache:
- ${{ compiler("cuda") }}
- cuda-version =${{ cuda_version }}
- ${{ stdlib("c") }}
host:
- rapids-logger =0.1

outputs:
- package:
Expand Down

0 comments on commit 3f674e3

Please sign in to comment.