blob: a3f1018fd0e63333e754d7cc86195fc01387bb9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
pkgbase = openvino-git
pkgdesc = A toolkit for optimizing and deploying deep learning models (git version)
pkgver = 2024.6.0.r511.g6b5c0a59ef9
pkgrel = 1
url = https://docs.openvino.ai/
arch = x86_64
license = Apache-2.0
license = LicenseRef-Custom
makedepends = abseil-cpp
makedepends = cmake
makedepends = flatbuffers
makedepends = git
makedepends = git-lfs
makedepends = ocl-icd
makedepends = onetbb
makedepends = opencv
makedepends = patchelf
makedepends = protobuf
makedepends = pugixml
makedepends = pybind11
makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = snappy
options = !emptydirs
source = git+https://github.com/openvinotoolkit/openvino.git
source = oneDNN-openvinotoolkit::git+https://github.com/openvinotoolkit/oneDNN.git
source = git+https://github.com/herumi/xbyak.git
source = git+https://github.com/madler/zlib.git
source = git+https://github.com/gflags/gflags.git
source = googletest-openvinotoolkit::git+https://github.com/openvinotoolkit/googletest.git
source = git+https://github.com/KhronosGroup/OpenCL-Headers.git
source = git+https://github.com/KhronosGroup/OpenCL-CLHPP.git
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/intel/ittapi.git
source = git+https://github.com/nithinn/ncc.git
source = git+https://github.com/oneapi-src/oneDNN.git
source = git+https://github.com/nlohmann/json.git
source = git+https://github.com/ARM-software/ComputeLibrary.git
source = git+https://github.com/openvinotoolkit/mlas.git
source = git+https://github.com/oneapi-src/level-zero.git
source = git+https://github.com/intel/level-zero-npu-extensions.git
source = git+https://github.com/jbeder/yaml-cpp.git
source = git+https://github.com/openvinotoolkit/telemetry.git
source = git+https://github.com/libxsmm/libxsmm.git
source = git+https://github.com/openvinotoolkit/shl.git
source = 010-openvino-change-install-paths.patch
source = 020-openvino-disable-werror.patch
source = 030-openvino-level-zero-disable-werror.patch
source = 040-openvino-protobuf23-fix.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 83f377300c2acd520cc4af19e2a54b2cbf5459166df4d95258e99a7538b5f954
sha256sums = 8858496f3e2409d4d72802e9dd6823167309feee35086c591212692883f8bb7f
sha256sums = f7893f1a68555471646c4b7593c16330068c04587dc8cf140a1a3817527d377a
sha256sums = bcc3b452c40799187b7ba2c557516ef72d55929c44bed2c4d7182cfd01bae4ce
pkgname = openvino-git
depends = abseil-cpp
depends = protobuf
depends = pugixml
depends = onetbb
depends = snappy
optdepends = openvino-intel-gpu-plugin-git: for Intel GPU plugin
optdepends = openvino-intel-npu-plugin-git: for Intel NPU plugin
provides = openvino
provides = intel-openvino-git
conflicts = openvino
conflicts = intel-openvino-git
replaces = intel-openvino-git
pkgname = openvino-intel-gpu-plugin-git
pkgdesc = Intel GPU plugin for OpenVINO (git version)
depends = intel-compute-runtime
depends = ocl-icd
depends = onetbb
depends = openvino=2024.6.0.r511.g6b5c0a59ef9
depends = pugixml
provides = openvino-intel-gpu-plugin
conflicts = openvino-intel-gpu-plugin
pkgname = openvino-intel-npu-plugin-git
pkgdesc = Intel NPU plugin for OpenVINO (git version)
depends = intel-npu-compiler
depends = intel-npu-driver
depends = onetbb
depends = opencv
depends = openvino=2024.6.0.r511.g6b5c0a59ef9
depends = pugixml
provides = openvino-intel-npu-plugin
conflicts = openvino-intel-npu-plugin
pkgname = python-openvino-git
pkgdesc = Python bindings for OpenVINO (git version)
depends = openvino=2024.6.0.r511.g6b5c0a59ef9
depends = python
depends = python-numpy
depends = python-openvino-telemetry
depends = python-packaging
optdepends = python-jax: for JAX frontend
optdepends = python-opencv: for filling vectors in benchmark
optdepends = python-pillow: for Torchvision to OpenVINO preprocessing converter
optdepends = python-pytorch: for PyTorch frontend and Torchvision to OpenVINO preprocessing converter
optdepends = python-tensorflow: for TensorFlow frontent
optdepends = python-torchvision: for Torchvision to OpenVINO preprocessing converter
provides = python-openvino
conflicts = python-openvino
|