-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Adds option to build.sh to build without cugraphops, updates docs #2904
[BUG] Adds option to build.sh to build without cugraphops, updates docs #2904
Conversation
…2-cugraphops_options
I added the "do not merge" label since I'm seeing errors with a local build using this option without
line 631 in that file is:
|
…2-cugraphops_options
…rlratzel/cugraph into branch-22.12-cugraphops_options
…rlratzel/cugraph into branch-22.12-cugraphops_options
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #2904 +/- ##
===============================================
Coverage ? 60.72%
===============================================
Files ? 122
Lines ? 6880
Branches ? 0
===============================================
Hits ? 4178
Misses ? 2702
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…-ops, updated build.sh to pass option to disable cugraph-ops.
…2-cugraphops_options
…2-cugraphops_options
rerun tests |
@gpucibot merge |
closes #2902
closes #2892
Allows from-source users to build without
cugraphops
. This will disable the sampling algos that depend on cugraphops, but otherwise cugraph builds normally.Tested by removing
libcugraphops
from my environment, ensured the build error described in #2892 was seen, built again with the new option and observed the build succeed.