From e5a0fddb64ce8e04fb37c94b0b06974f14038b96 Mon Sep 17 00:00:00 2001 From: Charles Hastings Date: Fri, 5 Jul 2024 10:39:57 -0700 Subject: [PATCH] fix the build recipes too --- conda/recipes/cugraph-pyg/conda_build_config.yaml | 2 +- conda/recipes/cugraph/conda_build_config.yaml | 2 +- conda/recipes/libcugraph/conda_build_config.yaml | 2 +- conda/recipes/pylibcugraph/conda_build_config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipes/cugraph-pyg/conda_build_config.yaml b/conda/recipes/cugraph-pyg/conda_build_config.yaml index 2d7aff185c2..47d98b4800b 100644 --- a/conda/recipes/cugraph-pyg/conda_build_config.yaml +++ b/conda/recipes/cugraph-pyg/conda_build_config.yaml @@ -10,7 +10,7 @@ cuda_compiler: - nvcc cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" c_stdlib: - sysroot diff --git a/conda/recipes/cugraph/conda_build_config.yaml b/conda/recipes/cugraph/conda_build_config.yaml index 8d24a54952f..0c73036610f 100644 --- a/conda/recipes/cugraph/conda_build_config.yaml +++ b/conda/recipes/cugraph/conda_build_config.yaml @@ -11,7 +11,7 @@ cuda11_compiler: - nvcc cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" c_stdlib: - sysroot diff --git a/conda/recipes/libcugraph/conda_build_config.yaml b/conda/recipes/libcugraph/conda_build_config.yaml index b4143f54d18..26aa428d7f5 100644 --- a/conda/recipes/libcugraph/conda_build_config.yaml +++ b/conda/recipes/libcugraph/conda_build_config.yaml @@ -11,7 +11,7 @@ cuda11_compiler: - nvcc cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" doxygen_version: - ">=1.8.11" diff --git a/conda/recipes/pylibcugraph/conda_build_config.yaml b/conda/recipes/pylibcugraph/conda_build_config.yaml index 8d24a54952f..0c73036610f 100644 --- a/conda/recipes/pylibcugraph/conda_build_config.yaml +++ b/conda/recipes/pylibcugraph/conda_build_config.yaml @@ -11,7 +11,7 @@ cuda11_compiler: - nvcc cmake_version: - - ">=3.26.4" + - ">=3.26.4,!=3.30.0" c_stdlib: - sysroot