File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# pre-makefile::, this-clean:: and __always__:: may be extended #
77# Additionally, the following variables may be customized: #
88SUBDIRS? =
9- COQBIN? =$(dir $(shell which coqtop) )
10- COQMAKEFILE? =$(COQBIN ) coq_makefile
11- COQDEP? =$(COQBIN ) coqdep
9+
10+ COQBIN? =$(dir $(shell command -v coqtop || command -v rocq) )
11+ COQMAKEFILE? =$(shell command -v coq_makefile || echo "$(COQBIN ) rocq makefile")
12+ COQDEP? =$(shell command -v coqdep || echo "$(COQBIN ) rocq dep")
1213COQPROJECT? =_CoqProject
1314COQMAKEOPTIONS? =
1415COQMAKEFILEOPTIONS? =
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ install: [make "install"]
2323depends: [
2424 ("coq" {>= "8.20" & < "8.21~"}
2525 | "rocq-core" {>= "9.0" | = "dev"})
26- "coq-mathcomp-ssreflect" { (>= "2.0" & < "2.5~") | = "dev" }
26+ ("coq-mathcomp-ssreflect" { >= "2.0" & < "2.4~" }
27+ |"rocq-mathcomp-ssreflect" { (>= "2.4" & < "2.5~") | = "dev" })
2728]
2829
2930tags: [
You can’t perform that action at this time.
0 commit comments