Skip to content

Commit 67601cf

Browse files
gforsythbdice
andauthored
feat(cugraph-gnn): add libwholegraph Python build (#494)
xref: rapidsai/build-planning#33 xref: rapidsai/cugraph-gnn#182 Add `libwholegraph` wheels to the build manifest. Currently pointing at my fork in `cugraph-gnn` for testing. --------- Co-authored-by: Bradley Dice <[email protected]>
1 parent d1623dd commit 67601cf

File tree

1 file changed

+4
-0
lines changed
  • features/src/rapids-build-utils/opt/rapids-build-utils

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ repos:
211211
args:
212212
cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
213213
python:
214+
- name: libwholegraph
215+
sub_dir: python/libwholegraph
216+
depends: [wholegraph]
217+
args: {install: *rapids_build_backend_args}
214218
- name: pylibwholegraph
215219
sub_dir: python/pylibwholegraph
216220
depends: [wholegraph]

0 commit comments

Comments
 (0)