Skip to content

Define default platform in configuration.mk

Marco Clemencic requested to merge LBCORE-1861-support-default-platform into master

Similar to what is done by lb-dev (lhcb-core/LbDevTools!115 (merged)), the default platform is hardcoded in configuration.mk (in principle it should be autodetected, but we have to factor the logic out of lb-run first).

The environment variables BINARY_TAG and CMTCONFIG have precedence, but, if they are not set, one can select the platform to build with something like:

make Gaudi platform=x86_64-centos7-gcc9-dbg

Closes LBCORE-1862

Edited by Marco Clemencic

Merge request reports