gnu: coq: Update to 8.16.0.
* gnu/packages/coq.scm (coq-core): Update to 8.16.0. (coq-bignums): Update to 8.16.0. (coq-equations): Update to 1.3-8.16. (coq-gappa): Adjust for changes in coq-core.
This commit is contained in:
parent
9f391b90fa
commit
8734851a8c
@ -52,7 +52,7 @@
|
|||||||
(define-public coq-core
|
(define-public coq-core
|
||||||
(package
|
(package
|
||||||
(name "coq-core")
|
(name "coq-core")
|
||||||
(version "8.15.2")
|
(version "8.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -62,7 +62,7 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m6dilfbp9q8j8sya4ap82q72m3a4mq6m96gzvi6vgv04cr6r33c"))
|
"1rp4m2yjldsz0kj7p2fsc312n740fr8kg99jlsk8aq3h524qz2h8"))
|
||||||
(patches (search-patches "coq-fix-envvars.patch"))))
|
(patches (search-patches "coq-fix-envvars.patch"))))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
@ -315,7 +315,9 @@ inside Coq.")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "COQUSERCONTRIB=" (assoc-ref %outputs "out")
|
(list (string-append "COQUSERCONTRIB=" (assoc-ref %outputs "out")
|
||||||
"/lib/coq/user-contrib"))
|
"/lib/coq/user-contrib")
|
||||||
|
(string-append "OCAMLFIND_DESTDIR=" (assoc-ref %outputs "out")
|
||||||
|
"/lib/ocaml/site-lib"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'fix-remake
|
(add-before 'configure 'fix-remake
|
||||||
@ -431,7 +433,7 @@ theorems between the two libraries.")
|
|||||||
(define-public coq-bignums
|
(define-public coq-bignums
|
||||||
(package
|
(package
|
||||||
(name "coq-bignums")
|
(name "coq-bignums")
|
||||||
(version "8.15.0")
|
(version "8.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -440,7 +442,7 @@ theorems between the two libraries.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"093klwlhclgyrba1iv18dyz1qp5f0lwiaa7y0qwvgmai8rll5fns"))))
|
"07ndnm7pndmai3a2bkcmwjfjzfaqyq19c5an15hmhgmd0rdy4z8c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocaml coq))
|
(list ocaml coq))
|
||||||
@ -450,7 +452,9 @@ theorems between the two libraries.")
|
|||||||
`(#:tests? #f ; No test target.
|
`(#:tests? #f ; No test target.
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "COQLIBINSTALL=" (assoc-ref %outputs "out")
|
(list (string-append "COQLIBINSTALL=" (assoc-ref %outputs "out")
|
||||||
"/lib/coq/user-contrib"))
|
"/lib/coq/user-contrib")
|
||||||
|
(string-append "COQPLUGININSTALL=" (assoc-ref %outputs "out")
|
||||||
|
"/lib/ocaml/site-lib/"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
@ -559,11 +563,11 @@ uses Ltac to synthesize the substitution operation.")
|
|||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mattam82/Coq-Equations")
|
(url "https://github.com/mattam82/Coq-Equations")
|
||||||
(commit (string-append "v" version "-8.15"))))
|
(commit (string-append "v" version "-8.16"))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vfcfpsp9zyj0sw0cwibk76nj6n0r6gwh8m1aa3lbvc0b1kbm32k"))))
|
"08f756vgdd1wklkarg0b93j4n5mhkqm5ixxrhyb23dcv2dwhc8yg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocaml coq camlp5))
|
(list ocaml coq camlp5))
|
||||||
@ -573,7 +577,10 @@ uses Ltac to synthesize the substitution operation.")
|
|||||||
`(#:test-target "test-suite"
|
`(#:test-target "test-suite"
|
||||||
#:make-flags (list (string-append "COQLIBINSTALL="
|
#:make-flags (list (string-append "COQLIBINSTALL="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/coq/user-contrib"))
|
"/lib/coq/user-contrib")
|
||||||
|
(string-append "COQPLUGININSTALL="
|
||||||
|
(assoc-ref %outputs "out")
|
||||||
|
"/lib/ocaml/site-lib/"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
Loading…
Reference in New Issue
Block a user