[QST]: How to get all the headers to compile a c++ program using libcugraph? #4902
Open
2 tasks done
Labels
question
Further information is requested
What is your question?
I'm trying to to build a sample c++ program that uses
#include <cugraph/algorithms.hpp>
to invokecugraph::sssp
.If I do
pip install cugraph
, I see that a copy of libcugraph.so is shipped insite-packages/cugraph
, however, it appears all the headers are missing.I tried to hunt down all the headers, but it just keeps ballooning. So far I've copied headers from:
https://github.com/rapidsai/cugraph/tree/v24.06.01/cpp/include
https://github.com/rapidsai/raft/tree/v24.06.00/cpp/include
https://github.com/rapidsai/rmm/tree/v24.06.00/include
But now gcc is complaining about spdlog, fmt, and others. Apologies if this is the wrong place to ask, but what's the recommended/easiest way to get all the cugraph headers so I can compile a c++ program?
I'm willing to update the docs here with more info on how to build cpp programs: https://github.com/rapidsai/cugraph/blob/branch-22.12/cpp/docs/DEVELOPER_GUIDE.md
Code of Conduct
The text was updated successfully, but these errors were encountered: