Skip to content

Commit 4db80fe

Browse files
authored
Merge branch 'branch-24.12' into ucx-libraries
2 parents c75c34e + c261d7b commit 4db80fe

File tree

1 file changed

+21
-24
lines changed
  • features/src/rapids-build-utils/opt/rapids-build-utils

1 file changed

+21
-24
lines changed

features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,6 @@ repos:
187187
cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
188188
install: *rapids_build_backend_args
189189

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-
205190
- name: cugraph
206191
path: cugraph
207192
git: {<<: *git_defaults, repo: cugraph}
@@ -224,22 +209,34 @@ repos:
224209
sub_dir: python/cugraph
225210
depends: [cugraph]
226211
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}
236212
- name: cugraph-service-client
237213
sub_dir: python/cugraph-service/client
238214
args: {install: *rapids_build_backend_args}
239215
- name: cugraph-service-server
240216
sub_dir: python/cugraph-service/server
241217
args: {install: *rapids_build_backend_args}
242218

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+
243240
- name: nx-cugraph
244241
path: nx-cugraph
245242
git: {<<: *git_defaults, repo: nx-cugraph}

0 commit comments

Comments
 (0)