# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "thery@sophia.inria.fr" homepage: "https://github.com/thery/coqprime" bug-reports: "https://github.com/thery/coqprime/issues" dev-repo: "git+https://github.com/thery/coqprime.git" license: "LGPL-2.1-only" authors: ["Laurent Thรฉry"] build: [ # cd to a subfolder in opam is tricky, so just move gencertif to the root folder [ "find" "gencertif" "-type" "f" "-exec" "mv" "{}" "." ";" ] [ "autoreconf" "-i" "-s" ] [ "./configure" "--prefix" prefix # Optiosn for finding opam local gmp-ecm "CPPFLAGS=-I%{prefix}%/include" "LDFLAGS=-L%{lib}%" # Options for homebrew on Intel silicon (overwriting the above) "CPPFLAGS=-I%{prefix}%/include -I/opt/local/include" { os-distribution = "macports" & os = "macos" } "LDFLAGS=-L%{lib}% -L/opt/local/lib" { os-distribution = "macports" & os = "macos" } # Options for homebrew on Apple silicon (overwriting the above) "CPPFLAGS=-I%{prefix}%/include -I/opt/homebrew/include" { os-distribution = "homebrew" & os = "macos" & arch = "arm64"} "LDFLAGS=-L%{lib}% -L/opt/homebrew/lib" { os-distribution = "homebrew" & os = "macos" & arch = "arm64"} # Options for Windows cygwin "--build=%{arch}%-pc-cygwin" { os = "win32" & os-distribution = "cygwinports" } "--host=%{arch}%-w64-mingw32" { os = "win32" & os-distribution = "cygwinports" } "--target=%{arch}%-w64-mingw32" { os = "win32" & os-distribution = "cygwinports" } ] [ make "-j" "%{jobs}%" ] ] install: [ [make "install"] ] depends: [ "ocaml" "num" "conf-gmp" "gmp-ecm" ] synopsis: "Certificate generator for prime numbers in Coq" url { src: "https://github.com/thery/coqprime/archive/v8.14.1.tar.gz" checksum: "sha512=cd5d4ff31a2ac3039e5c49e9da627a0f4722ff7d9269bbe521531a162c0f0dfc190779eeafa8749d563c65dc787d17e9193fdd0664b273d01220272f3abb17ca" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-coqprime-generator.1.1.1 coq.8.13.2
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coqprime-generator.1.1.1 coq.8.13.2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coqprime-generator.1.1.1 coq.8.13.2
Total: 5 M
../ocaml-base-compiler.4.14.0/bin/firstprimes
../ocaml-base-compiler.4.14.0/bin/pocklington
../ocaml-base-compiler.4.14.0/bin/o2v
opam remove -y coq-coqprime-generator.1.1.1