Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce IEDevScripts package #3661

Merged

Conversation

ilya-lavrenov
Copy link
Contributor

@ilya-lavrenov ilya-lavrenov commented Dec 17, 2020

It's a part of InferenceEngineDeveloperPackage which contains only cmake infra. It can be used by 3rdparty IE projects who don't need full IE dev package, but need compile options, other cmake stuff. E.g.

cmake -DIEDevScripts_DIR="<openvino_source>/cmake/developer_package" ../stress-tests

It also simplifies cmake because now we can separate common cmake (developer_package folder) infra and dedicated IE scripts (other files).

@ilya-lavrenov ilya-lavrenov added the category: build OpenVINO cmake script / infra label Dec 17, 2020
@ilya-lavrenov ilya-lavrenov added this to the 2021.3 milestone Dec 17, 2020
@ilya-lavrenov ilya-lavrenov requested a review from a team as a code owner December 17, 2020 18:17
@ilya-lavrenov ilya-lavrenov requested review from a team December 17, 2020 18:17
@ilya-lavrenov ilya-lavrenov force-pushed the developer-package-refactoring branch from 2696388 to 1b30a42 Compare December 17, 2020 18:29
@ilya-lavrenov ilya-lavrenov requested a review from a team December 17, 2020 21:53
@ilya-lavrenov ilya-lavrenov requested a review from a team December 17, 2020 23:15
@ilya-lavrenov ilya-lavrenov requested a review from a team as a code owner December 17, 2020 23:15
@ilya-lavrenov ilya-lavrenov force-pushed the developer-package-refactoring branch from 159e430 to 9e5f46e Compare December 17, 2020 23:19
@ilya-lavrenov ilya-lavrenov self-assigned this Dec 21, 2020
@ilya-lavrenov ilya-lavrenov merged commit 9465073 into openvinotoolkit:master Dec 22, 2020
@ilya-lavrenov ilya-lavrenov deleted the developer-package-refactoring branch December 22, 2020 15:45
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Jan 14, 2021
* Refactored developer package

* Added fuzzing for CMAKE_MODULE_LINKER_FLAGS as well

* Added options for developer package

* More improvements

* Further improvements

* Removed global CMAKE_MODULE_PATH population

* Fixes

* Final fixes

* Fixed python build

* Fix for TBB

* Fixed Find TBB

* Fixed install

* Fixes for OV features

* Split developer targets per component

* Fixed IE build tree config

* Fixed ITT

* Fixed review comments

* Clean export dependencies

* Fixed export of pugixml

* Added IEDevScripts_DIR for Android

* Fixed Android #2

* Fixed Android #3

* Fixed python cc

* Disabled Core threading tests on GNA
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
* Refactored developer package

* Added fuzzing for CMAKE_MODULE_LINKER_FLAGS as well

* Added options for developer package

* More improvements

* Further improvements

* Removed global CMAKE_MODULE_PATH population

* Fixes

* Final fixes

* Fixed python build

* Fix for TBB

* Fixed Find TBB

* Fixed install

* Fixes for OV features

* Split developer targets per component

* Fixed IE build tree config

* Fixed ITT

* Fixed review comments

* Clean export dependencies

* Fixed export of pugixml

* Added IEDevScripts_DIR for Android

* Fixed Android #2

* Fixed Android openvinotoolkit#3

* Fixed python cc

* Disabled Core threading tests on GNA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants