Skip to content

Commit

Permalink
Use FindPython3.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Sep 20, 2023
1 parent baa9d4b commit f868f22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
17 changes: 8 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ package:
version: {{ version }}

source:
- url: https://github.com/openvinotoolkit/openvino/archive/47b736f63edda256d66e2bbb572f42a9d6549f6e.tar.gz
sha256: 8a1dd5b35fe4b60440e97ee61e12e01aa4dd78b5be30550aa08fcd96c416e1d7
- url: https://github.com/openvinotoolkit/openvino/archive/764d6ff1994b55ffcd469ca0293eefa09c44ab57.tar.gz
sha256: e501700764d1d1c3c1c1b113858d6693694e503ccf96adb8a79975c2cf6deb18
patches:
- patches/001-python-osx-arm64.patch # [arm64]
- patches/002-win32-python-search.patch
- patches/003-lin-arm64-compute-lib.patch # [aarch64]
- patches/003-lin-arm64-compute-lib.patch
- patches/004-gflags-samples.patch
- url: https://github.com/ARM-software/ComputeLibrary/archive/refs/tags/v23.02.1.tar.gz # [aarch64 or arm64]
sha256: c3a443e26539f866969242e690cf0651ef629149741ee18732f954c734da6763 # [aarch64 or arm64]
folder: src/plugins/intel_cpu/thirdparty/ComputeLibrary # [aarch64 or arm64]
- url: https://github.com/openvinotoolkit/oneDNN/archive/ae825539bd850d1ad5c83d4bb0d56c65d46d5842.tar.gz
sha256: 1204df17785c8603f9dfa1f4f91e91e5ffd4391bf7680d2b256de2513490ebee
- url: https://github.com/openvinotoolkit/oneDNN/archive/31c8555b923e16b4ddfdcd1d1f126c115b5e0da7.tar.gz
sha256: fc172f7f0af1911577704fdf227cf0513cf8065ccbdb79af2d1aa16a1665f80c
folder: src/plugins/intel_cpu/thirdparty/onednn
- url: https://github.com/openvinotoolkit/mlas/archive/c7c8a631315000f17c650af34431009d2f22129c.tar.gz
sha256: 7b790dfeef8e1dd612f920c85186c52ad3a3e2245e2a2afd6cc91ce4b1dc64a9
Expand All @@ -29,12 +28,12 @@ source:
- url: https://github.com/opencv/ade/archive/refs/tags/v0.1.2c.tar.gz
sha256: 1387891c707c6e5c76448ea09e2df2e8bce1645c11f262c10b3f3ebec88749c2
folder: thirdparty/ade
- url: https://github.com/onnx/onnx/archive/refs/tags/v1.13.1.tar.gz
sha256: 090d3e10ec662a98a2a72f1bf053f793efc645824f0d4b779e0ce47468a0890e
- url: https://github.com/onnx/onnx/archive/refs/tags/v1.14.1.tar.gz
sha256: e296f8867951fa6e71417a18f2e550a730550f8829bd35e947b4df5e3e777aa1
folder: thirdparty/onnx/onnx

build:
number: 0
number: 1

requirements:
build:
Expand Down
13 changes: 0 additions & 13 deletions recipe/patches/001-python-osx-arm64.patch

This file was deleted.

0 comments on commit f868f22

Please sign in to comment.