Skip to content

Commit

Permalink
Update CMake pinning to allow newer CMake versions (#617)
Browse files Browse the repository at this point in the history
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: #617
  • Loading branch information
vyasr authored Apr 13, 2022
1 parent 583dd6c commit 2f6d247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/libraft_distance/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libraft_headers/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}.*
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libraft_nn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}.*
Expand Down

0 comments on commit 2f6d247

Please sign in to comment.