File tree Expand file tree Collapse file tree 12 files changed +48
-0
lines changed Expand file tree Collapse file tree 12 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ depends: [
2222 "ocaml"
2323 "ocamlbuild" {build}
2424]
25+ conflicts: [
26+ "base-nnp"
27+ "ocaml-option-nnpchecker"
28+ ]
2529install: ["sh" "./compile.sh" "install" "3.4" make prefix lib]
2630synopsis: "The official LLVM binding"
2731description: "Note: LLVM should be installed first."
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ depends: [
2222 "ocaml"
2323 "ocamlbuild" {build}
2424]
25+ conflicts: [
26+ "base-nnp"
27+ "ocaml-option-nnpchecker"
28+ ]
2529install: ["sh" "./compile.sh" "install" "3.5" make prefix lib]
2630synopsis: "The official LLVM binding"
2731description: "Note: LLVM should be installed first."
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ depends: [
1616 "ounit" {with-test}
1717 "ocamlbuild" {build}
1818]
19+ conflicts: [
20+ "base-nnp"
21+ "ocaml-option-nnpchecker"
22+ ]
1923depexts: [
2024 ["llvm-3.6-dev"] {os-family = "debian"}
2125 ["homebrew/versions/llvm36"] {os = "macos" & os-distribution = "homebrew"}
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ depends: [
1717 "ounit" {with-test}
1818 "ocamlbuild" {build}
1919]
20+ conflicts: [
21+ "base-nnp"
22+ "ocaml-option-nnpchecker"
23+ ]
2024depexts: [
2125 ["llvm-3.7-dev"] {os-family = "debian"}
2226 ["homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"}
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ depends: [
1919 "conf-llvm" {build & = "3.8"}
2020 "conf-python-2-7" {build}
2121]
22+ conflicts: [
23+ "base-nnp"
24+ "ocaml-option-nnpchecker"
25+ ]
2226synopsis: "The OCaml bindings distributed with LLVM"
2327description: "Note: LLVM should be installed first."
2428flags: light-uninstall
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ depends: [
3333 "conf-python-2-7" {build}
3434 "conf-cmake" {build}
3535]
36+ conflicts: [
37+ "base-nnp"
38+ "ocaml-option-nnpchecker"
39+ ]
3640synopsis: "The OCaml bindings distributed with LLVM"
3741description: "Note: LLVM should be installed first."
3842extra-files: [
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ depends: [
2525 "conf-python-2-7" {build}
2626 "conf-cmake" {build}
2727]
28+ conflicts: [
29+ "base-nnp"
30+ "ocaml-option-nnpchecker"
31+ ]
2832synopsis: "The OCaml bindings distributed with LLVM"
2933description: "Note: LLVM should be installed first."
3034extra-files: [
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ depends: [
2626 "conf-python-2-7" {build}
2727 "conf-cmake" {build}
2828]
29+ conflicts: [
30+ "base-nnp"
31+ "ocaml-option-nnpchecker"
32+ ]
2933patches: [
3034 "fix-shared.patch"
3135]
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ depends: [
2626 "conf-python-2-7" {build}
2727 "conf-cmake" {build}
2828]
29+ conflicts: [
30+ "base-nnp"
31+ "ocaml-option-nnpchecker"
32+ ]
2933patches: [
3034 "fix-shared.patch"
3135]
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ depends: [
2626 "conf-python-2-7" {build}
2727 "conf-cmake" {build}
2828]
29+ conflicts: [
30+ "base-nnp"
31+ "ocaml-option-nnpchecker"
32+ ]
2933patches: [
3034 "fix-shared.patch"
3135]
You can’t perform that action at this time.
0 commit comments