openvino: fix build by providing ocl-icd for libOpenCL.so.1
This commit is contained in:
parent
402ae9be2a
commit
807a4c7b82
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
# runtime
|
||||
, libusb1
|
||||
, libxml2
|
||||
, ocl-icd
|
||||
, opencv
|
||||
, protobuf
|
||||
, pugixml
|
||||
|
@ -134,6 +135,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
libusb1
|
||||
libxml2
|
||||
ocl-icd
|
||||
opencv.cxxdev
|
||||
protobuf
|
||||
pugixml
|
||||
|
|
Loading…
Reference in a new issue