From af4470d52dc37511558a5c8729edd11623d8969c Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 2 Oct 2024 19:47:02 +0000 Subject: [PATCH] fix libxml2 version to avoid bug in libhwloc --- conda/environments/all_cuda-125_arch-x86_64.yaml | 2 +- conda/environments/ci_cuda-125_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 627bc5e64..1e672e8b0 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -35,7 +35,7 @@ dependencies: - libgrpc=1.62.2 - libhwloc=2.9.2 - librmm=24.10 -- libxml2>=2.12.6,<3 +- libxml2=2.11.6 - llvmdev=16 - ninja=1.11 - nlohmann_json=3.11 diff --git a/conda/environments/ci_cuda-125_arch-x86_64.yaml b/conda/environments/ci_cuda-125_arch-x86_64.yaml index da471b1ce..78cf2d601 100644 --- a/conda/environments/ci_cuda-125_arch-x86_64.yaml +++ b/conda/environments/ci_cuda-125_arch-x86_64.yaml @@ -26,7 +26,7 @@ dependencies: - libgrpc=1.62.2 - libhwloc=2.9.2 - librmm=24.10 -- libxml2>=2.12.6,<3 +- libxml2=2.11.6 - ninja=1.11 - nlohmann_json=3.11 - numactl=2.0.18 diff --git a/dependencies.yaml b/dependencies.yaml index 338130cf7..30de9f1cc 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -61,7 +61,7 @@ dependencies: - libgrpc=1.62.2 - libhwloc=2.9.2 - librmm=24.10 - - libxml2>=2.12.6,<3 + - libxml2=2.11.6 - ninja=1.11 - nlohmann_json=3.11 - numactl=2.0.18