Skip to content

Commit e7148f8

Browse files
committed
Use conf package for llvm
1 parent 153e56a commit e7148f8

File tree

1 file changed

+1
-3
lines changed
  • packages/z3/z3.4.15.1

1 file changed

+1
-3
lines changed

packages/z3/z3.4.15.1/opam

Lines changed: 1 addition & 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-
["llvm"] {os-distribution = "homebrew"}
10-
]
118
patches: [
129
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1310
]
@@ -41,6 +38,7 @@ depends: [
4138
"ocaml" {>= "4.08.0"}
4239
"ocamlfind" {build}
4340
"zarith"
41+
"conf-llvm" { os-distribution = "homebrew" }
4442
"conf-python-3" {build}
4543
"conf-c++" {build}
4644
]

0 commit comments

Comments
 (0)