From 6399d05e836337796ad1547a760ba16ddbcd0d48 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 29 Apr 2024 23:14:04 +0200 Subject: [PATCH] Remove libnvjitlink dependency. (#97) PR #85 added a dependency on `libnvjitlink`. This was needed only temporarily, due to an issue with a particular build of `cupy` that caused an undesired conda environment. This should be safe to remove. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/cuvs/pull/97 --- conda/environments/all_cuda-122_arch-aarch64.yaml | 1 - conda/environments/all_cuda-122_arch-x86_64.yaml | 1 - dependencies.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/conda/environments/all_cuda-122_arch-aarch64.yaml b/conda/environments/all_cuda-122_arch-aarch64.yaml index 3c5319160..7b50ceb0a 100644 --- a/conda/environments/all_cuda-122_arch-aarch64.yaml +++ b/conda/environments/all_cuda-122_arch-aarch64.yaml @@ -32,7 +32,6 @@ dependencies: - libcurand-dev - libcusolver-dev - libcusparse-dev -- libnvjitlink - make - nccl>=2.9.9 - ninja diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index 4e84731c7..6c933e193 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -32,7 +32,6 @@ dependencies: - libcurand-dev - libcusolver-dev - libcusparse-dev -- libnvjitlink - make - nccl>=2.9.9 - ninja diff --git a/dependencies.yaml b/dependencies.yaml index 0c72b9b9a..eb1f99d4a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -220,7 +220,6 @@ dependencies: - cuda-nvtx-dev - cuda-cudart-dev - cuda-profiler-api - - libnvjitlink - libcublas-dev - libcurand-dev - libcusolver-dev