Package Details: openvino 2025.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: 15
Popularity: 1.22
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2025-05-01 14:11 (UTC)

Sources (28)

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:

--- a/src/core/include/openvino/core/type/bfloat16.hpp
+++ b/src/core/include/openvino/core/type/bfloat16.hpp
@@ -4,6 +4,7 @@

 #pragma once

+#include <cstdint>
 #include <cmath>
 #include <iostream>
 #include <limits>
--- src/core/include/openvino/core/type/float16.hpp
+++ src/core/include/openvino/core/type/float16.hpp
@@ -4,6 +4,7 @@

 #pragma once

+#include <cstdint>
 #include <cmath>
 #include <iostream>
 #include <limits>

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.

CMake Error in src/bindings/python/src/pyopenvino/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/onnx/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/paddle/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/pytorch/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/jax/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done (1.4s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...

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