fix library name in docs ('cuvs' not 'pycuvs')#193
Conversation
| | Python | C++ | C | | ||
| |--------|-----|---| | ||
| | `pycuvs`| `libcuvs` | `libcuvs_c` | | ||
| | `cuvs`| `libcuvs` | `libcuvs_c` | |
There was a problem hiding this comment.
I don't think there is a libcuvs_c package, but there is a libcuvs-static: https://github.com/rapidsai/cuvs/blob/branch-24.08/conda/recipes/libcuvs/meta.yaml#L18
There was a problem hiding this comment.
There is a libcuvs_c shared library, with a C API over libcuvs:
But you're right, it doesn't appear there's a conda package being distributed under that name.
I just pushed a commit updating the relevant docs, but maybe we should get another review from @benfred or @cjnolet to be sure the docs are representing these packages the way they'd like.
There was a problem hiding this comment.
I don't think there would be much point of a libcuvs_c, since it just contains the C-API that requires lubcuvs, so this change makes sense to me. Would like confirmation from @benfred that I'm not misremembering something.
|
/merge |
The Python library is distributed as conda package
cuvs, but the installation docs saypycuvs. This fixes that.Looked for other uses like this:
Didn't find any.