JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
625 stars 268 forks source link

When dev'ing a cloned repository Pkg.build is not triggered #4068

Open mohamed-barakat opened 5 days ago

mohamed-barakat commented 5 days ago

When Pkg.develop downloads the package

$ julia -e 'using Pkg; Pkg.develop("CapAndHomalg");';

Pkg.build is successfully invoked, while when dev'ing the cloned repository Pkg.build is not triggered

$ git clone https://github.com/homalg-project/CapAndHomalg.jl .julia/dev/CapAndHomalg
$ julia -e 'using Pkg; Pkg.develop("CapAndHomalg");';
mohamed-barakat commented 5 days ago

Maybe the reason is here: https://github.com/JuliaLang/Pkg.jl/issues/862.

See also