Search Criteria
Package Details: python-openvino-git 2024.6.0.r511.g6b5c0a59ef9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvino-git.git (read-only, click to copy) |
---|---|
Package Base: | openvino-git |
Description: | Python bindings for OpenVINO (git version) |
Upstream URL: | https://docs.openvino.ai/ |
Licenses: | Apache-2.0, LicenseRef-custom |
Conflicts: | python-openvino |
Provides: | python-openvino |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
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)
- python-setuptools (make)
- python-wheel (make)
- snappy (snappy-gitAUR) (make)
- python-jaxAUR (python-jax-binAUR) (optional) – for JAX frontend
- python-opencv (python-opencv-cuda) (optional) – for filling vectors in benchmark
- python-pillow (optional) – for Torchvision to OpenVINO preprocessing converter
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – for PyTorch frontend and Torchvision to OpenVINO preprocessing converter
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional) – for TensorFlow frontent
- python-torchvision (python-torchvision-gitAUR, python-torchvision-rocm-binAUR, python-torchvision-rocmAUR, python-torchvision-cuda) (optional) – for Torchvision to OpenVINO preprocessing converter
Required by (0)
Sources (25)
- 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
- git+https://github.com/openvinotoolkit/shl.git
- git+https://github.com/openvinotoolkit/telemetry.git
- googletest-openvinotoolkit
- oneDNN-openvinotoolkit
Latest Comments
« First ‹ Previous 1 2
Eirikr commented on 2023-04-01 19:48 (UTC) (edited on 2023-04-01 19:51 (UTC) by Eirikr)
For the Neural Compute Stick 2 I had to add to the PKGBUILD:
-DENABLE_MYRIAD:BOOL='ON' \
and-DENABLE_VPU:BOOL='ON' \
dbermond commented on 2023-03-04 16:28 (UTC)
@dreieck I got a build error too, but not on cmake like you. Mine was deeper in the build stage when building gna. I've disabled gna and it's building fine for me now. Regarding sources, downloading them in the sources array is implemented in the stable openvino package. This does not makes sense here in the VCS package, since these sources are always being updated by upstream (hence upstream downloads them through cmake), so specifying them manually in the sources array like in the stable package will cause frequent breakages when upstream updates.
dreieck commented on 2023-02-27 10:31 (UTC) (edited on 2023-02-27 10:32 (UTC) by dreieck)
openvino-git
fails to build for me at gna withCMake Error at thirdparty/CMakeLists.txt:399 (set_property):
:The mentioned file
/tmp/makepkg/build/openvino-git/src/build/CMakeFiles/CMakeOutput.log
can be found ↗ here.Regards!
dreieck commented on 2023-02-27 10:31 (UTC)
Can you please move all download steps into
prepare()
, if you cannot explicitly pre-download the files via thesource
array?:Thanks for maintaining!
« First ‹ Previous 1 2