diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index ef92a9ad80f..b71101e7e3b 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -30,6 +30,8 @@ dependencies: - fmt>=9.1.0,<10 - fsspec>=0.6.0 - gcc_linux-64=11.* +- gmock==1.10.0.* +- gtest==1.10.0.* - hypothesis - ipython - libarrow==10.0.1.* diff --git a/conda/recipes/libcudf/meta.yaml b/conda/recipes/libcudf/meta.yaml index b31ff37d23b..6aea6936db1 100644 --- a/conda/recipes/libcudf/meta.yaml +++ b/conda/recipes/libcudf/meta.yaml @@ -51,6 +51,8 @@ requirements: - librdkafka {{ librdkafka_version }} - fmt {{ fmt_version }} - spdlog {{ spdlog_version }} + - gtest {{ gtest_version }} + - gmock {{ gtest_version }} outputs: - name: libcudf @@ -71,6 +73,8 @@ outputs: - librmm ={{ minor_version }} - libarrow {{ libarrow_version }} - dlpack {{ dlpack_version }} + - gtest {{ gtest_version }} + - gmock {{ gtest_version }} test: commands: - test -f $PREFIX/lib/libcudf.so @@ -379,8 +383,6 @@ outputs: - {{ pin_subpackage('libcudf', exact=True) }} - {{ pin_subpackage('libcudf_kafka', exact=True) }} - cudatoolkit {{ cuda_spec }} - - gtest {{ gtest_version }} - - gmock {{ gtest_version }} about: home: https://rapids.ai/ license: Apache-2.0 diff --git a/dependencies.yaml b/dependencies.yaml index e3fe3bbda0d..12a6d1b370e 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -212,11 +212,13 @@ dependencies: - output_types: conda packages: - fmt>=9.1.0,<10 - - librdkafka=1.7.0 - - spdlog>=1.11.0,<1.12 + - >est gtest==1.10.0.* + - &gmock gmock==1.10.0.* # Hard pin the patch version used during the build. This must be kept # in sync with the version pinned in get_arrow.cmake. - libarrow==10.0.1.* + - librdkafka=1.7.0 + - spdlog>=1.11.0,<1.12 build_wheels: common: - output_types: pyproject @@ -405,6 +407,11 @@ dependencies: - *cudf - cudf_kafka==23.4.* test_cpp: + common: + - output_types: conda + packages: + - *gtest + - *gmock specific: - output_types: conda matrices: