Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
8e4b6294
Commit
8e4b6294
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
dd4hep: new versions 1.19 and 1.20
parent
2646b817
No related branches found
No related tags found
1 merge request
!265
dd4hep: new versions 1.19 and 1.20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
spack.yaml
+1
-1
1 addition, 1 deletion
spack.yaml
spack/packages/dd4hep/package.py
+3
-9
3 additions, 9 deletions
spack/packages/dd4hep/package.py
with
4 additions
and
10 deletions
spack.yaml
+
1
−
1
View file @
8e4b6294
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
spack/packages/dd4hep/package.py
+
3
−
9
View file @
8e4b6294
...
@@ -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:
'
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment