-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current deps/cheerios for coq 8.12 really works? #92
Comments
For now this is what works, which is no different from what you tried had:
crossing fingers it works and there is no name space confusion due to |
my request for verdi coq 8.12, though I doubt it will work: uwplse/verdi#138 |
either what you did did work for you or the other solutions:
|
coq-cheerios and cheerios-runtime aren't different names for the same package, they are two different packages. coq-cheerios depends on cheerios-runtime to work. Your original opam command installed cheerios-runtime, but failed to install coq-cheerios. I never built Cheerios for Coq 8.12, in the Proverbot install it uses Coq 8.10. There's a Coq 8.10 compatible commit here: uwplse/cheerios@f0c7659 |
Hi Alex! @HazardousPeach You have this line in your install coqgym deps: proverbot9001/install_coqgym_deps.sh Line 89 in ccb49c5
and this one proverbot9001/install_coqgym_deps.sh Line 90 in ccb49c5
they come after activating coq 8.12 switch proverbot9001/install_coqgym_deps.sh Line 69 in ccb49c5
which made me think and try to install a stable version of cheerios and verdi from source fcsl-pcm is also installed later: proverbot9001/install_coqgym_deps.sh Line 91 in ccb49c5
actually all of these are installed for coq 8.12
code: https://github.com/UCSD-PL/proverbot9001/blob/develop/install_coqgym_deps.sh I assume we don't need them given your response. As always thanks for the responses. |
cool I am using a different one that seems to install. Will record that commit in my file just in case:
|
8.12 doesn't seem to be needed for verdi or cheerios. Confirmation will be here I hope: #93 |
I tried looking for a commit for cheerios for coq 8.12 uwplse/cheerios#20 but didn't really seem to find one. But I tried the proverbot command anyway and the install looks fishy but it seems fine from the opam list...is it really ok as is?
The text was updated successfully, but these errors were encountered: