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
!331
Update DD4hep to 01.11 to solve compilation issues and add it to Python3 toolchains
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update DD4hep to 01.11 to solve compilation issues and add it to Python3 toolchains
dd4hep_01-11
into
latest_20200115
Overview
6
Commits
2
Pipelines
2
Changes
2
Merged
Ivan Razumov
requested to merge
dd4hep_01-11
into
latest_20200115
5 years ago
Overview
6
Commits
2
Pipelines
2
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
latest_20200115
version 1
a2c19c0a
5 years ago
latest_20200115 (base)
and
latest version
latest version
a5d48328
2 commits,
5 years ago
version 1
a2c19c0a
1 commit,
5 years ago
2 files
+
71
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
cmake/toolchain/heptools-dev-base.cmake
+
1
−
1
Options
@@ -38,7 +38,6 @@ else()
LCG_external_package
(
rpy2 2.8.6
)
LCG_external_package
(
networkx 2.2
)
LCG_external_package
(
matplotlib 2.2.4
)
LCG_AA_project
(
DD4hep 01-10
)
LCG_external_package
(
4suite 1.0.2p1
)
LCG_external_package
(
astroid 1.6.6p1 author=1.6.6
)
LCG_external_package
(
contextlib2 0.5.5
)
@@ -90,6 +89,7 @@ if(${LCG_OS}${LCG_OSVERS} MATCHES centos7 AND ${LCG_COMP}${LCG_COMPVERS} MATCHES
LCG_AA_project
(
Gaudi v32r2 GIT=https://gitlab.cern.ch/gaudi/Gaudi.git
)
endif
()
LCG_AA_project
(
DD4hep 01-11
)
# Externals
LCG_external_package
(
lcgenv 1.3.8
)
Loading