Skip to content

Commit

Permalink
Use libgrpc=1.54 (#353)
Browse files Browse the repository at this point in the history
closes #352

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #353
  • Loading branch information
cwharris authored Jul 12, 2023
1 parent 544021f commit 7345aa6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ci/conda/environments/dev_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- glog=0.6
- gmock=1.13
- graphviz=3.0
- grpc-cpp=1.51
- libgrpc=1.54.0
- gtest=1.13
- gxx=11.2 # Specifies which versions of GXX and GCC to use
- isort
Expand Down
7 changes: 3 additions & 4 deletions ci/conda/recipes/libmrc/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ libabseil:
- 20230125.0
- 20230125.0

grpc_cpp:
- 1.51
libgrpc:
- 1.51
- 1.51
- 1.54

ucx:
- 1.13
Expand All @@ -64,7 +64,7 @@ zip_keys:
- python
- rapids_version
- libabseil
- grpc_cpp
- libgrpc
- ucx
- libprotobuf

Expand All @@ -79,7 +79,6 @@ gflags:
glog:
- 0.6


pin_run_as_build:
boost-cpp:
max_pin: x.x
8 changes: 4 additions & 4 deletions ci/conda/recipes/libmrc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ requirements:
- gflags
- glog
- gmock 1.13.*
- grpc-cpp
- libgrpc
- gtest 1.13.*
- libabseil
- libhwloc 2.5.*
Expand Down Expand Up @@ -96,10 +96,10 @@ outputs:
- boost-cpp
- cuda-cudart # Needed to allow pin_compatible to work
- glog
- grpc-cpp
- libabseil # Needed for transitive run_exports from grpc-cpp. Does not need a version
- libgrpc
- libabseil # Needed for transitive run_exports from libgrpc. Does not need a version
- libhwloc 2.5.*
- libprotobuf # Needed for transitive run_exports from grpc-cpp. Does not need a version
- libprotobuf # Needed for transitive run_exports from libgrpc. Does not need a version
- librmm {{ rapids_version }}
- nlohmann_json 3.9.*
- ucx
Expand Down

0 comments on commit 7345aa6

Please sign in to comment.