|
1 | 1 | class Enzyme < Formula |
2 | 2 | desc "High-performance automatic differentiation of LLVM" |
3 | 3 | homepage "https://enzyme.mit.edu" |
4 | | - url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.172.tar.gz" |
5 | | - sha256 "688200164787d543641cb446cff20f6a8e8b5c92bb7032ebe7f867efa67ceafb" |
| 4 | + url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.173.tar.gz" |
| 5 | + sha256 "b8477fb5bead9e9ece76d450ebd0afee99914235c6e1a6ef8c05bf288e3c0478" |
6 | 6 | license "Apache-2.0" => { with: "LLVM-exception" } |
7 | 7 | head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "1986ae04d4b99170b2ba189b6e6f432d75432f34ef5bccc5d482d1ce259a9559" |
11 | | - sha256 cellar: :any, arm64_sonoma: "cfddb6a4d52aa83bfa4b362b5923de91a322d423c0b227d1eddd72964c5efb69" |
12 | | - sha256 cellar: :any, arm64_ventura: "234b2e110d31c982699e867b697723820ec96c71dc2fe3f57da35893a348e2cf" |
13 | | - sha256 cellar: :any, sonoma: "ec57ea612c564601bad3ad4fb3f1b2e1499b162f2f391c6d9dd6e36ae371b03d" |
14 | | - sha256 cellar: :any, ventura: "b578a2c3be0635e0f82b5946edb04c56d97a725d7c8ae46b94abb6907ccf93aa" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "08eaf58fb8a7ee08775dfd9a8b005a88e01cf2cf5f2285c05ff7ab0065369de8" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "16aaedc0b87dc2b61e23b424e0a8c1f3bf02102a93d10f6e62dfc0334d68c33d" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "05365c4c5bbd1a90b3bb44a6f0375f10b1ee5a9a52d5186f9961871a02d92a1c" |
| 12 | + sha256 cellar: :any, arm64_ventura: "493009e564bb65f6c1c8cc40d70489d807a0e4bb3429b61eb94b1f54a2eb2986" |
| 13 | + sha256 cellar: :any, sonoma: "8437883e004eaf34d537cfa0987a90eddc298f766f082077741ee7169071e875" |
| 14 | + sha256 cellar: :any, ventura: "f20e7ae7234785397eaa6f65224f774d14a6267380ccb603f4a13c64573153e2" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f52aa39f8ae9d3d0247251d5ffc6700fd227c3c33ab84fb9d7226006b4cadeb" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build |
|
0 commit comments