Skip to content
Closed
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/e/enzyme.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Enzyme < Formula
desc "High-performance automatic differentiation of LLVM"
homepage "https://enzyme.mit.edu"
url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.228.tar.gz"
sha256 "64be2129a59de042d7bc4c14f85bfe2b41a7f5ec8cf3842539fd8bef54dd1e16"
url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.229.tar.gz"
sha256 "282c060f5446455a5fe26e938bfdcd4cca4b1ec3059022baeb0c7683e3441990"
license "Apache-2.0" => { with: "LLVM-exception" }
head "https://github.com/EnzymeAD/Enzyme.git", branch: "main"

Expand All @@ -22,7 +22,7 @@
deps.map(&:to_formula).find { |f| f.name.match?(/^llvm(@\d+)?$/) }
end

def install

Check failure on line 25 in Formula/e/enzyme.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle enzyme` failed on macOS Sonoma (14) on Apple Silicon!

::error::Failure while executing; `/usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/215e0b327150aaf76f2d515d59cecd461a29cefd6a9dc9ddfb84cd0b69239a41--Enzyme-0.0.229.tar.gz --directory /private/tmp/homebrew-unpack-20251209-7469-nik5lx` exited with 1. Here's the output:%0AEnzyme-0.0.229/enzyme/enzyme: Can't replace existing directory with non-directory%0Atar: Error exit delayed from previous errors.%0A

Check failure on line 25 in Formula/e/enzyme.rb

View workflow job for this annotation

GitHub Actions / macOS 26-arm64

`brew install --verbose --formula --build-bottle enzyme` failed on macOS Tahoe (26) on Apple Silicon!

::error::Failure while executing; `/usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/215e0b327150aaf76f2d515d59cecd461a29cefd6a9dc9ddfb84cd0b69239a41--Enzyme-0.0.229.tar.gz --directory /private/tmp/homebrew-unpack-20251209-7575-bree41` exited with 1. Here's the output:%0AEnzyme-0.0.229/enzyme/enzyme: Can't replace existing directory with non-directory: Directory not empty%0Atar: Error exit delayed from previous errors.%0A
system "cmake", "-S", "enzyme", "-B", "build", "-DLLVM_DIR=#{llvm.opt_lib}/cmake/llvm", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
Expand Down
Loading