Added frontends RPMs generation (#13618)
* cmake/packaging/rpm.cmake: Added Frontends * rpm_post_build: Added link to Fedoraproject wiki with rpmlint errors info * RPM: Throw warning for rpmlint findings instead of FATAL ERROR till there is no filtering/suppression of errors debian.cmake: Added one more error to suppress thirdparty/CMakeLists.txt: added CentOS(RHEL) for gflags shared libs case install_openvino_dependencies: Added gflags installation * Fixed gflags issues for RHEL/CentOS Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
@@ -154,7 +154,10 @@ elif [ "$os" == "rhel8" ] ; then
|
||||
pkgs_core=(libtbb2 libpugixml1v5)
|
||||
pkgs_opencv_req=(gtk3)
|
||||
pkgs_python=(python38 python38-pip)
|
||||
pkgs_dev=(gcc gcc-c++ make glibc libstdc++ libgcc cmake pkg-config zlib-devel.i686 curl sudo)
|
||||
pkgs_dev=(
|
||||
gcc gcc-c++ make glibc libstdc++ libgcc cmake pkg-config zlib-devel.i686 curl sudo
|
||||
https://vault.centos.org/centos/8/PowerTools/x86_64/os/Packages/gflags-2.1.2-6.el8.x86_64.rpm
|
||||
)
|
||||
pkgs_myriad=()
|
||||
pkgs_opencv_opt=(
|
||||
https://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/libcdio-2.0.0-3.el8.x86_64.rpm
|
||||
|
||||
Reference in New Issue
Block a user