Enable CPack #3942
Replies: 8 comments
|
@Bu11etmagnet Thank you very much for sharing this. We have a similar task in our backlog, which would enable building of RPM, DEB and windows installation packages, but currently is not prioritized. It would be nicer if you can create PR for DEB and RPM, then credits is yours. |
|
Can you give suggestions for the variables? Is "Amazon" OK for CPACK_PACKAGE_VENDOR? |
|
Has there been any movement on this? This would be a very welcome addition, as I currently have to maintain packaging scripts for this library, which break a lot because of new libraries and it seems recently that some things were split out into submodules. |
|
Ping? |
|
This would be very useful. |
|
It would be really nice to have CPack targets for specific modules and their dependencies. We are now using our local patch too |
|
Converting this to a Discussion. It's an improvements we plan to pursue over time rather than one actionable change with a near-term milestone, so a Discussion better fits collecting the specifics and design input. |
Uh oh!
There was an error while loading. Please reload this page.
In our project, we use the following local patch:
After this, I can
$ cd <builddir> ; make; cpack -G RPMon a RedHat-like system or
$ cd <builddir> ; make; cpack -G DEBon a Debian-like system, to create an installable package file.
It would be nice to have this by default, with proper values for the CMake variables, of course.
All reactions