We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6d2100 + 97ebe81 commit 8321398Copy full SHA for 8321398
Formula/x/xlearn.rb
@@ -20,6 +20,13 @@ class Xlearn < Formula
20
depends_on "cmake" => :build
21
depends_on arch: :x86_64 # https://github.com/aksnzhy/xlearn/issues/354
22
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
+
30
def install
31
inreplace "CMakeLists.txt", "set(CMAKE_INSTALL_PREFIX \"xLearn\")", ""
32
0 commit comments