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
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
Eugine_Nier commented on 2023-05-18 06:29 (UTC) (edited on 2023-05-18 06:33 (UTC) by Eugine_Nier)
I keep getting this error:
dbermond commented on 2023-04-02 15:23 (UTC)
@Eirikr I've pushed a fix. My guess is that this is some incompatibility with newer cmake versions. Building fine now.
Eirikr commented on 2023-04-01 22:00 (UTC)
I keep receiving this message:
In my /etc/profile I have: export OCL_ICD_VENDORS=/etc/OpenCL/vendors/ which still does not seem to work.
mozzribo commented on 2022-11-14 22:38 (UTC)
Yep, it works now! Thanks for the maintenance. :) I deleted my previous comment as it was pretty lengthy.
dbermond commented on 2022-11-14 14:06 (UTC)
@mozzribo I've just updated the package right before your comment, and it's building fine. The git fix was pushed. Probably you are using an outdated checkout of this repository. Make sure to update it with 'git pull', or clone it again.
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
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »