From ae7d10752a1ee34e61f2f00d15077fa05e567aa8 Mon Sep 17 00:00:00 2001 From: "enzyme-ci-bot[bot]" <78882869+enzyme-ci-bot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 19:05:01 -0400 Subject: [PATCH] Upgrade enzyme to refs/tags/v0.0.19 (#3658) Co-authored-by: wsmoses --- E/Enzyme/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/E/Enzyme/build_tarballs.jl b/E/Enzyme/build_tarballs.jl index 44e3b92b520..766e2ab8d88 100644 --- a/E/Enzyme/build_tarballs.jl +++ b/E/Enzyme/build_tarballs.jl @@ -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"""