diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 319e22544..61fe0e5fc 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -8,7 +8,7 @@ channels: dependencies: - c-compiler - clang-tools=16.0.6 -- cmake>=3.26.4 +- cmake>=3.26.4,!=3.30.0 - cuda-version=11.8 - cudatoolkit - cudf==24.8.*,>=0.0.0a0 diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index 45a7cb6fc..60860bfcb 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -8,7 +8,7 @@ channels: dependencies: - c-compiler - clang-tools=16.0.6 -- cmake>=3.26.4 +- cmake>=3.26.4,!=3.30.0 - cuda-cudart-dev - cuda-cupti-dev - cuda-nvcc diff --git a/conda/recipes/cuproj/conda_build_config.yaml b/conda/recipes/cuproj/conda_build_config.yaml index 67f968412..2186d11ca 100644 --- a/conda/recipes/cuproj/conda_build_config.yaml +++ b/conda/recipes/cuproj/conda_build_config.yaml @@ -17,7 +17,7 @@ c_stdlib_version: - "2.17" cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" # Workaround until proj 9.3.1 migration completes proj: diff --git a/conda/recipes/cuspatial/conda_build_config.yaml b/conda/recipes/cuspatial/conda_build_config.yaml index e3ca633eb..001878ff2 100644 --- a/conda/recipes/cuspatial/conda_build_config.yaml +++ b/conda/recipes/cuspatial/conda_build_config.yaml @@ -17,4 +17,4 @@ c_stdlib_version: - "2.17" cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" diff --git a/conda/recipes/libcuspatial/conda_build_config.yaml b/conda/recipes/libcuspatial/conda_build_config.yaml index 51cfd482f..01b775ad8 100644 --- a/conda/recipes/libcuspatial/conda_build_config.yaml +++ b/conda/recipes/libcuspatial/conda_build_config.yaml @@ -11,7 +11,7 @@ cuda11_compiler: - nvcc cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" gtest_version: - ">=1.13.0" diff --git a/dependencies.yaml b/dependencies.yaml index 5aa4394e8..86f19680d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -141,7 +141,7 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - ninja - - cmake>=3.26.4 + - cmake>=3.26.4,!=3.30.0 - output_types: conda packages: - c-compiler @@ -184,7 +184,7 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - ninja - - cmake>=3.26.4 + - cmake>=3.26.4,!=3.30.0 - output_types: conda packages: - c-compiler diff --git a/python/cuproj/pyproject.toml b/python/cuproj/pyproject.toml index e95975e6e..46f35543e 100644 --- a/python/cuproj/pyproject.toml +++ b/python/cuproj/pyproject.toml @@ -119,7 +119,7 @@ filterwarnings = [ build-backend = "scikit_build_core.build" dependencies-file = "../../dependencies.yaml" requires = [ - "cmake>=3.26.4", + "cmake>=3.26.4,!=3.30.0", "cython>=3.0.0", "ninja", "rmm==24.8.*,>=0.0.0a0", diff --git a/python/cuspatial/pyproject.toml b/python/cuspatial/pyproject.toml index 779d5dd4b..dd7514997 100644 --- a/python/cuspatial/pyproject.toml +++ b/python/cuspatial/pyproject.toml @@ -129,7 +129,7 @@ filterwarnings = [ build-backend = "scikit_build_core.build" dependencies-file = "../../dependencies.yaml" requires = [ - "cmake>=3.26.4", + "cmake>=3.26.4,!=3.30.0", "cudf==24.8.*,>=0.0.0a0", "cython>=3.0.0", "ninja",