rapidsai / xgboost-conda

Conda recipes for xgboost
12 stars 22 forks source link

Deduplicating `librmm` dependency #39

Closed jakirkham closed 1 year ago

jakirkham commented 2 years ago

Currently librmm shows up in build in some cases (even though that is intended for CLIs used during the build like compilers, make, etc.). It also shows up in run even though librmm is a header only library. Wondering if we can drop some of these other uses of librmm and simply include it in host when needed (or if I'm missing something about these other usages)

xref: https://github.com/rapidsai/xgboost-conda/pull/18

jakirkham commented 1 year ago

This is resolved in the new recipe: https://github.com/rapidsai/xgboost-feedstock