Feature #9843
Add components functionality to CPACK use in MRB and cetbuildtools
Start date:
08/19/2015
Due date:
% Done:
0%
Estimated time:
20.00 h
Scope:
Internal
Experiment:
-
SSI Package:
-
Co-Assignees:
Description
Currently, making packages in an mrb environment results in a single tar file with all packages therein. By using COMPONENTS (see http://www.cmake.org/cmake/help/v3.3/module/CPackComponent.html) in mrb steering and in cetbuildtools INSTALL
instructions, it should be possible to arrange to have one tar file per package in an MRB install. Items of note: CPACK_ARCHIVE_COMPONENT_INSTALL
, cpack_add_component()
and cpack_add_component_group()
.
History
#1 Updated by Lynn Garren over 5 years ago
mrb makePackage (mp) is used to build single package tarballs.
However, an improvement of this sort is worth making.
#2 Updated by Christopher Green over 5 years ago
mrb mp
does not work if the Ninja generator has been configured.
#3 Updated by Lynn Garren over 5 years ago
- Status changed from New to Assigned
- Assignee set to Lynn Garren
- Estimated time set to 20.00 h