Package Details: openvino 2024.1.0-3

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: A toolkit for developing artificial inteligence and deep learning applications
Upstream URL: https://docs.openvinotoolkit.org/
Licenses: Apache-2.0
Conflicts: intel-openvino
Provides: intel-openvino
Replaces: intel-openvino
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 10
Popularity: 0.89
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2024-05-04 15:56 (UTC)

Dependencies (24)

Sources (29)

Latest Comments

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

AaronC commented on 2022-05-02 13:39 (UTC)

@dbermond Thank you for checking. I don't see any clear error messages anywhere in the output. I was assuming that the /usr/local stuff was part of this install. It's been a few years since I've refreshed my base installation, so it is certainly possible that I have some conflicting libraries installed. Normally I would spin up a virtual machine and install it on a fresh install, but unfortunately I am trying to get this to work with an Intel NCS2 which behaves really oddly when used from a virtual machine.

Thanks, Aaron

dbermond commented on 2022-04-29 21:45 (UTC)

@AaronC I've just checked, and the package is building fine for me. Maybe your build log have previous errors that are not on your pastebin, since there are no clear error messages on pastebin. Anyway, it looks like that something is clearly wrong with your system, since the ld warning is being shown for a library that is at '/usr/local', and Arch Linux does not uses '/usr/local'. ld complains about libImath-2_2.so.12, but Arch Linux ships libImath-3_1.so.29, so it's referring to a file that is not shipped by the official repositories. At a first glance, it seems that you have some custom stuff installed that is conflicting. My build log does not show anything related to '/usr/local' and/or non-shipped libImath-2_2.so.12, and no such ld warnings.

AaronC commented on 2022-04-29 13:48 (UTC)

This is a super complex package - Thank you for working on it.

Unfortunately when I first tried to build this, it got to 97% and then reported a bunch of errors around missing shared object files starting with

/usr/bin/ld: warning: libImath-2_2.so.12, needed by /usr/local/lib64/libopencv_imgcodecs.so.3.4, not found (try using -rpath or -rpath-link)

This is a warning, so I'm not sure if it is the error, but I think it causes the build to fail. This pastebin contains the full error message:

https://pastebin.com/ErCM7uVA

My computer has /usr/lib/libImath-3_1.so.29.4.0 installed on it, and updated versions of the other files also. I have installed opencv before, so possibly they got installed then?

Any thoughts on how to get around this?

Thanks!

dbermond commented on 2021-12-29 14:44 (UTC)

@peter.babic Fixed.

peter.babic commented on 2021-12-28 21:17 (UTC)

I am getting the following when interacting with pacman:

ldconfig: /opt/intel/openvino/deployment_tools/inference_engine/external/gna/lib/libgna.so.2 is not a symbolic link

Running stat on it confirms it is a regular file.

dbermond commented on 2021-12-27 15:58 (UTC)

@jqjiang I've pushed a fix. Thanks for reporting.

jqjiang commented on 2021-12-27 06:24 (UTC)

cannot build 2021.4 with protobuf 3.19.1-1

error: no matching function for call to ‘google::protobuf::io::CodedInputStream::SetTotalBytesLimit(long long int, long long int)’

seems this api was deleted, see https://github.com/protocolbuffers/protobuf/pull/8794

dbermond commented on 2020-08-12 21:27 (UTC)

@91Hakurei There are instructions for installing the model optimizer at the upstream documentation. I also should say that Manjaro is not supported here.

Hakureirm commented on 2020-08-11 12:18 (UTC)

Hello! Thank you very much for the package.What does it take to install the Model Optimizer? I'm too novice to install openvino completely on manjaro. maybe ubuntu is better for me.Also, my English is not very good, so please forgive me if you don't understand anything I say.Thank you!

dbermond commented on 2020-07-29 19:59 (UTC)

@vpetrog The build system does not install the model optimizer, at least not by default. So, it's not installed.

The myriad plugin (libmyriadPlugin.so) is built and installed by default: https://github.com/openvinotoolkit/openvino/blob/2020.4/inference-engine/cmake/features_ie.cmake#L67