From 4467154263c46fdf1a998570dffc60f7e42ec1e2 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 22 Jul 2023 13:36:35 +0000 Subject: [PATCH 1/2] migration: OSXArm --- conda-forge.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conda-forge.yml b/conda-forge.yml index ce8d6143..ff26ac16 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,18 +1,18 @@ -channel_priority: strict azure: - store_build_artifacts: True settings_win: pool: vmImage: windows-2019 + store_build_artifacts: true build_platform: - osx_arm64: osx_64 linux_aarch64: linux_64 -os_version: - linux_64: cos7 -test: native_and_emulated -github: - branch_name: main - tooling_branch_name: main + osx_arm64: osx_64 +channel_priority: strict conda_build: error_overlinking: true conda_forge_output_validation: true +github: + branch_name: main + tooling_branch_name: main +os_version: + linux_64: cos7 +test: native_and_emulated From d4561feb779d33727adf0e26b0d8b1ce797a24d6 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 22 Jul 2023 13:37:35 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.22.11.37.27 --- .azure-pipelines/azure-pipelines-win.yml | 5 ++- .scripts/run_osx_build.sh | 10 +++--- README.md | 39 +++++++++--------------- 3 files changed, 23 insertions(+), 31 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 0670f5cb..63f49da3 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -61,7 +61,10 @@ jobs: if EXIST LICENSE.txt ( copy LICENSE.txt "recipe\\recipe-scripts-license.txt" ) - conda.exe mambabuild "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables + if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( + set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" + ) + conda.exe mambabuild "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% displayName: Build recipe env: PYTHONUNBUFFERED: 1 diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index bb00584b..3969edf3 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -55,11 +55,6 @@ source run_conda_forge_build_setup echo -e "\n\nMaking the build clobber file" make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml -if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then - EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test" -fi - - if [[ -f LICENSE.txt ]]; then cp LICENSE.txt "recipe/recipe-scripts-license.txt" fi @@ -75,6 +70,11 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else + + if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then + EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test" + fi + conda mambabuild ./recipe -m ./.ci_support/${CONFIG}.yaml \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file ./.ci_support/clobber_${CONFIG}.yaml diff --git a/README.md b/README.md index 8c1b59f6..dc6abc7a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ About openvino-feedstock Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/openvino-feedstock/blob/main/LICENSE.txt) + About openvino -------------- @@ -24,10 +25,11 @@ language processing, recommendation systems, etc. It provides high-performance and rich deployment options, from edge to cloud Installing OpenVINO Runtime from Conda Forge is recommended for C++ developers, -as it provides only the C++ Runtime API. +as it provides only the C++ / C Runtime API. If you work with Python, consider other OpenVINO distribution channels: https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html + About libopenvino ----------------- @@ -36,6 +38,7 @@ About libopenvino Package license: Summary: OpenVINO Core Runtime library + About libopenvino-auto-batch-plugin ----------------------------------- @@ -44,6 +47,7 @@ About libopenvino-auto-batch-plugin Package license: Summary: OpenVINO Auto Batch plugin + About libopenvino-auto-plugin ----------------------------- @@ -52,6 +56,7 @@ About libopenvino-auto-plugin Package license: Summary: OpenVINO Auto plugin + About libopenvino-hetero-plugin ------------------------------- @@ -60,6 +65,7 @@ About libopenvino-hetero-plugin Package license: Summary: OpenVINO Hetero plugin + About libopenvino-intel-cpu-plugin ---------------------------------- @@ -68,6 +74,7 @@ About libopenvino-intel-cpu-plugin Package license: Summary: OpenVINO Intel® CPU plugin + About libopenvino-intel-gpu-plugin ---------------------------------- @@ -76,6 +83,7 @@ About libopenvino-intel-gpu-plugin Package license: Summary: OpenVINO Intel® GPU plugin + About libopenvino-ir-frontend ----------------------------- @@ -84,6 +92,7 @@ About libopenvino-ir-frontend Package license: Summary: OpenVINO IR Frontend + About libopenvino-onnx-frontend ------------------------------- @@ -92,6 +101,7 @@ About libopenvino-onnx-frontend Package license: Summary: OpenVINO ONNX Frontend + About libopenvino-paddle-frontend --------------------------------- @@ -100,6 +110,7 @@ About libopenvino-paddle-frontend Package license: Summary: OpenVINO Paddle Frontend + About libopenvino-pytorch-frontend ---------------------------------- @@ -108,6 +119,7 @@ About libopenvino-pytorch-frontend Package license: Summary: OpenVINO Pytorch Frontend + About libopenvino-tensorflow-frontend ------------------------------------- @@ -116,6 +128,7 @@ About libopenvino-tensorflow-frontend Package license: Summary: OpenVINO TensorFlow Frontend + About libopenvino-tensorflow-lite-frontend ------------------------------------------ @@ -124,30 +137,6 @@ About libopenvino-tensorflow-lite-frontend Package license: Summary: OpenVINO TensorFlow Lite Frontend -About openvino --------------- - -Home: https://github.com/openvinotoolkit/openvino - -Package license: Apache-2.0 - -Summary: Intel® Distribution of OpenVINO™ Toolkit - -Development: https://github.com/openvinotoolkit/openvino - -Documentation: https://docs.openvino.ai/latest/index.html - -Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for -optimizing and deploying AI inference. It can be used to develop -applications and solutions based on deep learning tasks, such as: -emulation of human vision, automatic speech recognition, natural -language processing, recommendation systems, etc. It provides -high-performance and rich deployment options, from edge to cloud - -Installing OpenVINO Runtime from Conda Forge is recommended for C++ developers, -as it provides only the C++ Runtime API. -If you work with Python, consider other OpenVINO distribution channels: -https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html About libopenvino-arm-cpu-plugin --------------------------------