-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update spdlog to 1.11 ( latest version ) #342
Update spdlog to 1.11 ( latest version ) #342
Conversation
Looks like a network hiccup is the reason for failure. |
/merge |
I tried building cugraph after merging this, just to make sure things are going to be okay. After merging (but without the changes to rmm in rapidsai/rmm#1177), I am seeing this when building locally within Output from configuring rmm:
Errors when building libcugraph:
|
This reverts commit 3d5c0a1.
This reverts commit 3d5c0a1 / PR #342. The update to `spdlog 1.11.0` was tested for `cuml` (and seemed fine) but broke builds for `cugraph` both locally and in CI: - https://github.com/rapidsai/cugraph/actions/runs/3980866464/jobs/6824225844 - #342 (comment) I am reverting that change until a diagnosis can be performed and solution can be found. See also this packaging change for rmm (not yet merged): rapidsai/rmm#1177 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #346
Description
RAPIDS is moving to the latest spdlog version to help minimize integration issues with the conda community
Checklist