Search Criteria
Package Details: openvino 2025.0.0-3
Package Actions
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: | 14 |
Popularity: | 1.06 |
First Submitted: | 2020-12-23 22:29 (UTC) |
Last Updated: | 2025-04-04 11:03 (UTC) |
Dependencies (25)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- onetbb
- protobuf (protobuf-gitAUR, protobuf-dllexportAUR)
- pugixml (pugixml-gitAUR)
- snappy (snappy-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- flatbuffers (flatbuffers-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR) (make)
- onetbb (make)
- opencv (opencv-cuda) (make)
- patchelf (patchelf-gitAUR) (make)
- protobuf (protobuf-gitAUR, protobuf-dllexportAUR) (make)
- pugixml (pugixml-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (make)
- Show 5 more dependencies...
Required by (10)
Sources (25)
- 010-openvino-change-install-paths.patch
- 020-openvino-disable-werror.patch
- 030-openvino-level-zero-disable-werror.patch
- 040-openvino-protobuf23-fix.patch
- git+https://github.com/ARM-software/ComputeLibrary.git
- git+https://github.com/gflags/gflags.git
- git+https://github.com/herumi/xbyak.git
- git+https://github.com/intel/ittapi.git
- git+https://github.com/intel/level-zero-npu-extensions.git
- git+https://github.com/jbeder/yaml-cpp.git
- git+https://github.com/KhronosGroup/OpenCL-CLHPP.git
- git+https://github.com/KhronosGroup/OpenCL-Headers.git
- git+https://github.com/libxsmm/libxsmm.git
- git+https://github.com/madler/zlib.git
- git+https://github.com/nithinn/ncc.git
- git+https://github.com/nlohmann/json.git
- git+https://github.com/oneapi-src/level-zero.git
- git+https://github.com/oneapi-src/oneDNN.git
- git+https://github.com/onnx/onnx.git
- git+https://github.com/openvinotoolkit/mlas.git
- git+https://github.com/openvinotoolkit/openvino.git#commit=1f68be9f5945f2a239ada580e62c992d820f9cb7?signed
- git+https://github.com/openvinotoolkit/shl.git
- git+https://github.com/openvinotoolkit/telemetry.git
- googletest-openvinotoolkit
- oneDNN-openvinotoolkit
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
WhitePr commented on 2025-04-10 03:27 (UTC) (edited on 2025-04-10 03:28 (UTC) by WhitePr)
For users who can't find an available device, moving or linking the libraries in /usr/lib/openvino/ to /usr/lib/ will solve the problem.
I'm not sure why, it may be that openvino does not search for /usr/lib/openvino/ when searching for plugins.
dbermond commented on 2025-04-07 23:52 (UTC)
@ar4ca you need to import the pgp key. See:
https://wiki.archlinux.org/title/Makepkg#Signature_checking
https://wiki.archlinux.org/title/GnuPG#Searching_and_receiving_keys
ar4ca commented on 2025-04-07 22:59 (UTC) (edited on 2025-04-07 23:00 (UTC) by ar4ca)
makepkg -i gave me the below error, not sure how to go about it.
cesman commented on 2025-02-09 20:52 (UTC) (edited on 2025-02-10 08:57 (UTC) by cesman)
I cannot get it to work at all. Like @drzecki, the package built without issue. After the build and install, I did note the new package is quite smaller than the last (openvino-2024.6.0-1-x86_64) 27.2 vs 43.6 MiB.
After installing, attempting to run my program results in "no module named openvino". If I installed the previous version, no error is reported and my program runs as expected.
So I missed that python-openvino is split into a seperate package now. Once I built and installed it, my application worked. However OpenVINO doesn't like "AUTO" or "CPU" as a device name. Guess I need to research that.
Returns an empty list. I've tried this on a couple AMD systems and an 6th gen Intel i5 CPU.
drzecki commented on 2025-02-09 20:30 (UTC)
Hey, I installed the package on my lunar lake system. Build seemed successful, no errors whatsoever.
core.get_available_devices() however returns in both python and c++ an empty list, neither CPU, nor GPU, nor NPU seems to be recognized.
All extensions (cpu, gpu, npu...) are present under /usr/lib/openvino/ intel-npu-drier version 1.13 is installed. kernel: linux-zen-6.13.2
Anyone with similar problem / has an idea how to solve this?
dbermond commented on 2025-01-31 20:18 (UTC)
@Nixola it's a good practice to update your system before building AUR packages, so you will have the latest software installed from the official repositories. Anyway, good to know it worked for you.
Nixola commented on 2025-01-31 20:14 (UTC)
It was so much further up my terminal had cut those lines; also, it turns out it expected a newer version of libprotobuf than I had installed, so updating my system fixed it. From earlier comments I think that should theoretically not matter, unless something's changed in the meantime?
dbermond commented on 2025-01-31 18:42 (UTC)
@Nixola You should look deeper in the upward direction of the build log. There should be a descriptive error message somewhere near a string similar to 'waiting for unfinished jobs'.
1 2 3 4 5 6 .. 8 Next › Last »