Skip to content

Commit

Permalink
Add pkg-config which is needed by mrc's cmake scripts to discover dep…
Browse files Browse the repository at this point in the history
…s propperly
  • Loading branch information
dagardner-nv committed Jan 18, 2024
1 parent 6954460 commit 2c740ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- boost-cpp=1.82
- boto3
- breathe=4.34.0
- ccache>=3.7
- clangdev=16
- click >=8
- click>=8
Expand Down Expand Up @@ -71,6 +72,7 @@ dependencies:
- openai=0.28
- papermill=2.3.4
- pip
- pkg-config
- pluggy=1.0
- pre-commit
- protobuf=4.21.*
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/dev_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- benchmark=1.6.0
- boost-cpp=1.82
- breathe=4.34.0
- ccache>=3.7
- clangdev=16
- click >=8
- click>=8
Expand Down Expand Up @@ -56,6 +57,7 @@ dependencies:
- numpydoc=1.4
- nvtabular=23.06
- pip
- pkg-config
- pluggy=1.0
- pre-commit
- protobuf=4.21.*
Expand Down
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ dependencies:
- gxx_linux-64=11.2
- cmake=3.25
- boost-cpp=1.82
- ccache>=3.7
- cuda-nvcc
- cudf=23.06
- cxx-compiler
Expand All @@ -137,6 +138,7 @@ dependencies:
- librdkafka=1.9.2
- ninja=1.10
- nlohmann_json=3.9
- pkg-config # for mrc cmake
- protobuf=4.21.*
- pybind11-stubgen=0.10
- rapidjson=1.1.0
Expand Down

0 comments on commit 2c740ce

Please sign in to comment.