From aca7166631ca54c1b7fbf764d38840099994932e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:04:15 +0000 Subject: [PATCH] mlx 0.22.0 mlx: remove build patch Signed-off-by: Rui Chen --- Formula/m/mlx.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/m/mlx.rb b/Formula/m/mlx.rb index b902ae3ca780be..308d3f242c7a9a 100644 --- a/Formula/m/mlx.rb +++ b/Formula/m/mlx.rb @@ -3,23 +3,14 @@ class Mlx < Formula desc "Array framework for Apple silicon" homepage "https://github.com/ml-explore/mlx" + url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.22.0.tar.gz" + sha256 "c8c890f450a4c09704b2597c56e111fbd4eb2c75d66a9c8f1fb1096c3e2b2cbe" license all_of: [ "MIT", # main license "Apache-2.0", # metal-cpp resource ] head "https://github.com/ml-explore/mlx.git", branch: "main" - stable do - url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.21.1.tar.gz" - sha256 "1ce949256c343a4a9fb1e53cc15f537ad2faceccbb3ad314cd47a198b534bcac" - - # fix x86 tests, upstream pr ref, https://github.com/ml-explore/mlx/pull/1691 - patch do - url "https://github.com/ml-explore/mlx/commit/f3dfa36a3aa67dfc4488996bf7f218f976bef9aa.patch?full_index=1" - sha256 "5b798fa17ee6fccd4b031b99d8301f9fb434545f6e4ebbbd544376403c1a4c3d" - end - end - bottle do sha256 cellar: :any, arm64_sequoia: "575a6fdd16b8e35a74c193a8e34caace3c057e1dae8829bf8b3e5320f5c41e5a" sha256 cellar: :any, arm64_sonoma: "889879a0ab49703e93eb5ae95d973ae957b72ce7cbb4ec3ea924bd6e14dc2790"