Skip to content

Commit

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

* Update E/Enzyme/build_tarballs.jl

* Update build_tarballs.jl

---------

Co-authored-by: wsmoses <[email protected]>
Co-authored-by: Valentin Churavy <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
4 people authored Nov 3, 2023
1 parent 8b5bdb9 commit d0ee649
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.89"
auto_version = "refs/tags/v0.0.90"
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, "2eb4603eff7d0703ce09bfbe563faa5d1022881c"),
GitSource(repo, "dfb8b55b8c3bc069a6fe3e4a86190b749d0d2d8b"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f"),
]
Expand Down

0 comments on commit d0ee649

Please sign in to comment.