tarides / ocaml-platform-installer

The best way for developers to write software in OCaml
ISC License
60 stars 8 forks source link

Fail to recompile tools when ocaml (and its dependency) needs to be recompiled. #113

Closed panglesd closed 1 year ago

panglesd commented 1 year ago

When (for some reason) the ocaml package need to be recompiled, all of its dependency have also to be. However, since the repository they come from is disabled, they cannot be.

A solution to this would be to pin them with a path, instead of just installing them from the repo.

Julow commented 1 year ago

Could there be a way to tell Opam not to recompile ocaml ? It's certainly because a system dependency changed so it's not useful in this case.

panglesd commented 1 year ago

Fixed by #134.