From dd660a70616c3ae7aef2d62e314cb09b8f79966f Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 9 Oct 2023 12:31:48 -0700 Subject: [PATCH] Update libhwloc version to match that of dev_env --- ci/conda/recipes/libmrc/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/conda/recipes/libmrc/meta.yaml b/ci/conda/recipes/libmrc/meta.yaml index 6abbd7c19..d3a3fdb34 100644 --- a/ci/conda/recipes/libmrc/meta.yaml +++ b/ci/conda/recipes/libmrc/meta.yaml @@ -62,7 +62,7 @@ requirements: - libgrpc - gtest 1.13.* - libabseil - - libhwloc 2.5.* + - libhwloc 2.9.2 - libprotobuf - librmm {{ rapids_version }} - nlohmann_json 3.9.1 @@ -98,7 +98,7 @@ outputs: - glog - libgrpc - libabseil # Needed for transitive run_exports from libgrpc. Does not need a version - - libhwloc 2.5.* + - libhwloc 2.9.2 - libprotobuf # Needed for transitive run_exports from libgrpc. Does not need a version - librmm {{ rapids_version }} - nlohmann_json 3.9.*