Skip to content

Commit 97ebe81

Browse files
committed
xlearn: deprecate on macOS
1 parent 758ce9e commit 97ebe81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/x/xlearn.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ class Xlearn < Formula
2020
depends_on "cmake" => :build
2121
depends_on arch: :x86_64 # https://github.com/aksnzhy/xlearn/issues/354
2222

23+
on_macos do
24+
# Can be undeprecated if upstream decides to support arm64 macOS
25+
# https://docs.brew.sh/Support-Tiers#future-macos-support
26+
deprecate! date: "2025-09-25", because: :unsupported
27+
disable! date: "2026-09-25", because: :unsupported
28+
end
29+
2330
def install
2431
inreplace "CMakeLists.txt", "set(CMAKE_INSTALL_PREFIX \"xLearn\")", ""
2532

0 commit comments

Comments
 (0)