Skip to content

Fixes for GetHostBinaryTag

Andre Sailer requested to merge sailer/Gaudi:binaryTagfixes into master

Three changes in this MR:

  1. A fix for the regular expression matching. The "\$" is a literal dollar sign, not the end of line match.

  2. If executing the ${HOST_BINARY_TAG_COMMAND} failed it was doing so silently. So now the error is reported and the generation of build files is not done.

  3. When installing the cmake directory the permissions are preserved, which leaves the execute permission on the python file, so that get_host_binary_tag.py is executable when installing Gaudi

Merge request reports