Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

why does PyCoq opam pin a package before doing the strace of an opam reinstall? #6

Open
brando90 opened this issue Dec 12, 2022 · 0 comments

Comments

@brando90
Copy link

I noticed that PyCoq does:

    if ((not coq_proj_path is None) and
            not opam_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 ...?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant