forked from conda-forge/openvino-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable 2023.1.0.dev20230623 pre-release (conda-forge#13) * Enable 2023.1.0.dev20230623 pre-release * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.11.15.50.57 * Changed label to openvino_dev * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.11.15.50.57 * Added patch for protobuf * Fixed 001-win64-find-ocl.patch * Splitted version and dev-version for testing purposes * Added version_postfix for test purposes * Updated paths for tests --------- Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com> * Python API support * Added ADE patches * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.13.11.37.28 * Added singledispatchmethod for python 3.7 and older * Added missing dependencies * Current master * Python API support in pre-release (conda-forge#17) * Updated state * [DEV] Fix C1060 on Windows (conda-forge#22) * bld.bat: Disabled parallel build. Switched to MSVC generator instead Ninja * Updated 001-win64-find-ocl with latest code from master * Unpin libprotobuf-static for Windows * Fixed copy on Windows * Fixed path for license * Current master: 19 July 2023 * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.19.16.49.37 * Fixed python search paths * temporary disabled Windows tests * Updated to 21 July 2023 * Added patch for aarch64 * Trying to add pypy * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.22.11.37.27 * conda smithy rerender for pypy * Removed pypy python * Added libopenvino-dev package for C / C++ development * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.23.14.34.17 * Improvements * try simpligy * Fixes for 2023.1.0.dev20230623 (conda-forge#29) * Updated timeout for Azure. Added 006-win64-python-search patch. Updated 003-lin-arm64-compute-lib.patch * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.23.14.34.17 * Update meta.yaml Disabled samples build on Windows --------- 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> * Merge conflicts * Disable deprecation warnings * Bump versions for 2023.1.0.dev20230728 * Added MLAS for CPU plugin * Added condition 'win64 or linux64' for MLAS * Updated condition for MLAS * Updated condition for MLAS * Updated condition for MLAS. * Bump version to created pre-release tag * generate per-python version main 'openvino' package (conda-forge#32) * Fixed test for Windows * 2023.1.0.dev20230811 pre-release (conda-forge#35) * Switched to 2023.1.0.dev20230811 pre-release * Switched to tag, aligned with current dev state * Re-upload patch * Unlock mlas for aarch64 and arm64 * Added 001-python-osx-arm64.patch (conda-forge#41) * MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and conda-forge-pinning 2023.09.09.10.15.40 * Updated patch for ARM Compute cross compilation with conda-forge * Updated with 2023.1.0 tag * updated oneDNN CPU submodule --------- Co-authored-by: Artyom Anokhov <artyom.anokhov@intel.com> Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2e31623
commit efdb9a6
Showing
25 changed files
with
522 additions
and
319 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
migrator_ts: 1666686085 | ||
__migrator: | ||
migration_number: 1 | ||
operation: key_add | ||
primary_key: python | ||
ordering: | ||
python: | ||
- 3.6.* *_cpython | ||
- 3.7.* *_cpython | ||
- 3.8.* *_cpython | ||
- 3.9.* *_cpython | ||
- 3.10.* *_cpython | ||
- 3.11.* *_cpython # new entry | ||
- 3.6.* *_73_pypy | ||
- 3.7.* *_73_pypy | ||
- 3.8.* *_73_pypy | ||
- 3.9.* *_73_pypy | ||
paused: false | ||
longterm: True | ||
pr_limit: 40 | ||
max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times | ||
exclude: | ||
# this shouldn't attempt to modify the python feedstocks | ||
- python | ||
- pypy3.6 | ||
- pypy-meta | ||
- cross-python | ||
- python_abi | ||
exclude_pinned_pkgs: false | ||
|
||
python: | ||
- 3.11.* *_cpython | ||
# additional entries to add for zip_keys | ||
numpy: | ||
- 1.23 | ||
python_impl: | ||
- cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# !/usr/bin/env bash | ||
|
||
export OPENVINO_BINARY_DIR="$SRC_DIR/build" | ||
export PY_PACKAGES_DIR="lib/python$PY_VER/site-packages" | ||
export WHEEL_VERSION="$PKG_VERSION" | ||
export PYTHON_EXTENSIONS_ONLY="1" | ||
export SKIP_RPATH="1" | ||
export CPACK_GENERATOR="CONDA-FORGE" | ||
|
||
$PYTHON -m pip install --no-deps --ignore-installed -v "$SRC_DIR/src/bindings/python/wheel" |
Oops, something went wrong.