Skip to content
Snippets Groups Projects
Commit a77b0407 authored by Graeme Stewart's avatar Graeme Stewart
Browse files

Remove zero compression of Athena RPM

It seems this saves very little time anyway (rpmbuild spends most
of its time on other things) and it hugely inflates the RPM
size (> x4). See discussion on ATLINFR-1466.
parent 6412405c
No related merge requests found
......@@ -77,10 +77,5 @@ configure_file( ${CMAKE_SOURCE_DIR}/PostConfig.cmake.in
install( FILES ${CMAKE_BINARY_DIR}/PostConfig.cmake
DESTINATION ${CMAKE_INSTALL_CMAKEDIR} )
# Turn off the compression of the created RPM. This makes the RPM a lot
# bigger, but should push the RPM creation time down by a lot.
set( CPACK_RPM_SPEC_MORE_DEFINE
"%define _source_payload w0.gzdio\n%define _binary_payload w0.gzdio" )
# Package up the release using CPack:
atlas_cpack_setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment