-
Notifications
You must be signed in to change notification settings - Fork 27
/
dependencies.yaml
152 lines (137 loc) · 2.79 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
149
150
151
152
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
all:
output: conda
matrix:
cuda: ["12.5"]
arch: [x86_64]
includes:
- build
- checks
- developer_productivity
- code_style
- testing
- benchmarking
- ci
- examples
- documentation
- python
- cudatoolkit
ci:
output: conda
matrix:
cuda: ["12.5"]
arch: [x86_64]
includes:
- build
- code_style
- testing
- benchmarking
- ci
- documentation
- python
- cudatoolkit
checks:
output: none
includes:
- checks
channels:
- conda-forge
- rapidsai
- rapidsai-nightly
- nvidia
dependencies:
build:
common:
- output_types: [conda]
packages:
- boost-cpp=1.84
- ccache
- cmake=3.27
- cuda-nvcc
- cxx-compiler
- glog>=0.7.1,<0.8
- gtest=1.14
- gxx=12.1
- libgrpc=1.62.2
- libhwloc=2.9.2
- librmm=24.10
- libxml2=2.11.6
- ninja=1.11
- nlohmann_json=3.11
- numactl=2.0.18
- pkg-config=0.29
- pybind11-stubgen=0.10
- scikit-build=0.17
- ucx=1.15
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-asyncio
- pytest-timeout
benchmarking:
common:
- output_types: [conda]
packages:
- benchmark=1.8.3
ci:
common:
- output_types: [conda]
packages:
- codecov=2.1
- gcovr=5.2
- pre-commit
examples:
common:
- output_types: [conda]
packages:
- numpy=1.24
documentation:
common:
- output_types: [conda]
packages:
- doxygen=1.9.2
- python-graphviz
python:
common:
- output_types: [conda]
packages:
- python=3.10
cudatoolkit:
specific:
- output_types: [conda]
matrices:
- matrix:
cuda: "12.5"
packages:
- cuda-cudart-dev=12.5
- cuda-nvml-dev=12.5
- cuda-nvrtc-dev=12.5
- cuda-version=12.5