-
Notifications
You must be signed in to change notification settings - Fork 310
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
Cannot fetch "cugraph-ops" when build form source #3722
Comments
cugraph-ops is a closed-source repo. You have uncovered a bug in our build process that we do need to address. |
Hi @TaoShCh , our build scripts will attempt to download the sources and build cugraph-ops from source if the correct version was not found in the build environment. Do you have cugraph-ops installed in your build environment? If you're using |
I just hit this issue when following source_build.md's Build and Install the C++/CUDA libcugraph Library. Env:
git clone git@github.com:rapidsai/cugraph.git
mkdir cugraph/cpp/build
cd cugraph/cpp/build
cmake ..
Can the docs include |
Yes I think that's a good idea. I have the doc updates in this PR, but I'm going to put the updates to the cmake files in a separate PR for now while I look into the best way to output the message. Here's the issue for that. |
…requisite (#3893) closes #3722 Updates the source build docs to include `libcugraphops` as a build prerequisite. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #3893
Version
23.08
Which installation method(s) does this occur on?
No response
Describe the bug.
I am trying to build cugraph from source code, when execute
error occurred:
and I found this repository unreachable. Is this path incorrect or do you set "cugraph-ops" private?
Thanks!
Minimum reproducible example
No response
Relevant log output
No response
Environment details
No response
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: