diff options
author | Daniel Bermond | 2023-06-18 14:55:33 -0300 |
---|---|---|
committer | Daniel Bermond | 2023-06-18 14:55:33 -0300 |
commit | 257f83247b8e817c96fce1d6d606585115a4a38a (patch) | |
tree | 3056d848e3a2c9b09b687896588a3fa6492bdcba /.SRCINFO | |
parent | dae7a99c4147e4d34ada658958d83ad74af246ba (diff) | |
download | aur-257f83247b8e817c96fce1d6d606585115a4a38a.tar.gz |
Update to version 2023.0.0
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 53 |
1 files changed, 28 insertions, 25 deletions
@@ -1,43 +1,40 @@ pkgbase = openvino pkgdesc = A toolkit for developing artificial inteligence and deep learning applications - pkgver = 2022.3.0 - pkgrel = 2 + pkgver = 2023.0.0 + pkgrel = 1 url = https://docs.openvinotoolkit.org/ arch = x86_64 license = Apache makedepends = git makedepends = git-lfs makedepends = cmake - makedepends = intel-compute-runtime - makedepends = libusb makedepends = opencl-clhpp + makedepends = opencl-headers makedepends = ocl-icd makedepends = opencv - makedepends = patchelf + makedepends = protobuf + makedepends = snappy makedepends = python + makedepends = python-setuptools makedepends = cython + makedepends = fdupes + makedepends = patchelf makedepends = shellcheck - makedepends = tbb - depends = protobuf - depends = numactl - depends = libxml2 - optdepends = intel-compute-runtime: for GPU (clDNN) plugin - optdepends = ocl-icd: for GPU (clDNN) plugin - optdepends = libusb: for Myriad plugin - optdepends = tbb: for Myriad plugin + depends = pugixml + depends = onetbb + optdepends = intel-compute-runtime: for Intel GPU plugin + optdepends = ocl-icd: for Intel GPU plugin + optdepends = snappy: for tensorflow frontend + optdepends = protobuf: for tensorflow, paddle and onnx frontends optdepends = python: for Python API optdepends = python-numpy: for Python API optdepends = cython: for Python API provides = intel-openvino conflicts = intel-openvino replaces = intel-openvino - noextract = firmware_usb-ma2x8x_20221129_35.zip - noextract = firmware_pcie-ma2x8x_20221129_35.zip options = !emptydirs - source = git+https://github.com/openvinotoolkit/openvino.git#tag=2022.3.0 - source = https://storage.openvinotoolkit.org/dependencies/myriad/firmware_pcie-ma2x8x_20221129_35.zip - source = https://storage.openvinotoolkit.org/dependencies/myriad/firmware_usb-ma2x8x_20221129_35.zip - source = https://storage.openvinotoolkit.org/dependencies/gna/gna_03.00.00.1910.zip + source = git+https://github.com/openvinotoolkit/openvino.git#tag=2023.0.0 + source = https://storage.openvinotoolkit.org/dependencies/gna/gna_03.05.00.1906.zip 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 @@ -56,15 +53,20 @@ pkgbase = openvino source = git+https://github.com/oneapi-src/oneDNN.git source = git+https://github.com/openvinotoolkit/open_model_zoo.git source = git+https://github.com/nlohmann/json.git + source = git+https://github.com/google/flatbuffers.git + source = git+https://github.com/google/snappy.git + source = git+https://github.com/ARM-software/ComputeLibrary.git source = openvino.conf source = setupvars.sh source = 010-ade-disable-werror.patch + source = 015-openvino-disable-werror.patch source = 020-openvino-use-protobuf-shared-libs.patch - source = 030-openvino-fix-opencl-headers.patch + source = 030-openvino-gcc13-fix.patch + sha256sums = SKIP + sha256sums = 4a5be86d9c026b0e10afac2a57fc7c99d762b30e3d506abb3a3380fbcfe2726e + sha256sums = SKIP + sha256sums = SKIP sha256sums = SKIP - sha256sums = 5667eb028290fbec92220031590ba5f87774a7b638b13178e0dcf8447a4ee8ca - sha256sums = 1ca3566d294c8d269f3a0ad2f5699e9dbb2679a24a455b2cc343612303d867bd - sha256sums = 894ddbc0ae3459f04513b853b0cabc32890dd4ea37228a022b6a32101bdbb7f8 sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP @@ -86,7 +88,8 @@ pkgbase = openvino sha256sums = 335a55533ab26bd1f63683921baf33b8e8e3f2732a94554916d202ee500f90af sha256sums = e5024ad3382f285fe63dc58faca379f11a669bbe9f5d90682c59ad588aab434c sha256sums = 502fcbb3fcbb66aa5149ad2cc5f1fa297b51ed12c5c9396a16b5795a03860ed0 - sha256sums = 5661837265c8e9cb1876982c7fc192ac694b7aa25448d8987c84ac545d31a4c6 - sha256sums = 5dc27990682d2d44a1397de2e2d8f822a6b627f6f799b00dd971ed7cee323a32 + sha256sums = 7f81f5ef6600b069e7e0b8ff11b7b48768991b9b4d9cd3c4cf845cd8dc99d26d + sha256sums = 464f957236e8d084a8fe8f474ccba09e146043d21b9896239030eb67c722731e + sha256sums = fb6be7fefc639407ca1a8f79b6226f0c6216974a3d365b8a3c2252873b4f5ea1 pkgname = openvino |