-
Notifications
You must be signed in to change notification settings - Fork 304
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
Build issues with latest cuGraph main #4554
Comments
@seunghwak - Looks like PR #4443 introduced a compilation error with NO_CUGRAPH_OPS. The definition of @sg0 - as a workaround, since the line before this is a |
I tried with the suggested modification, but the build still fails.
|
We believe these errors are due to your build environment. Our build documentation is out-of-date. All of RAPIDS now requires gcc 11.4 or greater, and nvcc 11.8 or greater. We are using compiler features that are not supported in the older compilers. I have created #4564 to address the documentation issue. |
Closes #4554, user bug found building cugraph 24.10 Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) URL: #4563
This got closed by the PR that fixed the bug that your test revealed. If you continue to have issues building from source after upgrading to a newer set of compilers (gcc 11.4+ and nvcc 11.8+), please open a new issue and we will investigate further. |
I am using 522055b and trying to build
libcugraph
on a cluster using instructions in README (https://github.com/rapidsai/cugraph/tree/main/cpp/tests) and encountering issues during configuration/build.My environment:
I tried to exclude
cugraphops
, then configuration passes, but fails during building.The text was updated successfully, but these errors were encountered: