Search Criteria
Package Details: python-openvino 2024.6.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvino.git (read-only, click to copy) |
---|---|
Package Base: | openvino |
Description: | Python bindings for OpenVINO |
Upstream URL: | https://docs.openvino.ai/ |
Licenses: | Apache-2.0, LicenseRef-custom |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 12 |
Popularity: | 0.47 |
First Submitted: | 2020-12-23 22:29 (UTC) |
Last Updated: | 2025-01-09 03:06 (UTC) |
Dependencies (29)
- openvinoAUR (openvino-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR)
- python-openvino-telemetryAUR
- python-packaging
- 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 9 more dependencies...
Required by (0)
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
1 2 3 4 5 6 7 Next › Last »
dbermond commented on 2025-01-03 20:20 (UTC)
@leandrosansilva the build jobs/parallelism is a user setting and should be configured in your 'makepkg.conf'.
leandrosansilva commented on 2025-01-03 17:24 (UTC)
It took my old NUC hours to build openvino, and then I noticed it was using a single core. You can considerably speed up the build by building stuff in parallel (use nproc from cureutils).
Here a simple
git diff
output with the change:dbermond commented on 2024-12-10 20:40 (UTC)
@PatoPan this should not happen, as we are building protobuf from git submodules instead of using system protobuf (the lines in your log saying "Found Protobuf: /usr/lib/libprotobuf.so" and similar ones about system protobuf should not appear). Make sure that you have an up-to-date clone of this git repository.
PatoPan commented on 2024-12-10 18:14 (UTC) (edited on 2024-12-10 18:16 (UTC) by PatoPan)
I get the following error
dbermond commented on 2024-09-23 15:58 (UTC)
@puddings233 Reproduced. The npu plugin requires avx and it seems there is no way to configure it to use generic x86_64 instructions. I had to disable it. Package updated and building fine now. Thanks for reporting.
puddings233 commented on 2024-09-23 07:35 (UTC) (edited on 2024-09-23 11:16 (UTC) by puddings233)
Build failed in clean chroot using
pkgctl build
Full log at: https://fars.ee/nEK3
dbermond commented on 2024-09-22 19:28 (UTC)
@carlosnewmusic I cannot reproduce your issue. I have just checked, and the package is building fine with makepkg, and also in a clean chroot. The high amount of messages saying "Updating files" (or something like that, your log it's not in english) alongside with a percentage makes me think that you are not using makepkg, as makepkg does not produce it. Are you on Arch Linux? What is the command that you are using to build?
carlosnewmusic commented on 2024-09-22 10:37 (UTC)
build error https://pastebin.com/yhECnMD2
dbermond commented on 2024-08-27 17:03 (UTC)
@gbin you can build the package in an clean chroot for an isolated build environment.
1 2 3 4 5 6 7 Next › Last »