diff --git a/Formula/catboost-cli.rb b/Formula/catboost-cli.rb index ef0738f..8617139 100644 --- a/Formula/catboost-cli.rb +++ b/Formula/catboost-cli.rb @@ -2,8 +2,8 @@ class CatboostCli < Formula desc "Fast, scalable, high performance Gradient Boosting on Decision Trees cli tool" homepage "https://catboost.ai" url "https://github.com/catboost/catboost.git", - tag: "v1.2.3", - revision: "fe0941b208f9c392ce788c314463b6816d335c6a" + tag: "v1.2.5", + revision: "2605fe627ed4271aa8a87ff3564fb68de5f116f0" license "Apache-2.0" head "https://github.com/catboost/catboost.git", branch: "master" @@ -17,9 +17,10 @@ class CatboostCli < Formula depends_on "cmake" => :build depends_on "conan@1" => :build + depends_on "llvm@17" => :build # Latest version supported by conan@1 depends_on "ninja" => :build - uses_from_macos "llvm" => :build + # uses_from_macos "llvm" => :build resource "testdata" do url "https://github.com/catboost/tutorials.git",