Skip to content
Snippets Groups Projects

For now can still use lhcb head for sim11

Merged Gloria Corti requested to merge gcorti-master-patch-2a9c into master
1 file
+ 8
7
Compare changes
  • Side-by-side
  • Inline
+ 8
7
@@ -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',
Loading