Age | Commit message (Collapse) | Author |
|
|
|
Patching all occurrences of unsupported 'cmake_minimum_required()'
is not needed. Starting at CMake 4.0, there is a new variable[1]
named 'CMAKE_POLICY_VERSION_MINIMUM' that can be externally set
exactly for the purpose of setting the policy version of projects
that are not yet updated.
[1] https://cmake.org/cmake/help/v4.0/variable/CMAKE_POLICY_VERSION_MINIMUM.html
|
|
|
|
|
|
Just after pushing 2024.6.0-2, opencv 4.11 was released in the
Arch Linux official repositories, and now the opencv patch can
be dropped.
|
|
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 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
|
|
|
|
The npu plugin requires avx isa and does not build with the
Arch Linux default x86_64 generic compiler flags. Disabled.
|
|
|
|
|
|
|
|
|
|
Required since version 2024.1.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The current version does not work with the newly released
protobuf 3.19.
|
|
|
|
|
|
|
|
|
|
|