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
!345
Do not build R bindings for ROOT
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Do not build R bindings for ROOT
no-ROOT-R-bindings
into
master
Overview
14
Commits
1
Pipelines
1
Changes
1
Merged
Gerardo Ganis
requested to merge
no-ROOT-R-bindings
into
master
4 years ago
Overview
14
Commits
1
Pipelines
1
Changes
1
Expand
Decision agreed in LIM of 3/2/2020 .
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eaf55da9
1 commit,
4 years ago
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
projects/CMakeLists.txt
+
1
−
6
Options
@@ -140,9 +140,7 @@ if(ROOT_native_version)
-Dpythia6=OFF
-Dpythia8=OFF
-Dreflex=ON
IF DEFINED R_native_version THEN
-Dr=ON
ENDIF
-Dr=OFF
-Droofit=ON
-Dssl=ON
-Dunuran=ON
@@ -202,9 +200,6 @@ if(ROOT_native_version)
IF DEFINED Davix_native_version THEN
Davix
ENDIF
IF DEFINED R_native_version THEN
R
ENDIF
IF ROOT_version VERSION_LESS 6.16 THEN
graphviz
ENDIF
Loading