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

dd4hep: new versions 1.19 and 1.20

parent 2646b817
No related branches found
No related tags found
1 merge request!265dd4hep: new versions 1.19 and 1.20
...@@ -6,7 +6,7 @@ spack: ...@@ -6,7 +6,7 @@ spack:
- cmake@3.21.4 - cmake@3.21.4
- dawn@3_91a - dawn@3_91a
- dawncut@1_54a - dawncut@1_54a
- dd4hep@1.18 +geant4 -assimp +hepmc3 +ipo +lcio - dd4hep@1.20 +geant4 -assimp +hepmc3 +ipo +lcio
- eigen@3.4.0 - eigen@3.4.0
- emacs@27.2 toolkit=athena - emacs@27.2 toolkit=athena
- fastjet@3.3.3 - fastjet@3.3.3
......
...@@ -3,12 +3,6 @@ from spack.pkg.builtin.dd4hep import Dd4hep as BuiltinDd4hep ...@@ -3,12 +3,6 @@ from spack.pkg.builtin.dd4hep import Dd4hep as BuiltinDd4hep
class Dd4hep(BuiltinDd4hep): class Dd4hep(BuiltinDd4hep):
# custom hash for the 2021-07-27 version, needed to include version('1.20', sha256='cf6af0c486d5c84e8c8a8e40ea16cec54d4ed78bffcef295a0eeeaedf51cab59')
# https://github.com/AIDASoft/DD4hep/pull/849 version('1.19', sha256='d2eccf5e8402ba7dab2e1d7236e12ee4db9b1c5e4253c40a140bf35580db1d9b')
# https://github.com/AIDASoft/DD4hep/pull/851
patch('2021-07-27.patch', when='@1.17')
# patch for https://github.com/AIDASoft/DD4hep/issues/862
patch('0001-do-not-change-momentum-in-getParticleDirection.patch', when='@1.17:1.18')
# hack to fix refcount underflow
patch('refcount_underflow.patch', when='@1.17:')
patch('pdg.patch', when='@1.17:')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment