Skip to content

Commit

Permalink
add numactl to dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 15, 2023
1 parent 1ddcefa commit 723b3f4
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-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies:
- llvmdev=16
- ninja=1.10
- nlohmann_json=3.9
- numactl-libs-cos7-x86_64
- numpy>=1.21
- pkg-config=0.29
- pre-commit
Expand Down
1 change: 1 addition & 0 deletions conda/environments/ci_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- librmm=23.06
- ninja=1.10
- nlohmann_json=3.9
- numactl-libs-cos7-x86_64
- pkg-config=0.29
- pre-commit
- pybind11-stubgen=0.10
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies:
- librmm=23.06
- ninja=1.10
- nlohmann_json=3.9
- numactl-libs-cos7-x86_64
- pkg-config=0.29
- pybind11-stubgen=0.10
- python=3.10
Expand Down

0 comments on commit 723b3f4

Please sign in to comment.