Skip to content

Commit

Permalink
Don't use CMake 3.25.0 as it has a FindCUDAToolkit show stopping bug (#…
Browse files Browse the repository at this point in the history
…5007)

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #5007
  • Loading branch information
robertmaynard authored Nov 18, 2022
1 parent 271048b commit 308dd08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cuml/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cuda_compiler:
- nvcc

cmake_version:
- ">=3.23.1"
- ">=3.23.1,!=3.25.0"

sysroot_version:
- "2.17"
2 changes: 1 addition & 1 deletion conda/recipes/libcuml/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sysroot_version:
- "2.17"

cmake_version:
- ">=3.23.1"
- ">=3.23.1,!=3.25.0"

nccl_version:
- ">=2.9.9"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ requires = [
"setuptools",
"cython>=0.29,<0.30",
"scikit-build>=0.13.1",
"cmake>=3.23.1",
"cmake>=3.23.1,!=3.25.0",
"ninja",
]

0 comments on commit 308dd08

Please sign in to comment.