From d4d2b8f6e282176561555294df68a8a98bb78e29 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 23 May 2024 14:54:40 -0700 Subject: [PATCH] Update glog and libgrpc to be compat with rapids 24.06 --- conda/environments/all_cuda-121_arch-x86_64.yaml | 4 ++-- conda/environments/ci_cuda-121_arch-x86_64.yaml | 4 ++-- dependencies.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/environments/all_cuda-121_arch-x86_64.yaml b/conda/environments/all_cuda-121_arch-x86_64.yaml index 060681320..75af0e337 100644 --- a/conda/environments/all_cuda-121_arch-x86_64.yaml +++ b/conda/environments/all_cuda-121_arch-x86_64.yaml @@ -27,13 +27,13 @@ dependencies: - flake8 - gcovr=5.2 - gdb -- glog=0.6 +- glog=0.7 - gtest=1.14 - gxx=11.2 - include-what-you-use=0.20 - libclang-cpp=16 - libclang=16 -- libgrpc=1.59 +- libgrpc=1.62 - libhwloc=2.9.2 - librmm=24.06 - libxml2=2.11.6 diff --git a/conda/environments/ci_cuda-121_arch-x86_64.yaml b/conda/environments/ci_cuda-121_arch-x86_64.yaml index 3d1b04042..13345d27b 100644 --- a/conda/environments/ci_cuda-121_arch-x86_64.yaml +++ b/conda/environments/ci_cuda-121_arch-x86_64.yaml @@ -20,11 +20,11 @@ dependencies: - cxx-compiler - doxygen=1.9.2 - gcovr=5.2 -- glog=0.6 +- glog=0.7 - gtest=1.14 - gxx=11.2 - include-what-you-use=0.20 -- libgrpc=1.59 +- libgrpc=1.62 - libhwloc=2.9.2 - librmm=24.06 - libxml2=2.11.6 diff --git a/dependencies.yaml b/dependencies.yaml index f85ea2502..b952e92ab 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -55,10 +55,10 @@ dependencies: - cmake=3.27 - cuda-nvcc - cxx-compiler - - glog=0.6 + - glog=0.7 - gtest=1.14 - gxx=11.2 - - libgrpc=1.59 + - libgrpc=1.62 - libhwloc=2.9.2 - librmm=24.06 - libxml2=2.11.6 # 2.12 has a bug preventing round-trip serialization in hwloc