forked from nv-morpheus/MRC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.yaml
148 lines (133 loc) · 2.76 KB
/
dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
all:
output: conda
matrix:
cuda: ["11.8"]
arch: [x86_64]
includes:
- build
- checks
- developer_productivity
- code_style
- testing
- benchmarking
- ci
- examples
- documentation
- cudatoolkit
ci:
output: conda
matrix:
cuda: ["11.8"]
arch: [x86_64]
includes:
- build
- code_style
- testing
- benchmarking
- ci
- documentation
- cudatoolkit
checks:
output: none
includes:
- checks
channels:
- conda-forge
- rapidsai
- nvidia/label/cuda-11.8.0
- nvidia
- rapidsai-nightly
dependencies:
build:
common:
- output_types: [conda]
packages:
- boost-cpp=1.82
- ccache
- cmake=3.25
- cuda-nvcc
- cxx-compiler
- glog=0.6
- gtest=1.13
- gxx=11.2
- libgrpc=1.54.0
- libhwloc=2.9.2
- 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
- scikit-build>=0.17
- ucx=1.14
checks:
common:
- output_types: [conda]
packages:
- pre-commit
developer_productivity:
common:
- output_types: [conda]
packages:
- bash-completion
- clang-tools=16
- clang=16
- clangdev=16
- clangxx=16
- flake8
- gdb
- libclang-cpp=16
- libclang=16
- llvmdev=16
- yapf
code_style:
common:
- output_types: [conda]
packages:
- include-what-you-use=0.20
testing:
common:
- output_types: [conda]
packages:
- pytest
- pytest-timeout
- pytest-asyncio
benchmarking:
common:
- output_types: [conda]
packages:
- benchmark=1.6.0
ci:
common:
- output_types: [conda]
packages:
- codecov=2.1
- gcovr=5.0
- pre-commit
examples:
common:
- output_types: [conda]
packages:
- numpy>=1.21
documentation:
common:
- output_types: [conda]
packages:
- doxygen=1.9.2
- graphviz=3.0
cudatoolkit:
specific:
- output_types: [conda]
matrices:
- matrix:
cuda: "11.8"
packages:
- cuda-cudart-dev=11.8
- cuda-nvml-dev=11.8
- cuda-nvrtc-dev=11.8
- cuda-python=11.8.2
- cuda-tools=11.8
- cuda-version=11.8