rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
766 stars 194 forks source link

[FEA] conan support please #2396

Open simshi opened 3 months ago

simshi commented 3 months ago

Is your feature request related to a problem? Please describe. I'm using RAFT by rapids.cmake, while errors occur sometime related to cmake, it's hard to debug, usually I need to remove all build folder to restart again, a waste of time.

Describe the solution you'd like don't do complicated dependency management in cmake, hope RAFT can support conan (https://docs.conan.io/2/) or other similar tools.

Describe alternatives you've considered

Additional context

jakirkham commented 2 months ago

Have you tried Conda?

For example here is how RAFT could be installed with Conda. Feel free to tweak that selector to match what you are looking for