Closed John-Boik closed 1 month ago
The problem seems to be that a commit yesterday changed CongfigWidth
to revConfigWidth
in DiffEqBaseEnzymeExt.jl. Reverting this change fixes the compile problem.
The versions that allowed Enzyme v0.12 with the v0.13 compatability changes have been yanked, that should make this error go away.
I'm not sure if this is an issue for DiffEqBase or for some other package that is calling DiffEqBase/ext/DiffEqBaseEnzymeExt.jl, but on a new install of Julia 1.10.5, DiffEqBase does not appear to compile. Trying to install the package results in the error message:
The error occurs in DeffEqBaseEnzymeExt.jl in the first function:
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()