Maybe add Bazel support? #3061
Replies: 1 comment
-
|
The source of truth for CatBoost build configuration is in Ya Make configuration files. But judging from the limited community interest so far (you are the first person requesting this in many years) and the nontrivial support cost I don't think it is worth it at the moment. If you need to integrate CatBoost build into your Bazel build maybe you can use something like rules-foreign-cc. We are also planning distributing CatBoost C/C++ libraries using Conan and/or vcpkg. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that Bazel is becoming a popular build tool. I think that Bazel is easier to support than CMake.
Are you potentially interested in using Bazel? I can help you with implementation.
Beta Was this translation helpful? Give feedback.
All reactions