# 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 dev Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration 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: "yves.bertot@inria.fr" homepage: "http://www-sop.inria.fr/members/Yves.Bertot/" bug-reports: "yves.bertot@inria.fr" license: "CECILL-B" build: [["coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ] [ make "-j" "%{jobs}%" ]] install: [ make "install" "DEST='%{lib}%/coq/user-contrib/pi_agm'" ] depends: [ "ocaml" "coq" {>= "8.12"} "coq-coquelicot" {>= "3" & < "4~"} "coq-interval" {>= "4"} ] dev-repo: "git+https://github.com/ybertot/pi-agm.git" tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" "logpath:agm" "date:2020-06-23" ] authors: [ "Yves Bertot <yves.bertot@inria.fr>" ] synopsis: "Computing thousands or millions of digits of PI with arithmetic-geometric means" description: """ This is a proof of correctness for two algorithms to compute PI to high precision using arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. Other files describe the second algorithm which is close to the one used in mpfr, for instance. The whole development can be used to produce mathematically proved and formally verified approximations of PI.""" url { src: "https://github.com/ybertot/pi-agm/archive/v1.2.6.zip" checksum: "sha256=f690dd8e464acafb4c14437a0ad09545a11f4ebd6771b05f4e7f74ca5c08a7ff" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-pi-agm.1.2.6 coq.dev
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-pi-agm.1.2.6 coq.dev
# 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 dev Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install coq-bignums dev - install coq-mathcomp-ssreflect dev - install conf-which 1 - install conf-g++ 1.0 - install coq-flocq dev - install conf-autoconf 0.1 - install coq-coquelicot 3.2.0 - install coq-interval dev ===== 8 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz [coq-flocq.dev] synchronised from git+https://gitlab.inria.fr/flocq/flocq.git#master [coq-bignums.dev] synchronised from git+https://github.com/coq/bignums.git#master [coq-interval.dev] synchronised from git+https://gitlab.inria.fr//coqinterval/interval.git/#master [coq-mathcomp-ssreflect.dev] synchronised from git+https://github.com/math-comp/math-comp.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-g++.1.0 -> installed conf-which.1 -> installed conf-autoconf.0.1 -> installed coq-bignums.dev [ERROR] The compilation of coq-flocq failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4". -> installed coq-mathcomp-ssreflect.dev -> installed coq-coquelicot.3.2.0 #=== ERROR while compiling coq-flocq.dev ======================================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-flocq.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 # exit-code 1 # env-file ~/.opam/log/coq-flocq-8340-629056.env # output-file ~/.opam/log/coq-flocq-8340-629056.out ### output ### # [...] # File "./src/IEEE754/PrimFloat.v", line 518, characters 8-21: # Warning: Notation of_int63_spec is deprecated since 8.14. # Use of_uint63_spec instead. [deprecated-syntactic-definition,deprecated] # File "./src/IEEE754/PrimFloat.v", line 518, characters 8-21: # Warning: Notation of_int63_spec is deprecated since 8.14. # Use of_uint63_spec instead. [deprecated-syntactic-definition,deprecated] # File "./src/IEEE754/PrimFloat.v", line 518, characters 8-21: # Warning: Notation of_int63_spec is deprecated since 8.14. # Use of_uint63_spec instead. [deprecated-syntactic-definition,deprecated] # Finished src/IEEE754/PrimFloat.vo # Finished src/IEEE754/Binary.vo # Finished src/IEEE754/Bits.vo <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-flocq dev +- +- The following changes have been performed (the rest was aborted) | - install conf-autoconf 0.1 | - install conf-g++ 1.0 | - install conf-which 1 | - install coq-bignums dev | - install coq-coquelicot 3.2.0 | - install coq-mathcomp-ssreflect dev +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: opam switch import "/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/backup/state-20220326062338.export"
true
No files were installed.
true