Skip to content

Commit

Permalink
Upgrade enzyme to refs/tags/v0.0.19 (JuliaPackaging#3658)
Browse files Browse the repository at this point in the history
Co-authored-by: wsmoses <[email protected]>
  • Loading branch information
enzyme-ci-bot[bot] and wsmoses authored Sep 28, 2021
1 parent 71094ab commit ae7d107
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 @@ -6,11 +6,11 @@ include("../../fancy_toys.jl")
name = "Enzyme"
repo = "https://github.com/wsmoses/Enzyme.git"

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

# Collection of sources required to build attr
sources = [GitSource(repo, "9c10f97ec9ff19db404ec56e1aaa6b825dd87632")]
sources = [GitSource(repo, "cc89bab6a9872996af46332323b86283fca9d643")]

# Bash recipe for building across all platforms
script = raw"""
Expand Down

0 comments on commit ae7d107

Please sign in to comment.