Skip to content
Closed

mlx 0.31.2 #278764

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/m/mlx.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Mlx < Formula
include Language::Python::Virtualenv

desc "Array framework for Apple silicon"
homepage "https://ml-explore.github.io/mlx/build/html/index.html"
url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.31.1.tar.gz"
sha256 "37e2a585a2bb28bcd3432af1c45d5c1ba8d560704ae285c3f9fd22a041e37004"
url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.31.2.tar.gz"
sha256 "bdb9b619f80962dd00c0bffb65e59c53f565c2b550f189a1467f8bc6089401ab"
license all_of: [
"MIT", # main license
"Apache-2.0", # metal-cpp resource
Expand Down Expand Up @@ -79,7 +79,7 @@
system python3, "-m", "pip", "install", *std_pip_args, "."
end

test do

Check failure on line 82 in Formula/m/mlx.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose mlx` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:67:in '<main>'

Check failure on line 82 in Formula/m/mlx.rb

View workflow job for this annotation

GitHub Actions / macOS 26-arm64

`brew test --verbose mlx` failed on macOS Tahoe (26) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:67:in '<main>'
(testpath/"test.cpp").write <<~CPP
#include <cassert>

Expand Down
Loading