remove all remaining uses of cugraph-ops#4784
remove all remaining uses of cugraph-ops#4784rapids-bot[bot] merged 10 commits intorapidsai:branch-25.02from jameslamb:remove-more-cugraph-ops
Conversation
|
Hopefully rapidsai/devcontainers#423 will fix the devcontainer CI jobs here. |
| test_cpp: | ||
| - '**' | ||
| - '!.devcontainers/**' | ||
| - '!.devcontainer/**' |
There was a problem hiding this comment.
This is unrelated to cugraph-ops, but just slipping it in here because it's not worth a full CI run on its own.
This repo doesn't have a .devcontainers/ directory... it's called .devcontainer/.
|
It looks to me like the That's coming from here: Lines 56 to 61 in 1f1cace @alexbarghi-nv @acostadon can you help with this? |
WholeGraph docs are supposed to move to the docs repo, not |
Sure, works for me. I just pushed c1f4e56 doing that. |
This comment was marked as resolved.
This comment was marked as resolved.
|
Thanks everyone! There's just 1 test job left, so I'm going to queue this for auto-merge. |
|
/merge |
This repo should no longer need any build-time dependencies on cloning the
cugraph-opssource code or pulling in its packages, as of these PRs:This PR proposes the following:
cugraph-opsrepocugraph-opsALLOW_CLONE_CUGRAPH_OPSCUGRAPH_EXCLUDE_CUGRAPH_OPS_FROM_ALLCUGRAPH_USE_CUGRAPH_OPS_STATICUSE_CUGRAPH_OPSpylibcugraphops/libcugraphopsin development scripts, conda recipescugraph-opsdocs, and references to them in other docscpp/src/utilities/cugraph_ops_utils.hppcugraph_opspytest markerNotes for Reviewers
Benefits of these changes
libcugraphwheel packages (https://github.com/rapidsai/rapids-wheels-planning/issues/53)How I identified these changes
Why is this so big?
I'd originally wanted to leave the docs-building stuff in place, but saw
docs-buildCI here failing because docs haven't been built from thecugraph-opsrepo yet:cugraph/build.sh
Lines 334 to 341 in c5d3d23
Talked offline with @acostadon and @ChuckHastings , and we agreed that those docs could just be removed here.
What is intentionally being left?
cugraph-opsis vendored here)cugraph-dgl,cugraph-pyg,pylibwholegraph), as those do still rely oncugraph-ops(their docs will eventually move out of this repo)