Skip to content

Commit

Permalink
revert libxml2 version to 2.11.6 to avoid hwloc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Sep 9, 2024
1 parent d4d6ba2 commit ae0a9a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- libgrpc=1.62.2
- libhwloc=2.9.2
- librmm=24.06
- libxml2>=2.12.6,<3
- libxml2=2.11.6
- llvmdev=16
- ninja=1.11
- nlohmann_json=3.11
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/ci_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- libgrpc=1.62.2
- libhwloc=2.9.2
- librmm=24.06
- libxml2>=2.12.6,<3
- libxml2=2.11.6
- ninja=1.11
- nlohmann_json=3.11
- numactl=2.0.18
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
- libgrpc=1.62.2
- libhwloc=2.9.2
- librmm=24.06
- libxml2>=2.12.6,<3
- libxml2=2.11.6 # 2.12 has a bug preventing round-trip serialization in hwloc
- ninja=1.11
- nlohmann_json=3.11
- numactl=2.0.18
Expand Down

0 comments on commit ae0a9a0

Please sign in to comment.