Skip to content

Commit

Permalink
Enable OpenVINO 2023.3.0 LTS (conda-forge#59)
Browse files Browse the repository at this point in the history
* Initial commit for 2023.3.0

* MNT: Re-rendered with conda-build 3.28.3, conda-smithy 3.30.3, and conda-forge-pinning 2024.01.10.16.37.01

* Update meta.yaml

use tag

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
3 people authored Jan 24, 2024
1 parent b163ebd commit 2e066c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 76 deletions.
27 changes: 13 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
{% set name = "openvino" %}
{% set version_postfix = "2023.2.0" %}
{% set version = "2023.2.0" %}
{% set version_postfix = "2023.3.0" %}
{% set version = "2023.3.0" %}

package:
name: {{ name|lower }}-split
version: {{ version }}

source:
- url: https://github.com/openvinotoolkit/openvino/archive/refs/tags/2023.2.0.tar.gz
sha256: 419b3137a1a549fc5054edbba5b71da76cbde730e8a271769126e021477ad47b
- url: https://github.com/openvinotoolkit/openvino/archive/refs/tags/{{ version }}.tar.gz
sha256: 27cff20ac0662f5495d2c2eec47cbe5469ab2f225aa091d223f8bfc9d32f4fc3
patches:
- patches/001-cross-compile-protobuf.patch
- patches/001-win-cmake-version.patch # [win64]
- patches/003-lin-arm64-compute-lib.patch # [aarch64]
- url: https://github.com/ARM-software/ComputeLibrary/archive/refs/tags/v23.08.tar.gz # [aarch64 or arm64]
sha256: 62f514a555409d4401e5250b290cdf8cf1676e4eb775e5bd61ea6a740a8ce24f # [aarch64 or arm64]
folder: src/plugins/intel_cpu/thirdparty/ComputeLibrary # [aarch64 or arm64]
- url: https://github.com/openvinotoolkit/oneDNN/archive/2ead5d4fe5993a797d9a7a4b8b5557b96f6ec90e.tar.gz
sha256: 3c51d577f9e7e4cbd94ad08d267502953ec64513241dda6595b2608fafc8314c
- url: https://github.com/openvinotoolkit/oneDNN/archive/cb3060bbf4694e46a1359a3d4dfe70500818f72d.tar.gz
sha256: 9dea3da8dab8511677db3db68ff4d9cdbfd31d8614bf04fd79a7610892bb991c
folder: src/plugins/intel_cpu/thirdparty/onednn
- url: https://github.com/openvinotoolkit/mlas/archive/f6425b1394334822390fcd9da12788c9cd0d11da.tar.gz
sha256: 707a6634d62ea5563042a67161472b4be3ffe73c9783719519abdd583b0295f4
- url: https://github.com/openvinotoolkit/mlas/archive/7a35e48a723944972088627be1a8b60841e8f6a5.tar.gz
sha256: b7fdd19523a88373d19fd8d5380f64c2834040fa50a6f0774acf08f3fa858daa
folder: src/plugins/intel_cpu/thirdparty/mlas
- url: https://github.com/oneapi-src/oneDNN/archive/284ad4574939fa784e4ddaa1f4aa577b8eb7a017.tar.gz # [win64 or linux64]
sha256: 16f36078339cd08b949efea1d863344cb0b742d9f5898937d07a591b0c4da517 # [win64 or linux64]
- url: https://github.com/oneapi-src/oneDNN/archive/cb77937ffcf5e83b5d1cf2940c94e8b508d8f7b4.tar.gz # [win64 or linux64]
sha256: 2ca304c033786aa5c3ec1ec6f8fc3936ae5c6874d5964b586311da11bec2ec4a # [win64 or linux64]
folder: src/plugins/intel_gpu/thirdparty/onednn_gpu # [win64 or linux64]
- url: https://github.com/opencv/ade/archive/refs/tags/v0.1.2d.tar.gz
sha256: edefba61a33d6cd4b78a9976cb3309c95212610a81ba6dade09882d1794198ff
folder: thirdparty/ade
- url: https://github.com/onnx/onnx/archive/refs/tags/v1.14.1.tar.gz
sha256: e296f8867951fa6e71417a18f2e550a730550f8829bd35e947b4df5e3e777aa1
- url: https://github.com/onnx/onnx/archive/refs/tags/v1.15.0.tar.gz
sha256: c757132e018dd0dd171499ef74fca88b74c5430a20781ec53da19eb7f937ef68
folder: thirdparty/onnx/onnx

build:
number: 5
number: 0

requirements:
build:
Expand Down
62 changes: 0 additions & 62 deletions recipe/patches/001-win-cmake-version.patch

This file was deleted.

0 comments on commit 2e066c3

Please sign in to comment.