Skip to content
Snippets Groups Projects
Commit c82acc7f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Apply single particle momentum patch to 1.18 as well

parent 972a60cf
Branches
No related tags found
1 merge request!203Apply dd4hep single particle momentum patch to 1.18 as well
...@@ -56,7 +56,7 @@ class Dd4hep(CMakePackage): ...@@ -56,7 +56,7 @@ class Dd4hep(CMakePackage):
# https://github.com/AIDASoft/DD4hep/pull/851 # https://github.com/AIDASoft/DD4hep/pull/851
patch('2021-07-27.patch', when='@1.17p1') patch('2021-07-27.patch', when='@1.17p1')
# patch for https://github.com/AIDASoft/DD4hep/issues/862 # 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('xercesc', default=False, description="Enable 'Detector Builders' based on XercesC")
variant('geant4', default=False, description="Enable the simulation part based on Geant4") variant('geant4', default=False, description="Enable the simulation part based on Geant4")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment