Jack-H-Buckner / UniversalDiffEq.jl

Universal differential equations for ecologists
MIT License
6 stars 1 forks source link

FFMPEG fails to compile when installing UniversalDiffEq into clean environment #116

Open 19fitzna opened 1 month ago

19fitzna commented 1 month ago

I am now aware of 3 different instances where the package fails to compile when installed into a clean Julia environment due to FFMPEG failing to compile (FFMPEG is a dependency for Plots.jl). This can be fixed by installing LLVM and FFMPEG in that order before adding UniversalDiffEq to Julia, but we should see if we can come up with a better solution.