Closed SkySkimmer closed 4 years ago
Looks like a bug in coq_makefile
? It should detect that Coq was built with native-compute disabled and don't do this. Even so native is supposed to compile on the fly, maybe the recent changes broke it.
(cd _build/default
means it's dune not coq_makefile no?
Where is the -native-compiler yes
added? So bizarre.
Oh, that's indeed incorrect, I didn't notice in the review, thanks for the pointer; I wonder why it fails but the support for native is not so easy as coqc
will likely need some extra include paths, see https://github.com/ocaml/dune/pull/3210
Bignums + dune should be disabled for now; I was under the impression the opam package had gone back to Coq Makefile tho.
Maybe because https://github.com/coq/opam-coq-archive/blob/master/extra-dev/packages/coq-bignums/coq-bignums.dev/opam
I'm opening a PR on opam-coq-archive.