Skip to content

Commit

Permalink
add gcovr and doxygen to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 4, 2023
1 parent 3ac34b3 commit 9849ecc
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -25,7 +25,9 @@ dependencies:
- cuda-tools=11.8
- cuda-version=11.8
- cxx-compiler
- doxygen=1.9.2
- flake8
- gcovr=5.0
- gdb
- glog=0.6
- gtest=1.13
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/ci_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dependencies:
- cuda-tools=11.8
- cuda-version=11.8
- cxx-compiler
- doxygen=1.9.2
- flake8
- gcovr=5.0
- glog=0.6
- gtest=1.13
- gxx=11.2
Expand Down
9 changes: 9 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ files:
- benchmarking
- ci
- examples
- documentation
- cudatoolkit

ci:
Expand All @@ -26,6 +27,7 @@ files:
- testing
- benchmarking
- ci
- documentation
- cudatoolkit

channels:
Expand Down Expand Up @@ -102,6 +104,7 @@ dependencies:
- output_types: [conda]
packages:
- codecov=2.1
- gcovr=5.0
- pre-commit

examples:
Expand All @@ -110,6 +113,12 @@ dependencies:
packages:
- numpy>=1.21

documentation:
common:
- output_types: [conda]
packages:
- doxygen=1.9.2

cudatoolkit:
specific:
- output_types: [conda]
Expand Down

0 comments on commit 9849ecc

Please sign in to comment.