I am happily trying to run the smtcoq CI that just got added locally on my machine but it fails miserably.
I am getting
coq_makefile -f _CoqProject -o Makefile
Error: cannot find tools/CoqMakefile.inMakefile:20: Makefile.conf: Aucun fichier ou dossier de ce type
Any idea what's going wrong?
I have performed a full make world and I am running make -f Makefile.ci ci-smtcoq
(there are a bunch of warnings before as well, indicating that the path is poorly set probably)
broken on my machine too
no idea what's going on
for some reason smtcoq has a checked in generated Makefile with
Makefile.conf: _CoqProject
coq_makefile -f _CoqProject -o Makefile
the real surprise is that it worked in CI
yeah I wonder how the makefile self destructs
in CI Coq is installed
Can we suggest a more classic Makefile structure with no checked in generated Makefile maybe? cc @Chantal Keller
Ok, I'll work on that
That is done: https://github.com/smtcoq/smtcoq/commit/a726b5d6ad092f177ac096accd3147e1f014bd55
Tell me if you still have problems
Last updated: Sep 15 2024 at 12:01 UTC