You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
if ((notcoq_proj_pathisNone) andnotopam_pin_package(coq_proj, coq_proj_path, coq_serapi, coq_serapi_pin, compiler)):
before it tries to strace the opam reinstall ... coq_pkg of the coq pkg in question. Is the opam pin really necessary before? How can we remove that depedency? Would it work if the package was built with make clean -C ...?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that PyCoq does:
before it tries to strace the
opam reinstall ... coq_pkg
of the coq pkg in question. Is the opam pin really necessary before? How can we remove that depedency? Would it work if the package was built withmake clean -C ...
?The text was updated successfully, but these errors were encountered: