-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enable CPack #843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
In our project, we use the following local patch:
After this, I can
$ cd <builddir> ; make; cpack -G RPM
on a RedHat-like system or
$ cd <builddir> ; make; cpack -G DEB
on 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.
The text was updated successfully, but these errors were encountered: