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.
1 parent 436bced commit 9d3d509Copy full SHA for 9d3d509
Formula/e/enzyme.rb
@@ -1,10 +1,9 @@
1
class Enzyme < Formula
2
desc "High-performance automatic differentiation of LLVM"
3
homepage "https://enzyme.mit.edu"
4
- url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.173.tar.gz"
5
- sha256 "b8477fb5bead9e9ece76d450ebd0afee99914235c6e1a6ef8c05bf288e3c0478"
+ url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.174.tar.gz"
+ sha256 "8d7d7ba8974b272ebd7360fa9385de24d2be6cc3f3d60078b4347c78eec3d06c"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
- revision 1
8
head "https://github.com/EnzymeAD/Enzyme.git", branch: "main"
9
10
bottle do
0 commit comments