Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Geant4
Merge requests
!61
Release of v106r2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release of v106r2
v106r2-release
into
Sim10
Overview
0
Commits
35
Changes
12
Merged
Dmitry Popov
requested to merge
v106r2-release
into
Sim10
5 years ago
Overview
0
Commits
35
Changes
12
Expand
Notes and dependencies for
v106r2
release.
0
0
Merge request reports
Compare
Sim10
version 1
9906d167
5 years ago
Sim10 (base)
and
latest version
latest version
9906d167
35 commits,
5 years ago
version 1
9906d167
39 commits,
5 years ago
12 files
+
73
−
100
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
Geant4/G4config/CMakeLists.txt
+
1
−
1
Options
@@ -30,7 +30,7 @@ if (NOT GEANT4_TAG)
elseif
(
CMAKE_PROJECT_VERSION STREQUAL
"HEAD"
)
# Special mapping of version HEAD
# WARNING this must be kept up to date manually
set
(
GEANT4_TAG
"lhcb/v10.6.
1
-branch"
)
set
(
GEANT4_TAG
"lhcb/v10.6.
2
-branch"
)
else
()
set
(
GEANT4_TAG lhcb/
${
CMAKE_PROJECT_VERSION
}
)
endif
()
Loading