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
Merge requests
!213
debian/Dockerfile: apt-get install clang-tidy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
debian/Dockerfile: apt-get install clang-tidy
clang-tidy
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
clang-tidy
into
master
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
This will allows us to run some more code analysis on compilation, if so desired.
Edited
3 years ago
by
Wouter Deconinck
0
0
Merge request reports
Compare
version 1
version 2
759903f3
3 years ago
version 1
0eea0372
3 years ago
master (base)
and
version 2
latest version
350ab766
1 commit,
3 years ago
version 2
759903f3
1 commit,
3 years ago
version 1
0eea0372
1 commit,
3 years ago
Show latest version
2 files
+
17
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
spack/packages/dd4hep/package.py
+
3
−
0
Options
@@ -51,6 +51,9 @@ class Dd4hep(CMakePackage):
# See https://github.com/spack/spack/issues/24232
patch
(
'
cmake_language.patch
'
,
when
=
'
@:1.16.1
'
)
# hack to fix refcount underflow
patch
(
'
refcount_underflow.patch
'
,
when
=
'
@1.17:
'
)
# custom hash for the 2021-07-27 version, needed to include
# https://github.com/AIDASoft/DD4hep/pull/849
# https://github.com/AIDASoft/DD4hep/pull/851
Loading