From d7eebc68a2582d8e1ca699df3816091d0224dcf7 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 19 Jan 2024 16:09:28 -0600 Subject: [PATCH] Remove extraneous host pinnings from libraft-headers-only. (#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: https://github.com/rapidsai/raft/pull/2102 --- conda/recipes/libraft/meta.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conda/recipes/libraft/meta.yaml b/conda/recipes/libraft/meta.yaml index 116f8d9e6e..1f2108c397 100644 --- a/conda/recipes/libraft/meta.yaml +++ b/conda/recipes/libraft/meta.yaml @@ -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 @@ -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" %}