« Up

interval 3.4.1+8.11 Black list

(2020-09-17 07:05:41 UTC)

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-m4             1           Virtual package relying on m4
coq                 8.11.0      Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0      Official 4.05.0 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://coq-interval.gforge.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git"
bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues"
license: "CeCILL-C"
build: [
  ["./autogen.sh"]
  ["./configure"]
  ["./remake" "-j%{jobs}%"]
]
patches: "rlist.patch"
extra-files: ["rlist.patch" "sha512=45d4b23e5a66b4f8d98ee53754974a0d17500e651165f675b9e7e7815aa9e465003fb274950efb66961d5e72bf613bb8502bd3574c139e2ac34173f9b1fcf82d"]
install: ["./remake" "install"]
depends: [
  "coq" {= "8.11.0"}
  "coq-bignums"
  "coq-flocq" {= "3.2.0+8.11"}
  "coq-mathcomp-ssreflect" {>= "1.6"}
  "coq-coquelicot" {>= "3.0"}
  ("conf-g++" {build} | "conf-clang" {build})
  "conf-autoconf" {build}
]
tags: [ "keyword:interval arithmetic" "keyword:decision procedure" "keyword:floating point arithmetic" "keyword:reflexive tactic" "keyword:taylor models" "category:Mathematics/Real Calculus and Topology" "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "logpath:Interval"]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "(patched for Coq 8.11 compatibility by MSoegtropIMC) A Coq tactic for proving bounds on real-valued expressions automatically"
url {
  src: "https://gitlab.inria.fr/coqinterval/interval/-/archive/839a03e1bddbafab868fbceee59abe678e32a0f3.tar.gz"
  checksum: "sha512=0365f94286eaa7d401961d80ad7ecc6fdc7b8d2dcb3d0d08c3f44cff951b10379a1ab9f222d4da2a3a8c496e8d400a45d1f1108bb73644a818cce2baee1feba4"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-interval.3.4.1+8.11 coq.8.11.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-interval.3.4.1+8.11 coq.8.11.0
Return code
0
Duration
13 m 9 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-interval.3.4.1+8.11 coq.8.11.0
Return code
10240
Duration
6 s
Output
# Packages matching: installed
# Name                 # Installed # Synopsis
base-bigarray          base
base-num               base        Num library distributed with the OCaml compiler
base-threads           base
base-unix              base
conf-autoconf          0.1         Virtual package relying on autoconf installation
conf-findutils         1           Virtual package relying on findutils
conf-g++               1.0         Virtual package relying on the g++ compiler (for C++)
conf-m4                1           Virtual package relying on m4
conf-which             1           Virtual package relying on which
coq                    8.11.0      Formal proof management system
coq-bignums            8.11.0      Bignums, the Coq library of arbitrary large numbers
coq-coquelicot         3.1.0       A Coq formalization of real analysis compatible with the standard library
coq-flocq              3.2.0+8.11  (patched for Coq 8.11 compatibility by MSoegtropIMC) A floating-point formalization for the Coq system
coq-mathcomp-ssreflect 1.11.0      Small Scale Reflection
num                    0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml                  4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler    4.05.0      Official 4.05.0 release
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.8.1       A library manager for OCaml
[NOTE] Package coq is already installed (current version is 8.11.0).
The following actions will be performed:
  - install coq-interval 3.4.1+8.11
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-interval.3.4.1+8.11: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
          - coq-interval.3.4.1+8.11:
            https://gitlab.inria.fr/coqinterval/interval/-/archive/839a03e1bddbafab868fbceee59abe678e32a0f3.tar.gz (Bad checksum, expected sha512=0365f94286eaa7d401961d80ad7ecc6fdc7b8d2dcb3d0d08c3f44cff951b10379a1ab9f222d4da2a3a8c496e8d400a45d1f1108bb73644a818cce2baee1feba4)
'opam install -y -v coq-interval.3.4.1+8.11 coq.8.11.0' failed.

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none