|
Package is now splitted to provide separated Intel gpu
plugin, Intel npu plugin and Python bindings. This will
benefit non-Intel[1] users, Intel users without the gpu
and/or npu hardware and those who do not need the Python
component.
Package now installs to the standard '/usr' prefix.
No more extra configuration is needed in dependant
packages for finding openvino CMake, pkgconfig,
headers and Python files, as everything is now
in default search paths.
The avx2 issue with Intel npu plugin is now fixed[2]
since openvino 2024.5.0, so it can be enabled again.
It now builds fine with the current Arch Linux baseline
x86_64 target. According to upstream, runtime issues
with non-avx2 hardware are also fixed.
Added system dependencies on protobuf and flatbuffers.
The protobuf dependency further reduces the package size.
Added the Python-based benchmark_app tool.
Disabled installation of samples sources, setupvars.sh
and install_openvino_dependencies.sh.
Updated pkgdesc and url.
All these changes produced an important reduction in
the openvino-git package install size, at the order of
~45MiB.
[1] https://github.com/openvinotoolkit/openvino/issues/23043
[2] https://github.com/openvinotoolkit/openvino/issues/26715#issuecomment-2499088672
|