Skip to content

Commit 8b048fc

Browse files
committed
Experiment: try fixing MacOS failure: remove gccjit
1 parent 23cb619 commit 8b048fc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

arrayjit.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description:
88
maintainer: ["Lukasz Stafiniak"]
99
authors: ["Lukasz Stafiniak"]
1010
license: "BSD-2-Clause"
11-
tags: ["deeplearning" "array" "jit" "gccjit" "CUDA"]
11+
tags: ["deeplearning" "array" "jit" "CUDA"]
1212
homepage: "https://github.com/lukstafi/ocannl"
1313
doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
1414
bug-reports: "https://github.com/lukstafi/ocannl/issues"
@@ -32,7 +32,6 @@ depends: [
3232
]
3333
depopts: [
3434
"cudajit" {>= "0.4.0"}
35-
"gccjit" {>= "0.3.2"}
3635
]
3736
build: [
3837
["dune" "subst"] {dev}

dune-project

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@
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)
@@ -107,7 +109,7 @@
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

0 commit comments

Comments
 (0)