From 3f674e33236e3138f95eefc1dfed311c738d906a Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 24 Feb 2025 09:30:22 -0600 Subject: [PATCH] Depend on rapids-logger in host to prevent redistribution (#1834) 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: https://github.com/rapidsai/rmm/pull/1834 --- conda/recipes/librmm/recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/recipes/librmm/recipe.yaml b/conda/recipes/librmm/recipe.yaml index 2519ff5b6..cbc96941c 100644 --- a/conda/recipes/librmm/recipe.yaml +++ b/conda/recipes/librmm/recipe.yaml @@ -46,6 +46,8 @@ cache: - ${{ compiler("cuda") }} - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} + host: + - rapids-logger =0.1 outputs: - package: