This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to github.com/coq/opam-coq-archive. The list of black-listed packages is in black_list.rb.
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: [ "Pierre Roux <pierre.roux@onera.fr>" "Érik Martin-Dorel <erik.martin-dorel@irit.fr>" ] homepage: "https://sourcesup.renater.fr/validsdp/" dev-repo: "git+https://github.com/validsdp/validsdp.git" bug-reports: "https://github.com/validsdp/validsdp/issues" license: "LGPL-2.1-or-later" build: [ ["sh" "-c" "./configure"] [make "-j%{jobs}%"] ] install: [make "install"] depends: [ "coq" {>= "8.7" & < "8.12~"} "coq-bignums" "coq-flocq" {>= "3.1.0"} "coq-coquelicot" {>= "3.0"} "coq-interval" {>= "3.4.0" & < "4~"} "coq-mathcomp-field" {>= "1.8" & < "1.11~"} "ocamlfind" {build} "conf-autoconf" {build & dev} ] synopsis: "LibValidSDP" description: """ LibValidSDP is a library for the Coq formal proof assistant. It provides results mostly about rounding errors in the Cholesky decomposition algorithm used in the ValidSDP library which itself implements Coq tactics to prove multivariate inequalities using SDP solvers. Once installed, the following modules can be imported : From libValidSDP Require Import Rstruct.v misc.v real_matrix.v bounded.v float_spec.v fsum.v fcmsum.v binary64.v cholesky.v float_infnan_spec.v binary64_infnan.v cholesky_infnan.v flx64.v zulp.v coqinterval_infnan.v. """ tags: [ "keyword:libValidSDP" "keyword:ValidSDP" "keyword:floating-point arithmetic" "keyword:Cholesky decomposition" "category:Miscellaneous/Coq Extensions" "logpath:libValidSDP" ] authors: [ "Pierre Roux <pierre.roux@onera.fr>" "Érik Martin-Dorel <erik.martin-dorel@irit.fr>" ] url { src: "https://github.com/validsdp/validsdp/releases/download/v0.7.0/libvalidsdp-0.7.0.tar.gz" checksum: "sha256=b9559939a14f56bdd1929fedf8c7d5e8a217ba5057686acad667b3d1b45fa14d" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-libvalidsdp.0.7.0 coq.8.7.1
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-libvalidsdp.0.7.0 coq.8.7.1
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml The following actions will be performed: - install coq-bignums 8.7.0 - install conf-g++ 1.0 - install coq-mathcomp-ssreflect 1.10.0 - install coq-flocq 3.4.3 - install coq-mathcomp-fingroup 1.10.0 - install coq-coquelicot 3.0.2 - install coq-mathcomp-algebra 1.10.0 - install coq-interval 3.4.2 - install coq-mathcomp-solvable 1.10.0 - install coq-mathcomp-field 1.10.0 ===== 10 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-bignums.8.7.0] downloaded from https://github.com/coq/bignums/archive/V8.7.0.tar.gz [coq-mathcomp-algebra.1.10.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz [coq-mathcomp-field.1.10.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz [coq-mathcomp-fingroup.1.10.0] found in cache [coq-mathcomp-solvable.1.10.0] found in cache [coq-mathcomp-ssreflect.1.10.0] found in cache [ERROR] The sources of the following couldn't be obtained, aborting: - coq-coquelicot.3.0.2: Curl failed - coq-flocq.3.4.3: Curl failed - coq-interval.3.4.2: Curl failed
true
No files were installed.
true