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
4f15a4a7
Commit
4f15a4a7
authored
4 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
v106r2p3 release
parent
5099de42
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-3
1 addition, 3 deletions
CMakeLists.txt
Geant4/G4config/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Geant4/G4config/CMakeLists.txt
ReleaseNotes/v106r2p3.md
+11
-0
11 additions, 0 deletions
ReleaseNotes/v106r2p3.md
toolchain.cmake
+2
-1
2 additions, 1 deletion
toolchain.cmake
with
15 additions
and
5 deletions
CMakeLists.txt
+
1
−
3
View file @
4f15a4a7
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.5
)
# NO_NINJA : Geant4 build fails with Ninja
set
(
GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING
"Repository for Geant4 sources"
)
set
(
GEANT4FILES_VERSION v106r1 CACHE STRING
"Version for Geant4Files to match Geant4-src version"
)
find_package
(
GaudiProject
)
gaudi_project
(
Geant4 v106r2p
2
gaudi_project
(
Geant4 v106r2p
3
DATA Geant4Files VERSION
${
GEANT4FILES_VERSION
}
)
# FIXME: hack for compatibility with CMT build
...
...
This diff is collapsed.
Click to expand it.
Geant4/G4config/CMakeLists.txt
+
1
−
1
View file @
4f15a4a7
...
...
@@ -57,7 +57,7 @@ ExternalProject_Add(Geant4
-DGEANT4_USE_NETWORKVRML=ON
-DGEANT4_USE_NETWORKDAWN=ON
-DGEANT4_USE_INVENTOR=OFF
-DCMAKE_INSTALL_PREFIX=
${
CMAKE_SOURCE_DIR
}
/InstallArea/$
ENV{CMTCONFI
G}
-DCMAKE_INSTALL_PREFIX=
${
CMAKE_SOURCE_DIR
}
/InstallArea/
$
{
BINARY_TA
G
}
-DCMAKE_INSTALL_LIBDIR=lib
-DGEANT4_INSTALL_DATADIR=
${
G4DATA
}
-DGEANT4_BUILD_VERBOSE_CODE=
${
G4VERBOSE
}
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes/v106r2p3.md
0 → 100644
+
11
−
0
View file @
4f15a4a7
2021-01-19 Geant4 v106r2p3
===
This release is based on
`GEANT4 r10.6.2`
, uses
`LCG 97a`
and
`Geant4Files v106r1`
.
This version is released on
`Sim10`
branch.
## Latest Changes
#### General
**
Rogue symbols fix in Geant4-srcs
**
Minor fixes to CMake
This diff is collapsed.
Click to expand it.
toolchain.cmake
+
2
−
1
View file @
4f15a4a7
...
...
@@ -23,7 +23,8 @@ if(NOT CMAKE_SOURCE_DIR MATCHES "CMakeTmp")
# - ninja (it requires LD_LIBRARY_PATH set to run)
# - Gaudi (we do not want to use it from LCG)
# - xenv (conflicts with the version in the build environment)
list
(
FILTER CMAKE_PREFIX_PATH EXCLUDE REGEX
"(LCG_|lcg/nightlies).*(ninja|Gaudi|xenv)"
)
# - git (requires a special environment provided only by LCG views)
list
(
FILTER CMAKE_PREFIX_PATH EXCLUDE REGEX
"(LCG_|lcg/nightlies).*(ninja|Gaudi|xenv|git)/"
)
endif
()
endif
()
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