Skip to content

Commit

Permalink
Merge pull request #27203 from lukstafi/master
Browse files Browse the repository at this point in the history
arrayjit, neural_nets_lib: revdeps failures for ppx_minidebug.2.0.3
  • Loading branch information
mseri authored Jan 5, 2025
2 parents 306c328 + c222248 commit cd5853b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
6 changes: 4 additions & 2 deletions packages/arrayjit/arrayjit.0.3.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ tags: ["deeplearning" "array" "jit" "gccjit" "CUDA"]
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
x-maintenance-intent: "(latest)"
flags: [ deprecated ]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
Expand All @@ -19,8 +21,8 @@ depends: [
"ctypes" {>= "0.20"}
"ctypes-foreign" {>= "0.20"}
"gccjit" {>= "0.3.2"}
"printbox"
"printbox-text"
"printbox" {< "0.12"}
"printbox-text" {< "0.12"}
"ocannl_npy"
"stdio"
"num"
Expand Down
8 changes: 5 additions & 3 deletions packages/arrayjit/arrayjit.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ tags: ["deeplearning" "array" "jit" "CUDA"]
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
flags: [ deprecated ]
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
"base"
"core"
"ctypes" {>= "0.20"}
"ctypes-foreign" {>= "0.20"}
"printbox"
"printbox-text"
"printbox" {< "0.12"}
"printbox-text" {< "0.12"}
"ocannl_npy"
"stdio"
"num"
"ppxlib"
"ppx_jane"
"ppx_expect"
"ppx_minidebug" {>= "2.0.0"}
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
"odoc" {with-doc}
]
depopts: [
Expand Down
1 change: 1 addition & 0 deletions packages/arrayjit/arrayjit.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags: ["deeplearning" "array" "jit" "CUDA"]
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "5.2.0"}
"dune" {>= "3.11"}
Expand Down
6 changes: 4 additions & 2 deletions packages/neural_nets_lib/neural_nets_lib.0.3.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ tags: ["deeplearning" "tensor" "backprop" "jit" "gccjit" "CUDA"]
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
x-maintenance-intent: ["(latest)"]
flags: [ deprecated ]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
"base"
"core"
"arrayjit" {= "0.3.3"}
"printbox"
"printbox-text"
"printbox" {< "0.12"}
"printbox-text" {< "0.12"}
"ocannl_npy"
"angstrom" {>= "0.15"}
"stdio"
Expand Down
8 changes: 5 additions & 3 deletions packages/neural_nets_lib/neural_nets_lib.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ tags: ["deeplearning" "tensor" "backprop" "jit" "gccjit" "CUDA"]
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
x-maintenance-intent: ["(latest)"]
flags: [ deprecated ]
depends: [
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11"}
"base"
"core"
"arrayjit" {= "0.4.0"}
"printbox"
"printbox-text"
"printbox" {< "0.12"}
"printbox-text" {< "0.12"}
"ocannl_npy"
"angstrom" {>= "0.15"}
"stdio"
"num"
"ppxlib"
"ppx_jane"
"ppx_expect"
"ppx_minidebug" {>= "2.0.0"}
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
"patdiff" {>= "v0.15.0"}
"odoc" {with-doc}
"md2mld" {with-doc}
Expand Down
7 changes: 4 additions & 3 deletions packages/neural_nets_lib/neural_nets_lib.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@ tags: ["deeplearning" "tensor" "backprop" "jit" "gccjit" "CUDA"]
homepage: "https://github.com/lukstafi/ocannl"
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocannl/issues"
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "5.2.0"}
"dune" {>= "3.11"}
"base" {>= "v0.17.0"}
"core" {>= "v0.17.0"}
"arrayjit" {>= "0.4.1"}
"printbox"
"printbox-text"
"printbox" {< "0.12"}
"printbox-text" {< "0.12"}
"ocannl_npy"
"angstrom" {>= "0.15"}
"stdio"
"num"
"ppxlib"
"ppx_jane"
"ppx_expect"
"ppx_minidebug" {>= "2.0.0"}
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
"patdiff" {>= "v0.15.0"}
"odoc" {with-doc}
"md2mld" {with-doc}
Expand Down

0 comments on commit cd5853b

Please sign in to comment.