mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
Move ColumnStore dependency on jemalloc from rpm Requires: to Recommends:
this makes it a weak dependency, signalling that ColumnStore can work without jemalloc and that while jemalloc is desired, missing jemalloc is not a fatal error.
This commit is contained in:
parent
694f43644b
commit
979af00b7c
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ CMAKE_SYSTEM_PROCESSOR STREQUAL "i686")
|
||||||
# Needed to bump the component changes up to the main scope
|
# Needed to bump the component changes up to the main scope
|
||||||
APPEND_FOR_CPACK(CPACK_COMPONENTS_ALL)
|
APPEND_FOR_CPACK(CPACK_COMPONENTS_ALL)
|
||||||
IF (RPM)
|
IF (RPM)
|
||||||
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES " binutils jemalloc net-tools python3")
|
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES " binutils net-tools python3")
|
||||||
|
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_RECOMMENDS " jemalloc")
|
||||||
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_USER_FILELIST ";%ignore /var/lib;%ignore /var")
|
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_USER_FILELIST ";%ignore /var/lib;%ignore /var")
|
||||||
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_CONFLICTS " thrift MariaDB-columnstore-platform MariaDB-columnstore-libs")
|
APPEND_FOR_CPACK(CPACK_RPM_columnstore-engine_PACKAGE_CONFLICTS " thrift MariaDB-columnstore-platform MariaDB-columnstore-libs")
|
||||||
# these three don't have the list semantics, so no append here
|
# these three don't have the list semantics, so no append here
|
||||||
|
|
Loading…
Add table
Reference in a new issue