Skip to content

Commit

Permalink
catboostmodel-cpp: rename from catboost-model-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 7, 2024
1 parent bc18b7d commit fc90130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.add_clang_version_to_conan_settings(version)
end
end

class CatboostModelCpp < Formula
class CatboostmodelCpp < Formula
desc "Gradient Boosting on Decision Trees C++ Model Library"
homepage "https://catboost.ai"
url "https://github.com/catboost/catboost.git",
Expand Down
3 changes: 2 additions & 1 deletion formula_renames.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cppzmq": "cpp-zmq",
"catboost": "catboost-cli",
"catboost-model-cpp": "catboostmodel-cpp",
"wxmac": "wxwidgets"
}
}

0 comments on commit fc90130

Please sign in to comment.