Skip to content

Commit 2f214bd

Browse files
committed
update opam files
1 parent d21ac56 commit 2f214bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

owl-base.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ doc: "https://owlbarn.github.io/"
99
synopsis: "OCaml Scientific and Engineering Computing - Base"
1010
description: "Owl is an OCaml scientific library."
1111
build: [
12-
[ "dune" "subst" ] {pinned}
12+
[ "dune" "subst" ] {dev}
1313
[ "dune" "build" "-p" name "-j" jobs ]
1414
]
1515

1616
depends: [
1717
"ocaml" {>= "4.12.0"}
1818
"base-bigarray"
19-
"dune" {>= "2.0.0"}
19+
"dune" {>= "3.16"}
2020
]

owl-top.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ synopsis: "OCaml Scientific and Engineering Computing - Top"
1010
description: "Owl is an OCaml scientific library."
1111

1212
build: [
13-
[ "dune" "subst" ] {pinned}
13+
[ "dune" "subst" ] {dev}
1414
[ "dune" "build" "-p" name "-j" jobs ]
1515
]
1616

1717
depends: [
1818
"ocaml" {>= "4.12.0"}
19-
"dune" {>= "2.0.0"}
19+
"dune" {>= "3.16"}
2020
"ocaml-compiler-libs"
2121
"owl" {= version}
2222
]

owl.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Recently, Owl has implemented algorithmic differentiation which essentially make
1616
"""
1717

1818
build: [
19-
[ "dune" "subst" ] {pinned}
19+
[ "dune" "subst" ] {dev}
2020
[ "dune" "build" "-p" name "-j" jobs ]
2121
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
2222
]
@@ -28,7 +28,7 @@ depends: [
2828
"base-bigarray"
2929
"conf-openblas" {>= "0.2.1"}
3030
"ctypes" {>= "0.16.0"}
31-
"dune" {>= "2.0.0"}
31+
"dune" {>= "3.16"}
3232
"dune-configurator"
3333
"owl-base" {= version}
3434
"npy"

0 commit comments

Comments
 (0)