I just downloaded a Project.toml for a project I’m working on another computer. I went through Pkg.instantiate()
, Pkg.precompile()
and then started using
some packages. To my surprise, JuMP
was precompiled again. Is this expected? If so, why?
Thanks