Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Feb 21, 2023
1 parent efe849f commit b5699ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/owl-base/owl-base.1.1/opam
Expand Up @@ -9,7 +9,7 @@ doc: "https://owlbarn.github.io/"
synopsis: "OCaml Scientific and Engineering Computing - Base"
description: "Owl is an OCaml scientific library."
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

Expand Down
2 changes: 1 addition & 1 deletion packages/owl-top/owl-top.1.1/opam
Expand Up @@ -10,7 +10,7 @@ synopsis: "OCaml Scientific and Engineering Computing - Top"
description: "Owl is an OCaml scientific library."

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

Expand Down
2 changes: 1 addition & 1 deletion packages/owl/owl.1.1/opam
Expand Up @@ -16,7 +16,7 @@ Recently, Owl has implemented algorithmic differentiation which essentially make
"""

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
Expand Down

0 comments on commit b5699ec

Please sign in to comment.