Package Details: openvino-intel-npu-plugin 2025.1.0-1

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: Intel NPU plugin for OpenVINO
Upstream URL: https://docs.openvino.ai/
Licenses: Apache-2.0, LicenseRef-custom
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 14
Popularity: 0.83
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2025-04-11 00:44 (UTC)

Required by (1)

Sources (27)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

carlosnewmusic commented on 2024-09-22 10:37 (UTC)

build error https://pastebin.com/yhECnMD2

dbermond commented on 2024-08-27 17:03 (UTC)

@gbin you can build the package in an clean chroot for an isolated build environment.

gbin commented on 2024-08-25 01:15 (UTC)

I think I understand what is going on: this package tries to vendor onnx, pytorch etc ... but if you happen to have them already on your system the build is not sandboxed properly and can pick up an incompatible package. Is there a way to either pin a compatible version of those dependencies or properly isolate this build? (basically I had to blow up my functioning ML install just to be able to build and try this package)

dbermond commented on 2024-08-19 23:54 (UTC)

@EndlessEden The package builds fine without scons.

EndlessEden commented on 2024-08-19 07:41 (UTC)

please add "scons" to builddep, build is failing with this.

tolja commented on 2024-08-17 04:05 (UTC)

Sure enough that did it, thanks. I'll let you know if I can figure out what's preventing the build on my system.

dbermond commented on 2024-08-16 16:01 (UTC)

@tolja try to build the package in a clean chroot. It should work. If it works, then it probably demonstrates there is some inconsistency/incompatibility/problem in your system that is preventing the build.

tolja commented on 2024-08-16 15:58 (UTC)

Yeah I'm using arch. Tried first with yay and then regularly with makepkg on a freshly cloned repo.

dbermond commented on 2024-08-16 15:29 (UTC)

@tolja I have just checked, and the package is building fine. Are you on Arch Linux? What is the command you are using to build?