From 17925fd6e2d10082c6905a57620172ba218a59e6 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Thu, 8 Dec 2022 18:35:48 -0500 Subject: [PATCH] Fixing libraft conda recipes --- 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) }}