Skip to content

Commit 4032306

Browse files
authored
Merge pull request ocaml#22704 from kit-ty-kate/fix-171
Mark all versions of llvm as not compatible with OCaml 5.0
2 parents 430d244 + 7e3c547 commit 4032306

File tree

12 files changed

+48
-0
lines changed

12 files changed

+48
-0
lines changed

packages/llvm/llvm.3.4/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ depends: [
2222
"ocaml"
2323
"ocamlbuild" {build}
2424
]
25+
conflicts: [
26+
"base-nnp"
27+
"ocaml-option-nnpchecker"
28+
]
2529
install: ["sh" "./compile.sh" "install" "3.4" make prefix lib]
2630
synopsis: "The official LLVM binding"
2731
description: "Note: LLVM should be installed first."

packages/llvm/llvm.3.5/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ depends: [
2222
"ocaml"
2323
"ocamlbuild" {build}
2424
]
25+
conflicts: [
26+
"base-nnp"
27+
"ocaml-option-nnpchecker"
28+
]
2529
install: ["sh" "./compile.sh" "install" "3.5" make prefix lib]
2630
synopsis: "The official LLVM binding"
2731
description: "Note: LLVM should be installed first."

packages/llvm/llvm.3.6/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
1923
depexts: [
2024
["llvm-3.6-dev"] {os-family = "debian"}
2125
["homebrew/versions/llvm36"] {os = "macos" & os-distribution = "homebrew"}

packages/llvm/llvm.3.7/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
2024
depexts: [
2125
["llvm-3.7-dev"] {os-family = "debian"}
2226
["homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"}

packages/llvm/llvm.3.8/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
2226
synopsis: "The OCaml bindings distributed with LLVM"
2327
description: "Note: LLVM should be installed first."
2428
flags: light-uninstall

packages/llvm/llvm.3.9/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
3640
synopsis: "The OCaml bindings distributed with LLVM"
3741
description: "Note: LLVM should be installed first."
3842
extra-files: [

packages/llvm/llvm.4.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
2832
synopsis: "The OCaml bindings distributed with LLVM"
2933
description: "Note: LLVM should be installed first."
3034
extra-files: [

packages/llvm/llvm.5.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
2933
patches: [
3034
"fix-shared.patch"
3135
]

packages/llvm/llvm.6.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
2933
patches: [
3034
"fix-shared.patch"
3135
]

packages/llvm/llvm.7.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
]
2933
patches: [
3034
"fix-shared.patch"
3135
]

0 commit comments

Comments
 (0)