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)
- Show 3 more dependencies...
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 »
eme commented on 2024-04-26 02:30 (UTC) (edited on 2024-04-26 02:32 (UTC) by eme)
@dbermond should level-zero-loader be added as a dep for 2024.1.0-1?
dbermond commented on 2024-04-04 23:00 (UTC)
@cesman This is a connection error. Keep trying and it should work. All the sources are hosted in github, which is supposed to have a good server infrastructure, and it's working fine now.
cesman commented on 2024-04-01 01:36 (UTC) (edited on 2024-04-01 01:37 (UTC) by cesman)
Trying to make the package, I get the following error:
dbermond commented on 2024-02-26 16:09 (UTC)
@inlophe Now that we have a proper error message being show, we can address the issue. Package updated with the fix.
msa81 commented on 2024-02-19 22:28 (UTC) (edited on 2024-02-19 22:30 (UTC) by msa81)
@inlophe
Linker failed for an obvious reason: 'target-specific option mismatch' actually points to incorrect compiler tuning for the asked CPU capabilites. You're probably using arch installation default CFLAGS options for makepkg, e.g., CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe..." which won't work with OpenVino due to the missing access to the CPU vector instructions. There are several ways to fight that:
package maintainer overrides CFLAGS in the PKGBUILD with proper ones
change CFLAGS="-march=x86-64 -mtune=generic -O2..." to CFLAGS="-march=native -O2..." in /etc/makepkg.conf. This is the approach I'm using anyway. The drawback is that every single AUR package that needs compiling will not be usable in it's final form if there are some CPU instructions missing on another machine.
everything else like make your own local PKGBUILD, change the environment, etc.
inlophe commented on 2024-02-19 13:27 (UTC)
I happen to get the error @Bluebomber182 got too. After disabling makepkg's parallel running and compile it again, I get this error.
Any idea of the problem?
dbermond commented on 2024-01-04 19:37 (UTC)
@Bluebomber182 I've just checked, and the package is building fine. Your log does not show any meaningful error messages.
Bluebomber182 commented on 2024-01-04 10:44 (UTC)
I got this error message upon installing it. So I just installed OpenVino from the Chaotic-AUR repo instead
dbermond commented on 2023-12-18 21:47 (UTC)
@Fifis It looks like you have opencv2 concomitantly installed. I've pushed an update to it that fixes the issue you're having.
Fifis commented on 2023-12-14 13:59 (UTC)
There is a path error in the OpenCV dependency ("lib" mentioned twice in the path
/usr/lib/lib/libopencv_core.so.2.4.13
), which makes compilation impossible.« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »