Skip to content

Commit

Permalink
Clean up librmm/rmm usage in conda recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 10, 2024
1 parent d1a356b commit c0aa378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda/recipes/cuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ requirements:
- pylibraft {{ minor_version }}
- libcuvs {{ version }}
- python x.x
- rmm ={{ minor_version }}
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- scikit-build-core >=0.10.0
run:
Expand All @@ -67,7 +66,6 @@ requirements:
- pylibraft {{ minor_version }}
- libcuvs {{ version }}
- python x.x
- rmm ={{ minor_version }}
- cuda-python
- numpy >=1.23,<3.0a0

Expand Down
4 changes: 4 additions & 0 deletions conda/recipes/libcuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ outputs:
- ninja
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
Expand Down Expand Up @@ -128,6 +129,7 @@ outputs:
- ninja
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- cuda-version ={{ cuda_version }}
{% if cuda_major == "11" %}
Expand Down Expand Up @@ -193,6 +195,7 @@ outputs:
- ninja
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- {{ pin_subpackage('libcuvs', exact=True) }}
- cuda-version ={{ cuda_version }}
Expand Down Expand Up @@ -263,6 +266,7 @@ outputs:
- ninja
- {{ stdlib("c") }}
host:
- librmm ={{ minor_version }}
- libraft-headers-only ={{ minor_version }}
- {{ pin_subpackage('libcuvs', exact=True) }}
- cuda-version ={{ cuda_version }}
Expand Down

0 comments on commit c0aa378

Please sign in to comment.