Skip to content

Commit

Permalink
Updated OV source to 2023.0.1 (#7)
Browse files Browse the repository at this point in the history
* Updated OV source to 2023.0.1

* Bump version

* Removed CI_BUILD_NUMBER. Updated linux arm64 patch.
  • Loading branch information
artanokhov authored Jul 5, 2023
1 parent bcde0dd commit b98fdb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{% set name = "openvino" %}
{% set version = "2023.0.0" %}
{% set commit_number = "10926" %}
{% set version = "2023.0.1" %}

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

source:
- url: https://github.com/openvinotoolkit/openvino/archive/refs/tags/2023.0.0.tar.gz
sha256: 0d43c95a1acb4281f49b01faa16b3c6904a0c93190b62d2399052613fc5ee08c
- url: https://github.com/openvinotoolkit/openvino/archive/refs/tags/2023.0.1.tar.gz
sha256: c14cb22f5191a75ea15659c62baceb71333dc9ecf62139ce513f3e81e4544651
patches:
- patches/001-win64-find-ocl.patch # [win64]
- patches/003-lin-arm64-compute-lib.patch # [aarch64]
Expand All @@ -34,8 +33,6 @@ source:

build:
number: 1
script_env:
- CI_BUILD_NUMBER={{ commit_number }}
run_exports:
- {{ pin_subpackage('libopenvino', max_pin='x.x.x') }}
- {{ pin_subpackage('libopenvino-intel-cpu-plugin', max_pin='x.x.x') }} # [x86_64]
Expand Down
10 changes: 5 additions & 5 deletions recipe/patches/003-lin-arm64-compute-lib.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/plugins/intel_cpu/thirdparty/FindACL.cmake b/src/plugins/intel_cpu/thirdparty/FindACL.cmake
index 61772f39a9..61c8718354 100644
--- a/src/plugins/intel_cpu/thirdparty/FindACL.cmake
+++ b/src/plugins/intel_cpu/thirdparty/FindACL.cmake
@@ -156,7 +156,7 @@ else()
diff --git a/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake b/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake
index 2df390711a..416b6ad44f 100644
--- a/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake
+++ b/src/plugins/intel_cpu/thirdparty/ACLConfig.cmake
@@ -178,7 +178,7 @@ elseif(NOT TARGET arm_compute::arm_compute)
list(APPEND ARM_COMPUTE_OPTIONS os=windows)
endif()

Expand Down

1 comment on commit b98fdb0

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.