From 2bbb9041090327cf47536b303e0ae8c1f7a52515 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 19 Jul 2024 16:07:00 -0700 Subject: [PATCH] Conda: Move `cmake` to `requirements/build` (#1409) Previously `cmake` was added to `requirements/host`. However it is a build tool. So should be placed in `requirements/build`. This makes that change in relevant recipes. Authors: - https://github.com/jakirkham Approvers: - James Lamb (https://github.com/jameslamb) URL: https://github.com/rapidsai/cuspatial/pull/1409 --- conda/recipes/cuproj/meta.yaml | 2 +- conda/recipes/cuspatial/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cuproj/meta.yaml b/conda/recipes/cuproj/meta.yaml index 8ba51ec21..516ea4a5a 100644 --- a/conda/recipes/cuproj/meta.yaml +++ b/conda/recipes/cuproj/meta.yaml @@ -51,6 +51,7 @@ requirements: - {{ compiler('cuda') }} {% endif %} - cuda-version ={{ cuda_version }} + - cmake {{ cmake_version }} - ninja - {{ stdlib("c") }} host: @@ -58,7 +59,6 @@ requirements: - cuda-cudart-dev {% endif %} - cuda-version ={{ cuda_version }} - - cmake {{ cmake_version }} - cython >=3.0.0 - python - rapids-build-backend >=0.3.0,<0.4.0.dev0 diff --git a/conda/recipes/cuspatial/meta.yaml b/conda/recipes/cuspatial/meta.yaml index d4aaf330c..c06b4fa06 100644 --- a/conda/recipes/cuspatial/meta.yaml +++ b/conda/recipes/cuspatial/meta.yaml @@ -51,6 +51,7 @@ requirements: - {{ compiler('cuda') }} {% endif %} - cuda-version ={{ cuda_version }} + - cmake {{ cmake_version }} - ninja - {{ stdlib("c") }} host: @@ -58,7 +59,6 @@ requirements: - cuda-cudart-dev {% endif %} - cuda-version ={{ cuda_version }} - - cmake {{ cmake_version }} - cudf ={{ minor_version }} - cython >=3.0.0 - libcuspatial ={{ version }}