Skip to content

Commit

Permalink
remove ocl-icd-system from run dependency (conda-forge#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Feb 22, 2024
1 parent 2e066c3 commit 727b8d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source:
folder: thirdparty/onnx/onnx

build:
number: 0
number: 1

requirements:
build:
Expand Down Expand Up @@ -347,7 +347,6 @@ outputs:
- {{ pin_subpackage('libopenvino', exact=True) }}
run:
- {{ pin_subpackage('libopenvino', exact=True) }}
- ocl-icd-system # [linux64]
test:
commands:
- test -f $PREFIX/lib/openvino-{{ version_postfix }}/libopenvino_intel_gpu_plugin.so # [unix]
Expand Down

0 comments on commit 727b8d0

Please sign in to comment.