diff options
| author | BESSON Frederic | 2020-09-16 14:29:11 +0200 |
|---|---|---|
| committer | BESSON Frederic | 2020-09-16 14:29:11 +0200 |
| commit | 7edb2d353fc566eafd4cf6d8268271918ded321d (patch) | |
| tree | 1985cc10a9685e9dfb60b6d96a050e9d588d7070 /dev/build | |
| parent | d6b6e1d6ceadfe65ea398786361ff7737624deaf (diff) | |
| parent | acb24a1540c33f075a83f9788614e5c2f3335b0a (diff) | |
Merge PR #8743: [micromega] Switch from `Big_int` to ZArith.
Ack-by: JasonGross
Ack-by: SkySkimmer
Reviewed-by: Zimmi48
Reviewed-by: fajb
Ack-by: liyishuai
Ack-by: maximedenes
Ack-by: ppedrot
Ack-by: soraros
Ack-by: thery
Ack-by: vbgl
Diffstat (limited to 'dev/build')
| -rwxr-xr-x | dev/build/windows/makecoq_mingw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index cde1d798a0..fcc585117b 100755 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1026,7 +1026,7 @@ function make_num { function make_zarith { make_ocaml - if build_prep https://github.com/ocaml/Zarith/archive release-1.9.1 tar.gz 1 zarith-1.9.1; then + if build_prep https://github.com/ocaml/Zarith/archive release-1.10 tar.gz 1 zarith-1.10; then logn configure ./configure log1 make log2 make install |
