Skip to content

Commit

Permalink
Upgrade enzyme to refs/tags/v0.0.140 (#9161)
Browse files Browse the repository at this point in the history
Co-authored-by: wsmoses <1260124+wsmoses@users.noreply.github.com>
  • Loading branch information
enzyme-ci-bot[bot] and wsmoses authored Jul 28, 2024
1 parent c44697f commit d41d734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions E/Enzyme/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ include(joinpath(YGGDRASIL_DIR, "platforms", "llvm.jl"))
name = "Enzyme"
repo = "https://github.com/EnzymeAD/Enzyme.git"

auto_version = "refs/tags/v0.0.139"
auto_version = "refs/tags/v0.0.140"
version = VersionNumber(split(auto_version, "/")[end])

llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2", v"15.0.7", v"16.0.6", v"17.0.6"]

# Collection of sources required to build attr
sources = [
GitSource(repo, "f62c3427f80f05a135b218f083b5204a094564b2"),
GitSource(repo, "2e9f04fd8df59568926d68d93a08e11f28881c9f"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f"),
]
Expand Down

0 comments on commit d41d734

Please sign in to comment.