Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbScripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LHCb Core Software
LbScripts
Merge requests
!105
Add gdb to path
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add gdb to path
addgdb
into
master
Overview
3
Commits
2
Changes
2
All threads resolved!
Hide all comments
Merged
Add gdb to path
Ben Couturier
requested to merge
addgdb
into
master
Oct 19, 2016
Overview
3
Commits
2
Changes
2
All threads resolved!
Hide all comments
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c691f99a
2 commits,
Oct 19, 2016
2 files
+
73
−
27
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
LbConfiguration/python/LbConfiguration/External.py
+
1
−
1
View file @ c691f99a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,7 +11,7 @@ CMake_version = "3.3.2"
@@ -11,7 +11,7 @@ CMake_version = "3.3.2"
ninja_version
=
"
1.4.0
"
ninja_version
=
"
1.4.0
"
tbroadcast_version
=
"
v2.0.5
"
tbroadcast_version
=
"
v2.0.5
"
doxygen_version
=
"
1.8.9.1
"
doxygen_version
=
"
1.8.9.1
"
gdb_version
=
"
7.11
"
external_projects
=
[
'
LCGCMT
'
,
'
GENSER
'
,
'
OpenScientist
'
]
external_projects
=
[
'
LCGCMT
'
,
'
GENSER
'
,
'
OpenScientist
'
]
lcg_projects
=
[
'
LCGCMT
'
,
'
SEAL
'
,
'
POOL
'
,
'
GENSER
'
,
'
COOL
'
,
'
GDML
'
,
'
CORAL
'
,
'
RELAX
'
]
lcg_projects
=
[
'
LCGCMT
'
,
'
SEAL
'
,
'
POOL
'
,
'
GENSER
'
,
'
COOL
'
,
'
GDML
'
,
'
CORAL
'
,
'
RELAX
'
]
Loading