Skip to content

Modify jenkins/getPlatform.py and function(lcg_find_host_compiler) of...

Ari Kraut requested to merge master into devnxcals_test_fix

Modify jenkins/getPlatform.py and function(lcg_find_host_compiler) of heptools-common.cmake to add fp suffix to platform name if gcc compiler has fp in version, i.e. built with heptools-common.cmake In order to obtain proper platform name (ie X86_84-cetnos7-gcc10fp-opt) the following scripts returning platform name have been modified:

  • jenkins/getPlatform.py
  • function(lcg_find_host_compiler) of heptools-common.cmake
  • jenkins/lcgcmake-macros.cmake

Merge request reports