openvino/cmake/packaging
Ilya Lavrenov 8349849e1c
Use FindPython3.cmake (#19847)
* Use FindPython3.cmake

* Fixed compilation on macOS 14 with new core development tools

* Try to use Python3_SOABI instead of PYTHON_MODULE_EXTENSION

* Use Development.Module

* Keep specifying only Python3_EXECUTABLE

* Print PYTHON_MODULE_EXTENSION

* Added check for minimal cmake version for python API

* Returned Python3_INCLUDE_DIR for cross-compilation case

* Try to allow cmake older than 3.18

* Use build python interpreter to check cython dependency

* revert changes in .ci/openvino-onnx/Dockerfile

* removed unused code

* Fixed issue with variables scope

* Experiment: remove include dirs

* Corrected docs

* Use pybind11 function to set extension

* Revert "Experiment: remove include dirs"

This reverts commit 6f7f90211c.

* Refactor ConvolutionBackpropDataLayerTest, ConvolutionLayerTest, DeformableConvolutionLayerTest (#19810)

* Refactor ConvolutionBackpropDataLayerTest

* Refactor ConvolutionLayerTest

* Refactor DeformableConvolutionLayerTest

* Apply comments

* Apply comments

* Fix

* Updated minimum cmake version for Windows

* Simplified check

* Removed useless message status

* Use puiblic option

---------

Co-authored-by: Oleg Pipikin <oleg.pipikin@intel.com>
2023-09-26 20:57:29 +02:00
..
copyrights Tensorflow Lite frontend (#14977) 2023-01-27 06:27:59 +04:00
archive.cmake Properly handle python-package in cpack exclude components (#19089) 2023-08-09 21:10:13 +04:00
common-libraries.cmake Properly handle python-package in cpack exclude components (#19089) 2023-08-09 21:10:13 +04:00
debian.cmake Use FindPython3.cmake (#19847) 2023-09-26 20:57:29 +02:00
nsis.cmake Properly handle python-package in cpack exclude components (#19089) 2023-08-09 21:10:13 +04:00
packaging.cmake Properly handle python-package in cpack exclude components (#19089) 2023-08-09 21:10:13 +04:00
rpm.cmake Use FindPython3.cmake (#19847) 2023-09-26 20:57:29 +02:00