From 891345e4371aa7e31f62f27cfe2c588ebdc8a3fd Mon Sep 17 00:00:00 2001 From: Gloria Corti <gloria.corti@cern.ch> Date: Tue, 11 Mar 2025 14:53:12 +0000 Subject: [PATCH] For now can still use lhcb head for sim11 --- lhcbnightlyconf/Gauss.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lhcbnightlyconf/Gauss.py b/lhcbnightlyconf/Gauss.py index 3f97dfc0..e6544d34 100644 --- a/lhcbnightlyconf/Gauss.py +++ b/lhcbnightlyconf/Gauss.py @@ -154,14 +154,15 @@ def create_gaussino_slot(name, desc, platforms=SIM11_PLATFORMS): Project('Gaudi', 'v39r2'), Project('Geant4', 'HEAD'), Project('Detector', 'HEAD'), + Project('LHCb', 'HEAD'), # LHCb/master is not compatible with LCG 105c - Project( - 'LHCb', - 'lcg-105-compat-patches', - checkout=('git', { - 'merges': 'all' - }), - ), + # Project( + # 'LHCb', + # 'lcg-105-compat-patches', + # checkout=('git', { + # 'merges': 'all' + # }), + #), Project('Run2Support', 'HEAD'), Project( 'GaussinoExtLibs', -- GitLab