Skip to content

Commit 94d0371

Browse files
authored
Merge pull request #23836 from Hhro/master
Package z3.4.12.2
2 parents b7c9432 + 50df8eb commit 94d0371

File tree

1 file changed

+43
-0
lines changed
  • packages/z3/z3.4.12.2

1 file changed

+43
-0
lines changed

packages/z3/z3.4.12.2/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
build: [
12+
[ "python3" "scripts/mk_make.py" "--ml" ]
13+
[ make "-C" "build" "-j" jobs ]
14+
]
15+
16+
install: [
17+
[ "sh" "-c" "ocamlfind install z3 build/api/ml/* -dll build/libz3.*"]
18+
[ "cp" "build/z3" "%{bin}%/z3"]
19+
]
20+
21+
depends: [
22+
"ocaml" {>= "4.08.0"}
23+
"ocamlfind" {build}
24+
"zarith"
25+
"conf-gmp"
26+
"conf-python-3" {build}
27+
"conf-c++" {build}
28+
]
29+
x-ci-accept-failures: [
30+
"centos-7" "oraclelinux-7" # C compiler is too old
31+
]
32+
conflicts: [
33+
"ocaml-option-bytecode-only"
34+
]
35+
synopsis: "Z3 solver"
36+
url {
37+
src:
38+
"https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.12.2.tar.gz"
39+
checksum: [
40+
"sha256=9f58f3710bd2094085951a75791550f547903d75fe7e2fcb373c5f03fc761b8f"
41+
"sha512=375477cbbc9837b44e752c89916409d07bf6a73830b52878aab4f376f08b37dd5ab485da225744d394ab15f2a7e1014edc3be5eb9962934c440a8d55259317e2"
42+
]
43+
}

0 commit comments

Comments
 (0)