Skip to content
Snippets Groups Projects

Decouple lhcb-gaussino-fastsim

Merged Michal Mazurek requested to merge mimazure-master-patch-13574 into master
1 file
+ 14
3
Compare changes
  • Side-by-side
  • Inline
+ 14
3
@@ -334,11 +334,22 @@ gaussinoFastSim = create_gaussino_slot(
'lhcb-gaussino-fastsim',
'Test build of Fast Simulation Interface in Gaussino and Gauss-on-Gaussino',
)
for project in gaussinoFastSim.activeProjects:
if project.name not in ['PARAM', 'DBASE', 'Gaussino', 'Gauss']:
project.checkout_opts['merges'] = ['all', 'label=lhcb-gaussino']
gaussinoFastSim.cache_entries['GEANT4FILES_VERSION'] = 'v107r0'
gaussinoFastSim.cache_entries['GEANT4_TAG'] = 'lhcb/v10.7.0-branch'
gaussinoFastSim.Gaussino.version = 'FASTSIM'
gaussinoFastSim.Gaussino.checkout_opts = {
'merges': [
# 'all', disabled on purpose
'label=lhcb-gaussino-fastsim',
],
}
gaussinoFastSim.Gauss.version = 'FASTSIM'
gaussinoFastSim.Gauss.checkout_opts = {
'merges': [
# 'all', disabled on purpose
'label=lhcb-gaussino-fastsim',
],
}
slots.append(gaussinoFastSim)
# Slot for Gaussino with the new CMake
Loading