Skip to content

Commit

Permalink
catboost-cli(formula): 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed May 7, 2024
1 parent 026ea73 commit 7948f77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/catboost-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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",
Expand Down

0 comments on commit 7948f77

Please sign in to comment.