Skip to content

WIP: install with hashes for local builds

Pere Mato Vila requested to merge mato/buildwithhashes into master

When working with binaries (using the lcgcmake command) we create two installation directory structures. One prefixed with the LCG_VERSION that points to binary packages with full version and hash in which the binary tarfile has been untared. The installation of the locally build packages where not following the same structure. This MR forces the installations of locally build packages to be equivalent to untried binaries.

Merge request reports