File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11class Enzyme < Formula
22 desc "High-performance automatic differentiation of LLVM"
33 homepage "https://enzyme.mit.edu"
4- url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.173 .tar.gz"
5- sha256 "b8477fb5bead9e9ece76d450ebd0afee99914235c6e1a6ef8c05bf288e3c0478 "
4+ url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.174 .tar.gz"
5+ sha256 "8d7d7ba8974b272ebd7360fa9385de24d2be6cc3f3d60078b4347c78eec3d06c "
66 license "Apache-2.0" => { with : "LLVM-exception" }
7- revision 1
87 head "https://github.com/EnzymeAD/Enzyme.git" , branch : "main"
98
109 bottle do
@@ -18,7 +17,7 @@ class Enzyme < Formula
1817 end
1918
2019 depends_on "cmake" => :build
21- depends_on "llvm"
20+ depends_on "llvm@19 "
2221
2322 def llvm
2423 deps . map ( &:to_formula ) . find { |f | f . name . match? ( /^llvm(@\d +)?$/ ) }
You can’t perform that action at this time.
0 commit comments