Skip to content

Commit

Permalink
Upgrade enzyme to refs/tags/v0.0.96 (#7732)
Browse files Browse the repository at this point in the history
* Upgrade enzyme to refs/tags/v0.0.96

* Update E/Enzyme/build_tarballs.jl

---------

Co-authored-by: wsmoses <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent ae1781e commit 246d959
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.95"
auto_version = "refs/tags/v0.0.96"
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"]

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

0 comments on commit 246d959

Please sign in to comment.