summarylogtreecommitdiffstats
path: root/020-openvino-use-protobuf-shared-libs.patch
AgeCommit message (Collapse)Author
10 daysSplit package. Install to /usr. Enable npu plugin.Daniel Bermond
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
2024-11-24Match latest upstream changes. Disable the npu plugin.Daniel Bermond
The npu plugin requires avx isa and does not build with the Arch Linux default x86_64 generic compiler flags. Disabled.
2024-07-31Match latest upstream changesDaniel Bermond
2024-04-26Match latest upstream changesDaniel Bermond
2024-03-02Match latest upstream changes. Add fix for default makepkg flags.Daniel Bermond
2023-09-18Match latest upstream changesDaniel Bermond
2023-06-18Match latest upstream changesDaniel Bermond
2023-04-02Fix opencl headersDaniel Bermond
2023-03-04Match latest upstream changes. Disable gna to fix build.Daniel Bermond
2022-11-14Fix git submodules. Match latest upstream changes.Daniel Bermond
2021-12-27Match latest upstream changesDaniel Bermond