Skip to content

Commit 4e773d2

Browse files
authored
Merge pull request ocaml#28080 from smuenzel/no-distutils-for-z3
No distutils for z3
2 parents bfd3d6a + e7148f8 commit 4e773d2

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

packages/z3/z3.4.13.2/opam

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55
bug-reports: "https://github.com/Z3prover/z3/issues"
66
license: "MIT"
77
dev-repo: "git+https://github.com/Z3prover/z3.git"
8-
depexts: [
9-
["python3-distutils"] {os-family = "debian"}
10-
]
118
patches: [
129
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310
]

packages/z3/z3.4.13.3/opam

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55
bug-reports: "https://github.com/Z3prover/z3/issues"
66
license: "MIT"
77
dev-repo: "git+https://github.com/Z3prover/z3.git"
8-
depexts: [
9-
["python3-distutils"] {os-family = "debian"}
10-
]
118
patches: [
129
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310
]

packages/z3/z3.4.14.1/opam

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55
bug-reports: "https://github.com/Z3prover/z3/issues"
66
license: "MIT"
77
dev-repo: "git+https://github.com/Z3prover/z3.git"
8-
depexts: [
9-
["python3-distutils"] {os-family = "debian"}
10-
]
118
patches: [
129
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310
]

packages/z3/z3.4.15.1/opam

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55
bug-reports: "https://github.com/Z3prover/z3/issues"
66
license: "MIT"
77
dev-repo: "git+https://github.com/Z3prover/z3.git"
8-
depexts: [
9-
["python3-distutils"] {os-family = "debian"}
10-
["llvm"] {os-distribution = "homebrew"}
11-
]
128
patches: [
139
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1410
]
@@ -42,6 +38,7 @@ depends: [
4238
"ocaml" {>= "4.08.0"}
4339
"ocamlfind" {build}
4440
"zarith"
41+
"conf-llvm" { os-distribution = "homebrew" }
4542
"conf-python-3" {build}
4643
"conf-c++" {build}
4744
]

0 commit comments

Comments
 (0)