this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27648 from wintersteiger/wintersteiger/z3.4.14.1

Add Z3 4.14.1

authored by

Marcello Seri and committed by
GitHub
1519b205 66795344

+51
+51
packages/z3/z3.4.14.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "weng@cs.jhu.edu" 3 + authors: "MSR" 4 + homepage: "https://github.com/Z3prover/z3" 5 + bug-reports: "https://github.com/Z3prover/z3/issues" 6 + license: "MIT" 7 + dev-repo: "git+https://github.com/Z3prover/z3.git" 8 + depexts: [ 9 + ["python3-distutils"] {os-family = "debian"} 10 + ] 11 + patches: [ 12 + "gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") } 13 + ] 14 + build: [ 15 + [ "python3" "scripts/mk_make.py" "--ml" ] 16 + [ make "-C" "build" "-j" jobs ] 17 + ] 18 + 19 + install: [ 20 + [ "sh" "-c" "ocamlfind install z3 build/api/ml/* -dll build/libz3.*"] 21 + [ "cp" "build/z3" "%{bin}%/z3"] 22 + ] 23 + 24 + depends: [ 25 + "ocaml" {>= "4.08.0"} 26 + "ocamlfind" {build} 27 + "zarith" 28 + "conf-python-3" {build} 29 + "conf-c++" {build} 30 + ] 31 + x-ci-accept-failures: [ 32 + "centos-7" "oraclelinux-7" "opensuse-15.6" # C compiler is too old 33 + ] 34 + conflicts: [ 35 + "ocaml-option-bytecode-only" 36 + ] 37 + synopsis: "Z3 solver" 38 + url { 39 + src: 40 + "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.14.1.tar.gz" 41 + checksum: [ 42 + "sha256=81a02c2c64c64d6c3df233f59186b95627990ada0c4c2fc901c9c25a7072672a" 43 + "sha512=5850821aa93908c952663bfdcae291a9e8cd00082e0fa6d3ea4ffaebf076116d524660e22934e339da4972f43510adcccba1816be0a3e6bb60ab2c380f5a58ab" 44 + ] 45 + } 46 + extra-source "gccstd-2a.patch" { 47 + src: 48 + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/z3/gccstd-2a.patch" 49 + checksum: 50 + "sha256=ae4088ff14739bcc2cadc90bc428f08277e898b832f6b859a46e23c584d513c8" 51 + }