@@ -187,21 +187,6 @@ repos:
187
187
cmake : -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
188
188
install : *rapids_build_backend_args
189
189
190
- - name : wholegraph
191
- path : wholegraph
192
- git : {<<: *git_defaults, repo: wholegraph}
193
- cpp :
194
- - name : wholegraph
195
- sub_dir : cpp
196
- depends : [raft]
197
- args :
198
- cmake : -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
199
- python :
200
- - name : wholegraph
201
- sub_dir : python/pylibwholegraph
202
- depends : [wholegraph]
203
- args : {install: *rapids_build_backend_args}
204
-
205
190
- name : cugraph
206
191
path : cugraph
207
192
git : {<<: *git_defaults, repo: cugraph}
@@ -224,22 +209,34 @@ repos:
224
209
sub_dir : python/cugraph
225
210
depends : [cugraph]
226
211
args : {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args}
227
- - name : cugraph-dgl
228
- sub_dir : python/cugraph-dgl
229
- args : {install: *rapids_build_backend_args}
230
- - name : cugraph-equivariant
231
- sub_dir : python/cugraph-equivariant
232
- args : {install: *rapids_build_backend_args}
233
- - name : cugraph_pyg
234
- sub_dir : python/cugraph-pyg
235
- args : {install: *rapids_build_backend_args}
236
212
- name : cugraph-service-client
237
213
sub_dir : python/cugraph-service/client
238
214
args : {install: *rapids_build_backend_args}
239
215
- name : cugraph-service-server
240
216
sub_dir : python/cugraph-service/server
241
217
args : {install: *rapids_build_backend_args}
242
218
219
+ - name : cugraph-gnn
220
+ path : cugraph-gnn
221
+ git : {<<: *git_defaults, repo: cugraph-gnn}
222
+ cpp :
223
+ - name : wholegraph
224
+ sub_dir : cpp
225
+ depends : [raft]
226
+ args :
227
+ cmake : -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
228
+ python :
229
+ - name : wholegraph
230
+ sub_dir : python/pylibwholegraph
231
+ depends : [wholegraph]
232
+ args : {install: *rapids_build_backend_args}
233
+ - name : cugraph-dgl
234
+ sub_dir : python/cugraph-dgl
235
+ args : {install: *rapids_build_backend_args}
236
+ - name : cugraph_pyg
237
+ sub_dir : python/cugraph-pyg
238
+ args : {install: *rapids_build_backend_args}
239
+
243
240
- name : nx-cugraph
244
241
path : nx-cugraph
245
242
git : {<<: *git_defaults, repo: nx-cugraph}
0 commit comments