Package Details: openvino 2026.1.0-2

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: A toolkit for optimizing and deploying deep learning models
Upstream URL: https://docs.openvino.ai/
Licenses: Apache-2.0, LicenseRef-custom
Conflicts: intel-openvino
Provides: intel-openvino
Replaces: intel-openvino
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 17
Popularity: 0.169415
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2026-04-25 19:54 (UTC)

Sources (26)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

leenux commented on 2026-05-01 20:13 (UTC)

and still not building here.

leenux commented on 2026-04-10 09:01 (UTC) (edited on 2026-04-15 08:46 (UTC) by leenux)

And I forgot: audacity-openvino and audacity-openvino-bin won´t build either anymore because of libtorch-cxx11abi-cpu. So, without audacity-openvino, this all doesn´t make any sense, neither. We call it asymmetric warfare. Every community gets indoctrinated.

leenux commented on 2026-04-10 08:52 (UTC)

Using pacman and the AUR since more then 10 years. Problems and issues are rare and after some time solved. Here, it seems to take a lil longer. I will wait until audacity openvino to landd in the Arch repos. Still this package won't building here, the git version also not building here. Still same error: -- /usr/bin/pkg-config: libva (1.23.0) is found at /usr -- Configuring done (8.9s) CMake Error at /usr/lib64/cmake/ONNX/ONNXTargets.cmake:70 (set_target_properties): The link interface of target "ONNX::onnx" contains:

absl::absl_check

Discussion here seems quite dysfunctional, too.

dbermond commented on 2026-04-09 00:40 (UTC)

@imskyyc Upstream usually makes a soname bump in each minor release. It's user responsibility to track all installed AUR packages and take care of the needed rebuilds accordingly.

imskyyc commented on 2026-04-08 21:10 (UTC)

After the most recent update, packages that expect libopenvino_c.so.2600 are broken. Does the package no longer provide that?

zertyz commented on 2026-04-02 02:26 (UTC) (edited on 2026-04-02 02:27 (UTC) by zertyz)

There is a PR -- already merged to master -- that fixes the compilation issue.

For those wanting to build it, change the PKGCONFIG: _commit=3ca3d437c2f7ad0adacbf5029834a40b326e536f

I suggest the maintainer to do so for the package, as it is currently preventing instalation for new users.

Orion-zhen commented on 2026-03-21 07:30 (UTC)

I can build this package, but cannot follow llama.cpp openvino guide.

Because the /opt/intel/openvino directory is missing, and no /opt/intel/openvino/setupvars.sh, too.

Should the path /opt/intel/openvino exist in this package? If it shouldn't, how can I setup environment variables correctly?

rainest commented on 2026-03-16 18:59 (UTC)

@kistlin i hit the same build failure. looks like it's tied to https://github.com/openvinotoolkit/openvino/issues/34426 so it should be clear when the next openvino minor's out (not sure re that older 2025 version but... hopefully the latest one is fine? or will be)

kistlin commented on 2026-02-25 13:08 (UTC)

On an up-to-date Arch I get

... 94%] Built target pyopenvino_version
[ 94%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/async_infer_queue.cpp.o
[ 94%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/common.cpp.o
[ 94%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/compiled_model.cpp.o
[ 94%] Building CXX object src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/core.cpp.o
...
/usr/include/pybind11/pybind11.h:2459:25: error: static assertion failed: def_property family does not currently support call_guard. Use a py::cpp_function instead.
 2459 |         static_assert(0 == detail::constexpr_sum(detail::is_call_guard<Extra>::value...),
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pybind11/pybind11.h:2459:25: note: the comparison reduces to ‘(0 == 1)’
make[2]: *** [src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/build.make:121: src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/core/core.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:6584: src/bindings/python/src/pyopenvino/CMakeFiles/pyopenvino.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'openvino-2025.4.1-2':