Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable features to generate dependency list and fix RPM installation. (…
…#343) * CPACK: Enable features to generate dependency lists For DEBIAN, enable CPACK_DEBIAN_PACKAGE_SHLIBDEPS to generate a package dependency list. For RPM, enable CPACK_RPM_PACKAGE_AUTOREQPROV to automatically generate lists of shared libraries that this package requires and provides. Signed-off-by: David Galiffi <David.Galiffi@amd.com> * Manually derive RPM provides list for libunwind. [Why] `dnf install` fails dependency resolution [How] Auto-generation did not add it to the "provides" list, despite it being included in the package when OMNITRACE_BUILD_LIBUNWIND is enabled. So, manually include these in the "CPACK_RPM_PACKAGE_PROVIDES" parameter. Signed-off-by: David Galiffi <David.Galiffi@amd.com> * Fix cmake-format linting Signed-off-by: David Galiffi <David.Galiffi@amd.com> --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com>
- Loading branch information