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
ab70cf05
Commit
ab70cf05
authored
3 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
changed LCG, version and missing docs
parent
e4e038fd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ReleaseNotes/v106r2p4.md
+22
-0
22 additions, 0 deletions
ReleaseNotes/v106r2p4.md
toolchain.cmake
+1
-1
1 addition, 1 deletion
toolchain.cmake
with
24 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
ab70cf05
...
...
@@ -4,7 +4,7 @@ set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STR
set
(
GEANT4FILES_VERSION v106r1 CACHE STRING
"Version for Geant4Files to match Geant4-src version"
)
find_package
(
GaudiProject
)
gaudi_project
(
Geant4 v106r2p
3
gaudi_project
(
Geant4 v106r2p
4
DATA Geant4Files VERSION
${
GEANT4FILES_VERSION
}
)
# FIXME: hack for compatibility with CMT build
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes/v106r2p4.md
0 → 100644
+
22
−
0
View file @
ab70cf05
2021-06-17 Geant4 v106r2p4
===
This release is based on
`GEANT4 r10.6.2`
, uses
`LCG 100`
and
`Geant4Files v106r1`
.
This version is released on
`Sim10`
branch.
## Latest Changes
#### General
**
Switched to
`LCG 100`
**
[MR !75] Fix Geant4 LD_LIBRARY_PATH when using CLHEPConfig.cmake
#### LHCb G4 Standalone Tests
**
[MR !70] Port G4HadronicXSectionsTest to Python3
**
[MR !71] Port G4MScInThinLayerTest to Python3
**
[MR !72] Port G4SamplingCaloTest to Python3
**
[MR !73] Port G4RichTbSimHTest to Python3
**
[MR !74] Port G4GammaToDiLeptonConversionTest to Python3
This diff is collapsed.
Click to expand it.
toolchain.cmake
+
1
−
1
View file @
ab70cf05
# Set the version of HEPTools to use
set
(
heptools_version
97a
)
set
(
heptools_version
100
)
# this check is needed because the toolchain is called when checking the
# compiler (without the proper cache)
...
...
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