Skip to content

Commit

Permalink
fix libxml2 version to avoid bug in libhwloc
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Oct 2, 2024
1 parent feb9ceb commit af4470d
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 @@ -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
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 @@ -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
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.10
- libxml2>=2.12.6,<3
- libxml2=2.11.6
- ninja=1.11
- nlohmann_json=3.11
- numactl=2.0.18
Expand Down

0 comments on commit af4470d

Please sign in to comment.