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
683 stars 180 forks source link

Migrate to `{{ stdlib("c") }}` #2278

Closed hcho3 closed 2 months ago

hcho3 commented 2 months ago

The sysroot* syntax is getting phased out (conda-forge/conda-forge.github.io#2102). The recommendation is to move to {{ stdlib("c") }}.

Ref https://github.com/rapidsai/build-planning/issues/39

jakirkham commented 2 months ago

/merge