Skip to content
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

Add option to build.sh to build without cugraph-ops, update docs with non-conda install instructions for cugraph-ops #2902

Closed
2 tasks
rlratzel opened this issue Nov 9, 2022 · 0 comments · Fixed by #2904
Assignees
Labels
improvement Improvement / enhancement to an existing function
Milestone

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Nov 9, 2022

This bug was filed because a user could not build cugraph without conda, since cugraph-ops could not be found. We should clearly document how to instrall cugraph-ops without conda, but we should also allow the cugraph build.sh to pass the relevant option to skip building with cugraph-ops to cmake.

  • Add option to pass -DUSE_CUGRAPH_OPS=OFF to cmake from build.sh
  • Add docs on how to install cugraph-ops without conda
@rlratzel rlratzel self-assigned this Nov 9, 2022
@rlratzel rlratzel added this to the 22.12 milestone Nov 9, 2022
@rlratzel rlratzel changed the title Add option to build.sh to build without cugraph-ops Add option to build.sh to build without cugraph-ops, update docs with non-conda install instructions for cugraph-ops Nov 9, 2022
@rlratzel rlratzel added the improvement Improvement / enhancement to an existing function label Nov 9, 2022
rapids-bot bot pushed a commit that referenced this issue Nov 15, 2022
)

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.

Authors:
  - Rick Ratzel (https://github.com/rlratzel)
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: #2904
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant