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
!327
Upgrade Geant4 version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Upgrade Geant4 version
SPI-1518
into
master
Overview
14
Commits
5
Pipelines
2
Changes
4
Closed
Pere Mato Vila
requested to merge
SPI-1518
into
master
5 years ago
Overview
12
Commits
5
Pipelines
2
Changes
4
Expand
Closes
SPI-1518
👍
0
👎
0
Merge request reports
Compare
master
version 1
0d3c03b6
5 years ago
master (base)
and
latest version
latest version
a9ca5cb0
5 commits,
5 years ago
version 1
0d3c03b6
4 commits,
5 years ago
4 files
+
36
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
bin/lcgcmake
+
1
−
1
Options
@@ -545,7 +545,7 @@ def get_default_version():
def
parse_info
(
text
):
data
=
{}
text
=
text
.
split
(
'
,
'
)
text
=
text
.
strip
().
split
(
'
,
'
)
for
key
,
value
in
[
x
.
split
(
'
:
'
)
for
x
in
text
]:
data
.
update
({
key
.
strip
():
value
.
strip
()})
# deps
Loading