Search Criteria
Package Details: openvino 2025.1.0-2
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: | 15 |
Popularity: | 1.22 |
First Submitted: | 2020-12-23 22:29 (UTC) |
Last Updated: | 2025-05-01 14:11 (UTC) |
Dependencies (25)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- onetbb
- protobuf (protobuf-gitAUR)
- pugixml (pugixml-gitAUR)
- snappy (snappy-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- flatbuffers (flatbuffers-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR) (make)
- onetbb (make)
- opencv (opencv-cuda) (make)
- patchelf (patchelf-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- pugixml (pugixml-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python (python37AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- snappy (snappy-gitAUR) (make)
- openvino-intel-gpu-pluginAUR (openvino-intel-gpu-plugin-gitAUR) (optional) – for Intel GPU plugin
- openvino-intel-npu-pluginAUR (openvino-intel-npu-plugin-gitAUR) (optional) – for Intel NPU plugin
Required by (9)
Sources (28)
- 010-openvino-change-install-paths.patch
- 020-openvino-disable-werror.patch
- 030-openvino-level-zero-disable-werror.patch
- 040-openvino-protobuf23-fix.patch
- 050-openvino-gcc15-fix.patch
- git+https://github.com/ARM-software/ComputeLibrary.git
- git+https://github.com/ARM-software/kleidiai.git
- git+https://github.com/gflags/gflags.git
- git+https://github.com/herumi/xbyak.git
- git+https://github.com/herumi/xbyak_riscv.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=6fec06580ab8f60d1518420d17a02e8057a74349?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 .. 9 Next › Last »
dbermond commented on 2025-06-11 17:21 (UTC)
@jude7733 upstream openvino does not provide precompiled binaries for creating a -bin package. Regarding intel-npu-driver/intel-npu-compiler, there is already a precompiled -bin package in the AUR.
jude7733 commented on 2025-06-11 15:55 (UTC)
@dbermond .. Requesting for bin version of openvino and npu plugins as it's so computationally heavy to compile. Some of my friends are wishing for the bin version. Thank you.
7thCore commented on 2025-05-01 14:44 (UTC)
@dbermond well I tried. Thanks for the quick fix tho :)
dbermond commented on 2025-05-01 14:11 (UTC)
@7thCore This is much more complex than patching only these two files you mentioned. See:
https://github.com/openvinotoolkit/openvino/commit/c240db5ed317fdc94532dc55d356f18306ded996
And upstream missed the fix for the npu protopipe component. I have sent a pull request for fixing it:
https://github.com/openvinotoolkit/openvino/pull/30403
Anyway. I have just pushed the fixes and the package is now building fine.
7thCore commented on 2025-05-01 13:38 (UTC) (edited on 2025-05-01 14:11 (UTC) by 7thCore)
Missing #include <cstdint> in src/core/include/openvino/core/type/bfloat16.hpp and src/openvino/src/core/include/openvino/core/type/float16.hpp
Please add a patches:
rait commented on 2025-04-30 14:09 (UTC)
makepkg fails for me. I've seen a similar log under openvino-intel-npu-plugin reported by another user.
dbermond commented on 2025-04-11 00:49 (UTC)
@WhitePr do not move or symlink libraries tracked by pacman in your system directories, as this can completely mess your system. Please do not advise such things. I've pushed a fix for the issue alongside version 2025.1.0, and now device query is working fine.
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
1 2 3 4 5 6 .. 9 Next › Last »