File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ cc_library(
2020 visibility = ["//visibility:public" ]
2121)
2222
23- cc_shared_library (
24- name = "openvx-onnxRT" ,
25- deps = [
26- ":onnxRT" ,
27- ],
28- visibility = ["//visibility:public" ]
29- )
23+ # cc_shared_library(
24+ # name = "openvx-onnxRT",
25+ # deps = [
26+ # ":onnxRT",
27+ # ],
28+ # visibility = ["//visibility:public"]
29+ # )
3030
31- cc_import (
32- name = "imported_openvx_onnxRT" ,
33- shared_library = ":openvx-onnxRT" ,
34- visibility = ["//visibility:public" ]
35- )
31+ # cc_import(
32+ # name = "imported_openvx_onnxRT",
33+ # shared_library = ":openvx-onnxRT",
34+ # visibility = ["//visibility:public"]
35+ # )
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ cc_test(
1010 "//targets/debug:imported_openvx_debug" ,
1111 "//targets/extras:imported_openvx_extras" ,
1212 "//targets/opencl:imported_openvx_opencl" ,
13- "//targets/onnxRT:imported_openvx_onnxRT" ,
13+ # "//targets/onnxRT:imported_openvx_onnxRT",
14+ "//targets/onnxRT:onnxRT" , # temorary hack to get test to work
1415 ],
1516 linkopts = select ({
1617 "@platforms//os:linux" : ["-Wl,-rpath,$ORIGIN" ],
You can’t perform that action at this time.
0 commit comments