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
Commits
96cf0021
Commit
96cf0021
authored
5 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
release changes for v106r1
parent
1703d8c3
No related branches found
No related tags found
1 merge request
!56
Release of v106r1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
Geant4/G4config/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Geant4/G4config/CMakeLists.txt
ReleaseNotes/v106r1.md
+5
-0
5 additions, 0 deletions
ReleaseNotes/v106r1.md
with
8 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
96cf0021
...
...
@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
set
(
GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING
"Repository for Geant4 sources"
)
find_package
(
GaudiProject
)
gaudi_project
(
Geant4 v10
4r3p3
DATA Geant4Files VERSION v10
4
r1
)
gaudi_project
(
Geant4 v10
6r1
DATA Geant4Files VERSION v10
6
r1
)
# FIXME: hack for compatibility with CMT build
file
(
WRITE
${
CMAKE_BINARY_DIR
}
/dummy.cpp
""
)
...
...
This diff is collapsed.
Click to expand it.
Geant4/G4config/CMakeLists.txt
+
1
−
1
View file @
96cf0021
...
...
@@ -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.
4.3
-branch"
)
set
(
GEANT4_TAG
"lhcb/v10.
6.1
-branch"
)
else
()
set
(
GEANT4_TAG lhcb/
${
CMAKE_PROJECT_VERSION
}
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes/v106r1.md
0 → 100644
+
5
−
0
View file @
96cf0021
2020-03-06 Geant4 v106r1
===
This release is based on
`GEANT4 r10.6.1`
, uses
`LCG 96b`
and
`Geant4Files v106r1`
.
This version is released on
`Sim10`
branch.
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