From d4308e517563651ec683c67e4dcc77749fc617b2 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Mon, 5 Feb 2024 17:41:20 -0600 Subject: [PATCH] Upgrade gRPC v1.59.1 -> v1.61.0 Change-Id: I8a3f13dd8f264e28474bd65e92ac53f87ab7db3f Signed-off-by: Galantsev, Dmitrii Depends-On: Icbb7b4a580894d78d8ef992befa26ce20fcf3309 [ROCm/rdc commit: f13a1fbea80bd593eb51b61e0918553fa13a59f2] --- projects/rdc/CMakeLists.txt | 2 +- projects/rdc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rdc/CMakeLists.txt b/projects/rdc/CMakeLists.txt index 675d1f8a92..7311daf845 100755 --- a/projects/rdc/CMakeLists.txt +++ b/projects/rdc/CMakeLists.txt @@ -97,7 +97,7 @@ set(COMMON_DIR "${CMAKE_CURRENT_SOURCE_DIR}/common") set(GRPC_ROOT_DEFAULT "/usr") set(GRPC_ROOT ${GRPC_ROOT_DEFAULT} CACHE STRING "GRPC installation directory.") -set(GRPC_DESIRED_VERSION 1.59.1 CACHE STRING "GRPC desired package version.") +set(GRPC_DESIRED_VERSION 1.61.0 CACHE STRING "GRPC desired package version.") set(RDC_SHARE_INSTALL_PREFIX "share/${RDC}" CACHE INTERNAL "Tests and Example install directory") set(CMAKE_INSTALL_PREFIX ${ROCM_DIR} CACHE STRING "Default installation directory.") diff --git a/projects/rdc/README.md b/projects/rdc/README.md index 9882271a98..7fd2798ab8 100644 --- a/projects/rdc/README.md +++ b/projects/rdc/README.md @@ -47,7 +47,7 @@ By default (without using CMAKE_INSTALL_PREFIX option), gRPC will install to /us It is highly recommended to install gRPC into a unique directory. Below example installs gRPC into /opt/grpc - git clone -b v1.59.1 https://github.com/grpc/grpc --depth=1 --shallow-submodules --recurse-submodules + git clone -b v1.61.0 https://github.com/grpc/grpc --depth=1 --shallow-submodules --recurse-submodules cd grpc export GRPC_ROOT=/opt/grpc cmake -B build \