From bd2fa8ade237613c769aaf26489a7bf49b353d8c Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Thu, 8 Dec 2022 20:24:59 -0500 Subject: [PATCH] Fixing libraft conda recipes (#1084) Only raft-dask should have ucx-py, ucx, and nccl dependencies. For some reason, these were in most of the libraft dependency lists, which is incorrect. Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/raft/pull/1084 --- conda/recipes/libraft/meta.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/conda/recipes/libraft/meta.yaml b/conda/recipes/libraft/meta.yaml index 339fa76065..c32fd1264f 100644 --- a/conda/recipes/libraft/meta.yaml +++ b/conda/recipes/libraft/meta.yaml @@ -57,9 +57,6 @@ outputs: - libcusolver {{ libcusolver_version }} - libcusparse {{ libcusparse_version }} - librmm {{ minor_version }} - - nccl {{ nccl_version }} - - ucx-proc=*=gpu - - ucx-py {{ ucx_py_version }} about: home: http://rapids.ai/ license: Apache-2.0 @@ -83,16 +80,10 @@ outputs: host: - cudatoolkit {{ cuda_version }}.* - librmm {{ minor_version }} - - nccl {{ nccl_version }} - - ucx-proc=*=gpu - - ucx-py {{ ucx_py_version }} - {{ pin_subpackage('libraft-headers', exact=True) }} run: - cudatoolkit {{ cuda_spec }} - librmm {{ minor_version }} - - nccl {{ nccl_version }} - - ucx-proc=*=gpu - - ucx-py {{ ucx_py_version }} - libcusolver {{ libcusolver_version }} - libcusparse {{ libcusparse_version }} - {{ pin_subpackage('libraft-headers', exact=True) }}