From 2f6d2475ec27d7d298a386751363573288a44495 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 13 Apr 2022 05:52:56 -0700 Subject: [PATCH] Update CMake pinning to allow newer CMake versions (#617) CMake 3.23.1 contains the bug fixes that we need to make use of CMake 3.23, so now we can update the pinnings to just avoid 3.23.0. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) - Robert Maynard (https://github.com/robertmaynard) URL: https://github.com/rapidsai/raft/pull/617 --- conda/recipes/libraft_distance/meta.yaml | 2 +- conda/recipes/libraft_headers/meta.yaml | 2 +- conda/recipes/libraft_nn/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/recipes/libraft_distance/meta.yaml b/conda/recipes/libraft_distance/meta.yaml index a2eaab8854..ad5a278466 100644 --- a/conda/recipes/libraft_distance/meta.yaml +++ b/conda/recipes/libraft_distance/meta.yaml @@ -36,7 +36,7 @@ build: requirements: build: - - cmake>=3.20.1,<3.23 + - cmake>=3.20.1,!=3.23.0 host: - libraft-headers {{ version }} - nccl>=2.9.9 diff --git a/conda/recipes/libraft_headers/meta.yaml b/conda/recipes/libraft_headers/meta.yaml index aaabfce18c..ed8dc4373e 100644 --- a/conda/recipes/libraft_headers/meta.yaml +++ b/conda/recipes/libraft_headers/meta.yaml @@ -36,7 +36,7 @@ build: requirements: build: - - cmake>=3.20.1,<3.23 + - cmake>=3.20.1,!=3.23.0 host: - nccl>=2.9.9 - cudatoolkit {{ cuda_version }}.* diff --git a/conda/recipes/libraft_nn/meta.yaml b/conda/recipes/libraft_nn/meta.yaml index 0c31a67d66..8cedb15d09 100644 --- a/conda/recipes/libraft_nn/meta.yaml +++ b/conda/recipes/libraft_nn/meta.yaml @@ -36,7 +36,7 @@ build: requirements: build: - - cmake>=3.20.1,<3.23 + - cmake>=3.20.1,!=3.23.0 host: - libraft-headers {{ version }} - cudatoolkit {{ cuda_version }}.*