Skip to content
Snippets Groups Projects

Apply dd4hep single particle momentum patch to 1.18 as well

Merged Wouter Deconinck requested to merge dd4hep-single-particle-momentum-patch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,7 @@ class Dd4hep(CMakePackage):
# https://github.com/AIDASoft/DD4hep/pull/851
patch('2021-07-27.patch', when='@1.17p1')
# patch for https://github.com/AIDASoft/DD4hep/issues/862
patch('0001-do-not-change-momentum-in-getParticleDirection.patch', when='@1.17p1')
patch('0001-do-not-change-momentum-in-getParticleDirection.patch', when='@1.17p1:1.18')
variant('xercesc', default=False, description="Enable 'Detector Builders' based on XercesC")
variant('geant4', default=False, description="Enable the simulation part based on Geant4")
Loading