Skip to content

Commit

Permalink
fix round-trip serialization bug in libxml2 which is used by libhwloc
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Jan 17, 2024
1 parent bd59c75 commit a9a1d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies:
- libgrpc=1.59
- libhwloc=2.9.2
- librmm=24.02
- libxml2=2.11.6
- llvmdev=16
- ninja=1.11
- nlohmann_json=3.9
Expand Down
1 change: 1 addition & 0 deletions conda/environments/ci_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies:
- libgrpc=1.59
- libhwloc=2.9.2
- librmm=24.02
- libxml2=2.11.6
- ninja=1.11
- nlohmann_json=3.9
- numactl-libs-cos7-x86_64
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dependencies:
- pybind11-stubgen=0.10
- scikit-build=0.17
- ucx=1.15
- libxml2=2.11.6 # pin to prevent libhwloc round-trip serialization bug

checks:
common:
Expand Down

0 comments on commit a9a1d7e

Please sign in to comment.