Open ana-borges opened 3 years ago
Seems a duplicate of https://github.com/ocaml/opam-repository/issues/18836, has the same instructions, and coq-released
does not package Coq. This can probably be closed.
Hmm, I don't think there was a solution to the opam-repository issue, and we have lots of Coq packages here in core-dev
, so I think we should keep this open in case people run into it or there is a solution.
I think the problem was solved by https://github.com/ocaml/opam-repository/pull/19663 , so indeed we can update the opam files here in a similar fashion. This is not a problem anymore in coq.dev , that is to say, Coq master doesn't use that variable anymore.
If
COQ_USE_DUNE
is set, then the opam installation of coq will try to use dune and end up not installing anything.Steps to reproduce:
Cf. https://github.com/coq/coq/issues/14469 and the zulip discussion.