File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description:
88maintainer: ["Lukasz Stafiniak"]
99authors: ["Lukasz Stafiniak"]
1010license: "BSD-2-Clause"
11- tags: ["deeplearning" "array" "jit" "gccjit" " CUDA"]
11+ tags: ["deeplearning" "array" "jit" "CUDA"]
1212homepage: "https://github.com/lukstafi/ocannl"
1313doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
1414bug-reports: "https://github.com/lukstafi/ocannl/issues"
@@ -32,7 +32,6 @@ depends: [
3232]
3333depopts: [
3434 "cudajit" {>= "0.4.0"}
35- "gccjit" {>= "0.3.2"}
3635]
3736build: [
3837 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change 7373 ( depopts
7474 ( cudajit
7575 ( >= 0 .4.0) )
76- ( gccjit
77- ( >= 0 .3.2) ) )
76+ ; FIXME(#269): for some reason, this depopt causes a MacOS installation to install conf-libgccjit.
77+ ; (gccjit
78+ ; (>= 0.3.2))
79+ )
7880 ( tags
79- ( deeplearning array jit gccjit CUDA) ) )
81+ ( deeplearning array jit CUDA) ) )
8082
8183( package
8284 (name neural_nets_lib)
107109 ppx_expect
108110 ( ppx_minidebug
109111 ( >= 2 .0.0) )
110- ( patdiff :with -test)
112+ ( patdiff :with -test)
111113 ( odoc :with -doc)
112114 ( md2mld :with -doc) )
113115 ( tags
You can’t perform that action at this time.
0 commit comments