From bb76c26d45cad5bb7569f40a233ce71b7395f127 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 9 May 2023 10:55:12 -0500 Subject: [PATCH 1/3] Update gtest pinnings to >=1.13.0. --- conda/recipes/libcuml/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcuml/conda_build_config.yaml b/conda/recipes/libcuml/conda_build_config.yaml index b34819d689..4c6ac626af 100644 --- a/conda/recipes/libcuml/conda_build_config.yaml +++ b/conda/recipes/libcuml/conda_build_config.yaml @@ -17,7 +17,7 @@ treelite_version: - "=3.2.0" gtest_version: - - "=1.10.0" + - ">=1.13.0" # The CTK libraries below are missing from the conda-forge::cudatoolkit # package. The "*_host_*" version specifiers correspond to `11.8` packages and the From 8cf061413a5c5426dd905d2524fd5d5ca13b0a01 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 9 May 2023 10:57:53 -0500 Subject: [PATCH 2/3] Update gtest pinnings to >=1.13.0. --- conda/recipes/libcuml/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcuml/conda_build_config.yaml b/conda/recipes/libcuml/conda_build_config.yaml index b34819d689..4c6ac626af 100644 --- a/conda/recipes/libcuml/conda_build_config.yaml +++ b/conda/recipes/libcuml/conda_build_config.yaml @@ -17,7 +17,7 @@ treelite_version: - "=3.2.0" gtest_version: - - "=1.10.0" + - ">=1.13.0" # The CTK libraries below are missing from the conda-forge::cudatoolkit # package. The "*_host_*" version specifiers correspond to `11.8` packages and the From 5b198fba6cfb9d4182e30a423d1b844e9b8daf93 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 9 May 2023 14:02:18 -0500 Subject: [PATCH 3/3] Add pinning to gmock. --- conda/recipes/libcuml/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcuml/meta.yaml b/conda/recipes/libcuml/meta.yaml index 34be56c17d..377f7e06f4 100644 --- a/conda/recipes/libcuml/meta.yaml +++ b/conda/recipes/libcuml/meta.yaml @@ -41,7 +41,7 @@ requirements: host: - cudatoolkit ={{ cuda_version }} - cudf ={{ minor_version }} - - gmock + - gmock {{ gtest_version }} - gtest {{ gtest_version }} - lapack - libcublas {{ libcublas_host_version }}