
* New variants: - `tmvz-cpu` - `tmvz-gpu` - `tmvz-pymva` - `tmvz-sofie` * Improve X-related dependencies. * Improve TMVA-related dependencies with more specificity. * Patch possible missing standard header include in Eve7. * Patch Protobuf handling to support new Protobuf-provided CMake config files required to handle transitive `abseil-cpp` dependence. * Add missing terminal newline to `webgui` patch to remove patch warning. * Handle deprecated/removed build options.
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
--- config/rootrc.in_ORIG 2023-11-28 08:32:42.696061390 +0100
|
|
+++ config/rootrc.in 2023-11-28 08:32:47.672727920 +0100
|
|
@@ -217,7 +217,7 @@
|
|
# Type of tree viewer: TTreeViewer or RTreeViewer
|
|
TreeViewer.Name: TTreeViewer
|
|
# Type of Browser: TRootBrowser or TRootBrowserLite
|
|
-Browser.Name: @root_browser_class@
|
|
+Browser.Name: TRootBrowser
|
|
# Browser Options (plugins)
|
|
# F: File browser E: Text Editor H: HTML browser
|
|
# C: Canvas I: I/O redirection P: Proof G: GL viewer
|
|
|
|
--- config/rootrc.in_ORIG 2023-11-28 08:18:11.686085190 +0100
|
|
+++ config/rootrc.in 2023-11-28 08:18:15.839418409 +0100
|
|
@@ -247,8 +247,8 @@
|
|
WebGui.HttpPortMax: 9800
|
|
# Exact IP iddress to bind bind http server (default - empty)
|
|
WebGui.HttpBind:
|
|
-# Use only loopback address to bind http server (default - no)
|
|
-WebGui.HttpLoopback: no
|
|
+# Use only loopback address to bind http server (default - yes)
|
|
+WebGui.HttpLoopback: yes
|
|
# Use https protocol for the http server (default - no)
|
|
WebGui.UseHttps: no
|
|
WebGui.ServerCert: rootserver.pem
|