Search Criteria
Package Details: openvino-intel-gpu-plugin 2024.6.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvino.git (read-only, click to copy) |
---|---|
Package Base: | openvino |
Description: | Intel GPU plugin for OpenVINO |
Upstream URL: | https://docs.openvino.ai/ |
Licenses: | Apache-2.0, LicenseRef-custom |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 13 |
Popularity: | 1.23 |
First Submitted: | 2020-12-23 22:29 (UTC) |
Last Updated: | 2025-01-09 03:06 (UTC) |
Dependencies (23)
- intel-compute-runtime (intel-compute-runtime-legacy-binAUR, intel-compute-runtime-gitAUR, intel-compute-runtime-binAUR, intel-compute-runtime-legacyAUR)
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR)
- onetbb
- openvinoAUR (openvino-gitAUR)
- pugixml (pugixml-gitAUR)
- abseil-cpp (abseil-cpp-gitAUR) (make)
- cmake (cmake-gitAUR) (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) (make)
- pugixml (pugixml-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- snappy (snappy-gitAUR) (make)
Required by (1)
- openvino (optional)
Sources (26)
- 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#tag=2024.6.0
- git+https://github.com/openvinotoolkit/open_model_zoo.git
- git+https://github.com/openvinotoolkit/shl.git
- git+https://github.com/openvinotoolkit/telemetry.git
- googletest-openvinotoolkit
- oneDNN-openvinotoolkit
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
dbermond commented on 2022-05-02 21:14 (UTC)
@AaronC Instead of using a virtual machine with a fresh install just to build a package, build the package in a clean chroot. That's how all the packages in the official repositories are built, and that's how I built all my packages. It assures that there are no interference with files and variables from your environment, as it's built in an isolated chroot environment. It should build fine for you in this way, as it builds fine for me, since it will be built on the same isolated environment. Beware that the built package may give problems to you at runtime, since you appear to have custom stuff on '/usr/local' that can interfere (as building on the chroot will use only files from the official repositories if you don't install anything else on the chroot), and you should make sure to have a clear Arch Linux environment firstly if you opt for doing this way.
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
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
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »