Skip to content

Commit

Permalink
Fixing libraft conda recipes (#1084)
Browse files Browse the repository at this point in the history
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: #1084
  • Loading branch information
cjnolet authored Dec 9, 2022
1 parent 5689c75 commit bd2fa8a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions conda/recipes/libraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) }}
Expand Down

0 comments on commit bd2fa8a

Please sign in to comment.