Skip to content

Commit

Permalink
Remove extraneous host pinnings from libraft-headers-only. (rapidsai#…
Browse files Browse the repository at this point in the history
…2102)

We have `run` pinnings for librmm, spdlog, and fmt, so we don't need to list them in `host` as well. Currently, we are allowing `fmt>=10.1.1,<11` in `host`, which is pulling a newer version 10.2.1 and adding a run-export that is `fmt >=10.2.1,<11.0a0`, which disallows `fmt 10.1.1` contrary to our intentions.

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

Approvers:
  - https://github.com/jakirkham
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#2102
  • Loading branch information
bdice authored Jan 19, 2024
1 parent db8e21f commit d7eebc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conda/recipes/libraft/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Copyright (c) 2022-2024, NVIDIA CORPORATION.

# Usage:
# conda build . -c conda-forge -c nvidia -c rapidsai
Expand Down Expand Up @@ -62,9 +62,6 @@ outputs:
- cuda-cudart-dev
{% endif %}
- cuda-version ={{ cuda_version }}
- librmm ={{ minor_version }}
- spdlog {{ spdlog_version }}
- fmt {{ fmt_version }}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
Expand Down

0 comments on commit d7eebc6

Please sign in to comment.