Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
sft
lcgcmake
Merge requests
!449
Update Geant4 from 10.06.p01 to 10.06.p02 in dev slots
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Geant4 from 10.06.p01 to 10.06.p02 in dev slots
SPI-1641_update_Geant4_version
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Merged
Dmitri Konstantinov
requested to merge
SPI-1641_update_Geant4_version
into
master
4 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cf7e859c
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cmake/toolchain/heptools-dev-base.cmake
+
1
−
1
Options
@@ -101,7 +101,7 @@ endif()
LCG_AA_project
(
RELAX root6
)
LCG_AA_project
(
HepMC 2.06.10
)
LCG_AA_project
(
Geant4 10.06.p0
1
)
LCG_AA_project
(
Geant4 10.06.p0
2
)
LCG_AA_project
(
Garfield++ HEAD GIT=https://gitlab.cern.ch/garfield/garfieldpp.git
)
if
(
${
LCG_OS
}${
LCG_OSVERS
}
MATCHES centos7|ubuntu
)
if
(((
${
LCG_COMP
}
MATCHES gcc
)
AND
(
${
LCG_COMPVERS
}
GREATER 7
))
OR
(
${
LCG_COMP
}
MATCHES clang
))
Loading