Skip to content
Snippets Groups Projects

introduce gcc12 in sim10 for comparing with gc11

Merged Gloria Corti requested to merge gcorti-master-patch-76ee into master
1 file
+ 9
3
Compare changes
  • Side-by-side
  • Inline
+ 9
3
@@ -94,7 +94,11 @@ slots.append(gSim09Cmake)
SIM10_PLATFORMS = [
'x86_64_v2-centos7-gcc11-opt', 'x86_64_v2-centos7-gcc11-dbg'
]
DEV10_PLATFORMS = SIM10_PLATFORMS + [
DEV10_PLATFORMS = [
'x86_64_v2-centos7-gcc11-opt', 'x86_64_v2-centos7-gcc11-dbg',
'x86_64_v2-centos7-gcc12-opt', 'x86_64_v2-centos7-gcc12-dbg'
]
DEV10GH_PLATFORMS = [
'x86_64_v2-centos7-gcc12-opt', 'x86_64_v2-centos7-gcc12-dbg',
'x86_64_v2-el9-gcc12-opt', 'armv8.1_a-el9-gcc12-opt'
]
@@ -198,7 +202,7 @@ slots.append(gaussSim10)
gaussSim10Gaudi = create_sim_slot(
'lhcb-sim10-gaudi-head',
'clone of lhcb-sim10 against next Gaudi and LCG',
platforms=DEV10_PLATFORMS)
platforms=DEV10GH_PLATFORMS)
gaussSim10Gaudi.LCG.version = '104'
gaussSim10Gaudi.Geant4.disabled = False
gaussSim10Gaudi.Gaudi.version = "HEAD"
@@ -241,13 +245,15 @@ slots.append(gaussSim10Fast)
gaussSim10Dev = create_sim_slot(
'lhcb-sim10-dev',
'close of lhcb-sim10 with more recent patches, also in LHCb sim10-patches, Run2Support and Geant4 10.6.2.7',
platforms=SIM10_PLATFORMS)
platforms=DEV10_PLATFORMS)
gaussSim10Dev.DBASE.packages.extend([
Package('Gen/DecFiles', 'Sim10', checkout=('git', {
'merges': 'all'
})),
Package('LamarrData', 'HEAD'),
])
gaussSim10Dev.Geant4.disabled = False
gaussSim10Dev.Gaudi.disabled = False
gaussSim10Dev.metadata = {'rebuildAlways': str(datetime.date.today())}
slots.append(gaussSim10Dev)
Loading