Search Criteria
Package Details: openvino-git 2024.5.0.r149.g287ab9883ac-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvino-git.git (read-only, click to copy) |
---|---|
Package Base: | openvino-git |
Description: | A toolkit for developing artificial inteligence and deep learning applications (git version) |
Upstream URL: | https://docs.openvinotoolkit.org/ |
Licenses: | Apache-2.0 |
Conflicts: | intel-openvino-git, openvino |
Provides: | intel-openvino-git, openvino |
Replaces: | intel-openvino-git |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-23 22:29 (UTC) |
Last Updated: | 2024-11-24 15:22 (UTC) |
Dependencies (23)
- onetbb
- pugixml (pugixml-gitAUR)
- cmake (cmake-gitAUR) (make)
- fdupes (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR) (make)
- opencl-clhpp (opencl-clhpp-gitAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- opencv (opencv-cuda) (make)
- patchelf (patchelf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- shellcheck (shellcheck-binAUR, shellcheck-gitAUR) (make)
- snappy (snappy-gitAUR) (make)
- intel-compute-runtime (intel-compute-runtime-gitAUR, intel-compute-runtime-binAUR) (optional) – for Intel GPU plugin
- level-zero-loader (level-zero-loader-gitAUR) (optional) – for Intel NPU plugin
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR) (optional) – for Intel GPU plugin
- python (python37AUR, python311AUR, python310AUR) (optional) – for Python API
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (optional) – for Python API
- python-packaging (optional) – for Python API
- python-pillow (python-pillow-gitAUR) (optional) – for Python API
- snappy (snappy-gitAUR) (optional) – for tensorflow frontend
Required by (8)
- ffmpeg-full (requires openvino)
- ffmpeg-full-git (requires openvino)
- stable-diffusion-intel-git (requires openvino)
- whisper.cpp (requires openvino) (make)
- whisper.cpp-cuda (requires openvino) (make)
- whisper.cpp-openvino (requires openvino)
- whisper.cpp-openvino (requires openvino) (make)
- whisper.cpp-vulkan (requires openvino) (make)
Sources (33)
- 010-openvino-disable-werror.patch
- 020-openvino-use-protobuf-shared-libs.patch
- 030-openvino-level-zero-disable-werror.patch
- git+https://github.com/ARM-software/ComputeLibrary.git
- git+https://github.com/gflags/gflags.git
- git+https://github.com/google/flatbuffers.git
- git+https://github.com/google/snappy.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/KhronosGroup/OpenCL-ICD-Loader.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/open_model_zoo.git
- git+https://github.com/openvinotoolkit/shl.git
- git+https://github.com/openvinotoolkit/telemetry.git
- git+https://github.com/protocolbuffers/protobuf.git
- git+https://github.com/pybind/pybind11.git
- git+https://github.com/zeux/pugixml.git
- googletest-openvinotoolkit
- oneDNN-openvinotoolkit
- openvino.conf
- setupvars.sh
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