Skip to content

Commit 674b0a6

Browse files
committed
chore(dev): multiple versions of OpenCL lib for bazel
1 parent 7b5a92a commit 674b0a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/bazel/deps/opencl.tpl.BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package(default_visibility = ["//visibility:public"])
22

33
cc_library(
44
name = "opencl_binary",
5-
srcs = [
5+
srcs = glob([
66
"libOpenCL.so.1.2",
7-
],
7+
"libOpenCL.so.1.0",
8+
]),
89
)

0 commit comments

Comments
 (0)