Skip to content

Commit

Permalink
Use gtest version from conda_build_config.yaml. (#66)
Browse files Browse the repository at this point in the history
This PR adds appropriate pinnings for `gtest` and `gmock` in `libucxx-tests`.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Ray Douglass (https://github.com/raydouglass)

URL: #66
  • Loading branch information
bdice authored Jul 26, 2023
1 parent c91d9e6 commit 0e3c8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion conda/recipes/ucxx/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ python:
ucx:
- 1.14.0

gtest_version:
gmock:
- ">=1.13.0"

gtest:
- ">=1.13.0"
2 changes: 1 addition & 1 deletion conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requirements:
- ucx
- python
- librmm =23.08
- gtest {{ gtest_version }}
- gtest

outputs:
- name: libucxx
Expand Down

0 comments on commit 0e3c8aa

Please sign in to comment.