Skip to content

Commit 5839378

Browse files
committed
num is does not handle not having ocamlopt
1 parent 08040ec commit 5839378

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

packages/num/num.1.0/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ depends: [
3131
"ocaml" {>= "4.06.0"}
3232
"ocamlfind" {build & >= "1.7.3"}
3333
]
34-
conflicts: [ "base-num" ]
34+
conflicts: [
35+
"base-num"
36+
"ocaml-option-bytecode-only"
37+
]
3538
patches: [ "findlib-install.patch" "installation-warning.patch" ]
3639
synopsis:
3740
"The legacy Num library for arbitrary-precision integer and rational arithmetic"

packages/num/num.1.1/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ depends: [
3131
"ocaml" {>= "4.06.0"}
3232
"ocamlfind" {build & >= "1.7.3"}
3333
]
34-
conflicts: [ "base-num" ]
34+
conflicts: [
35+
"base-num"
36+
"ocaml-option-bytecode-only"
37+
]
3538
patches: [ "findlib-install.patch" "installation-warning.patch" ]
3639
synopsis:
3740
"The legacy Num library for arbitrary-precision integer and rational arithmetic"

packages/num/num.1.2/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ depends: [
2626
"ocaml" {>= "4.06.0"}
2727
"ocamlfind" {build & >= "1.7.3"}
2828
]
29-
conflicts: [ "base-num" ]
29+
conflicts: [
30+
"base-num"
31+
"ocaml-option-bytecode-only"
32+
]
3033
patches: [ "installation-warning.patch" ]
3134
synopsis:
3235
"The legacy Num library for arbitrary-precision integer and rational arithmetic"

packages/num/num.1.3/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ depends: [
2525
"ocaml" {>= "4.06.0"}
2626
"ocamlfind" {build & >= "1.7.3"}
2727
]
28-
conflicts: [ "base-num" ]
28+
conflicts: [
29+
"base-num"
30+
"ocaml-option-bytecode-only"
31+
]
2932
patches: [ "installation-warning.patch" ]
3033
synopsis:
3134
"The legacy Num library for arbitrary-precision integer and rational arithmetic"

packages/num/num.1.4/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ depends: [
1010
"ocaml" {>= "4.06.0"}
1111
"ocamlfind" {build & >= "1.7.3"}
1212
]
13-
conflicts: ["base-num"]
13+
conflicts: [
14+
"base-num"
15+
"ocaml-option-bytecode-only"
16+
]
1417
build: make
1518
install: [
1619
["ocamlfind" "remove" "num"]

0 commit comments

Comments
 (0)