Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
216
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
84
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
LHCb
Merge requests
!2545
Fix dependency problem with functor cache and GaudiConfig2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix dependency problem with functor cache and GaudiConfig2
cherry-pick-7665e55a
into
run2-patches
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Rosen Matev
requested to merge
cherry-pick-7665e55a
into
run2-patches
4 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Cherry picked from
!2537 (merged)
0
0
Merge request reports
Compare
run2-patches
run2-patches (base)
and
latest version
latest version
55941130
1 commit,
4 years ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Phys/LoKiCore/cmake/LoKiFunctorsCache.cmake
+
4
−
0
Options
@@ -101,6 +101,10 @@ function(loki_functors_cache name)
endif
()
set
(
inputs
${
inputs
}
${
input
}
)
endforeach
()
# make sure GaudiConfig2 database has been correctly completed
if
(
TARGET MergeConfDB2
)
list
(
APPEND inputs MergeConfDB2
)
endif
()
set
(
tmp_ext pkl
)
add_custom_command
(
OUTPUT
${
name
}
_srcs/
${
name
}
.
${
tmp_ext
}
Loading