File tree Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55bug-reports: "https://github.com/Z3prover/z3/issues"
66license: "MIT"
77dev-repo: "git+https://github.com/Z3prover/z3.git"
8- depexts: [
9- ["python3-distutils"] {os-family = "debian"}
10- ]
118patches: [
129 "gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310]
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55bug-reports: "https://github.com/Z3prover/z3/issues"
66license: "MIT"
77dev-repo: "git+https://github.com/Z3prover/z3.git"
8- depexts: [
9- ["python3-distutils"] {os-family = "debian"}
10- ]
118patches: [
129 "gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310]
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55bug-reports: "https://github.com/Z3prover/z3/issues"
66license: "MIT"
77dev-repo: "git+https://github.com/Z3prover/z3.git"
8- depexts: [
9- ["python3-distutils"] {os-family = "debian"}
10- ]
118patches: [
129 "gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310]
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
55bug-reports: "https://github.com/Z3prover/z3/issues"
66license: "MIT"
77dev-repo: "git+https://github.com/Z3prover/z3.git"
8- depexts: [
9- ["python3-distutils"] {os-family = "debian"}
10- ["llvm"] {os-distribution = "homebrew"}
11- ]
128patches: [
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]
You can’t perform that action at this time.
0 commit comments