Skip to content

Commit

Permalink
catboost-cli(formula): 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 7, 2024
1 parent b21f5f5 commit 681eaea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/catboost-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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.5",
revision: "2605fe627ed4271aa8a87ff3564fb68de5f116f0"
tag: "v1.2.7",
revision: "f903943a8cd903a117c3d3c8421cc72d3910562c"
license "Apache-2.0"
head "https://github.com/catboost/catboost.git", branch: "master"

Expand All @@ -37,6 +37,10 @@ class CatboostCli < Formula

uses_from_macos "llvm" => :build

on_linux do
depends_on "lld"
end

resource "testdata" do
url "https://github.com/catboost/tutorials.git",
branch: "master",
Expand Down

0 comments on commit 681eaea

Please sign in to comment.