-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update build system with mathcomp >= 2.0 and coqeal dev, before…
… it is released href: coq-community/coqeal#87 Co-authored-by: Pierre Roux <[email protected]>
- Loading branch information
Showing
8 changed files
with
34 additions
and
1,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,17 +34,7 @@ $(PLUGDIR)/src/soswitness.mlg: $(PLUGDIR)/src/soswitness_@[email protected] | |
chmod a-w $@ | ||
|
||
$(COQ_MAKEFILE): $(COQ_PROJ) $(MODULES) $(PLUGDIR)/src/soswitness.mlg | ||
if [ "x@ADD_INCLUDES@" = "xyes" ] ; then \ | ||
ocamlfind query zarith >/dev/null ; \ | ||
ocamlfind query ocplib-simplex >/dev/null ; \ | ||
ocamlfind query osdp >/dev/null ; \ | ||
$(COQBIN)coq_makefile \ | ||
-I "$(shell ocamlfind query zarith)" \ | ||
-I "$(shell ocamlfind query ocplib-simplex)" \ | ||
-I "$(shell ocamlfind query osdp)" \ | ||
@LTAC2_CAML_FILES@ \ | ||
-f $< $(MODULES) -o $@ ; \ | ||
else $(COQBIN)coq_makefile -f $< $(MODULES) -o $@ ; fi | ||
$(COQBIN)coq_makefile -f $< $(MODULES) -o $@ | ||
# FIXME: This sed hack is fragile (if we do "make -B" for example) | ||
sed -e 's/-shared -o $$@ $$</-shared -o $$@ ocplibSimplex.cmxa osdp.cmxa $$</' -i $@ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.