Package Details: python-openvino 2026.2.1-2

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: Python bindings for OpenVINO
Upstream URL: https://docs.openvino.ai/
Licenses: Apache-2.0, LicenseRef-custom
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 18
Popularity: 0.72
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2026-07-11 12:39 (UTC)

Required by (1)

Sources (28)

Latest Comments

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

dbermond commented on 2026-07-11 12:40 (UTC)

@Culted fixed. Thanks for reporting.

Culted commented on 2026-07-09 05:38 (UTC)

compilation of the "openvino-intel-npu-plugin" seems to be broken "cpp:37:42: error: Ausdruck kann nicht als Funktion verwendet werden 37 | for (int i = 0; i < out.size.dims(); ++i) { | ~^~" might be related to opencv 5.0.0

leenux commented on 2026-06-07 19:50 (UTC)

Building now. Tried several times before. Probably missing dependencies: gst-plugin-onnx python-pip python-uv python-virtualenv

matthias.lisin commented on 2026-06-05 16:36 (UTC)

@dbermond You're right. Thank you for clarifying.

dbermond commented on 2026-06-05 16:22 (UTC) (edited on 2026-06-05 16:25 (UTC) by dbermond)

@matthias.lisin The number of build jobs in makepkg is a user configuration, and not a package setting. Enforcing this in the PKGBUILD is not the way to go, unless when explicitly needed (like in the cases when a single build job is required). This should be configured by setting the 'MAKEFLAGS' variable in your makepkg.conf.

matthias.lisin commented on 2026-06-05 15:52 (UTC)

@dbermond Thanks for maintaining this monster of a package! Can you look into adding --parallel $(nproc) to the cmake --build command? In my case ($(nproc) -eq 24) it takes significantly less time to build. Like about an hour less.

dbermond commented on 2026-06-04 21:08 (UTC)

@leenux I could reproduce your issue. It happens when having the onnx package installed. It can be circumvented by building the package in a clean chroot, but, for convenience, I added a patch for ignoring system onnx. It should be building fine now when having system onnx installed.

leenux commented on 2026-06-02 17:41 (UTC)

still not building: CMake Error at /usr/lib/cmake/ONNX/ONNXTargets.cmake:70 (set_target_properties): The link interface of target "ONNX::onnx" contains:

absl::absl_check

selebray1998 commented on 2026-05-23 21:45 (UTC) (edited on 2026-05-23 21:48 (UTC) by selebray1998)

Well, I'm now (trying) to maintain audacity-openvino. I'm new to this so I'm certain that I messed a few things up. But I am trying day by day to get it to build, so bear with me. Shouldn't be much longer now. By the way, is there any plans to implement GPU acceleration support for these packages? You can look at my packages for conditional logic that checks to see if there's a GPU/compiler and builds for the correct one and if it doesn't detect one it falls back to CPU.

alzpmq commented on 2026-05-20 13:24 (UTC)

The PKGBUILD will generate /usr/lib/libopenvino_jax_frontend.so.2026.1.0.dbg,which make ldconfig segmentfault

newfstatat(AT_FDCWD, "/usr/lib/libopenvino_jax_frontend.so.2026.1.0", {st_mode=S_IFREG|0755, st_size=532296, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/usr/lib/libopenvino_jax_frontend.so.2026.1.0.dbg", {st_mode=S_IFREG|0644, st_size=3648, ...}, AT_SYMLINK_NOFOLLOW) = 0
openat(AT_FDCWD, "/usr/lib/libopenvino_jax_frontend.so.2026.1.0.dbg", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3648, ...}) = 0
mmap(NULL, 3648, PROT_READ, MAP_SHARED, 4, 0) = 0x7f17af548000
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7f1851c75a94} ---
+++ killed by SIGSEGV (core dumped) +++
[1]    199467 segmentation fault (core dumped)  strace -f ldconfig -r / 2>&1 | 
       199468 done                              tail -n 50