Drop patches accepted upstream root-FitData-assert-fix.patch root-clang-altivec-vector.patch root-format-fix.patch root-moved-file.patch root-xmlmodify-dep.patch New and improved Python bindings The new Python bindings can be built for both Python 2 and Python 3 out of the box. Dropped the workaround in specfile for this (EPEL 7) Dropped the python3-other packages (EPEL 7) The new Python bindings has split the TPython interface to a separate library. Now in a separate root-tpython package root-tpython and root-tmva-python are now using Python 3 on EPEL 7 New subpackage root-gui-browsable New patches (submitted upstream) Fix too aggressive -Werror replacements Add missing call to TFile::SetCacheFileDir in a TMVA tutorial Adjust stressGraphics.ref Fix off-by-one error in histogram v7 bin iterator Compatibility with python 2.7 versions before 2.7.9 Fix the RNTuple.LargeFile test on 32bit (i386 and armv7hf) Fix doxygen issues Fix bad regex in TProofMgr Compatibility with xrootd 5
29 lines
897 B
Diff
29 lines
897 B
Diff
From 8266262f76eaef4dc72ffda38e1d315be2ce3ff0 Mon Sep 17 00:00:00 2001
|
|
From: Mattias Ellert <mattias.ellert@physics.uu.se>
|
|
Date: Wed, 8 Jul 2020 19:41:34 +0200
|
|
Subject: [PATCH 5/5] Make the name of macro match the filename
|
|
|
|
Fixes:
|
|
|
|
warning: Failed to call `rs302_JeffreysPriorDemo()` to execute the macro.
|
|
Add this function or rename the macro. Falling back to `.L`.
|
|
---
|
|
tutorials/roostats/rs302_JeffreysPriorDemo.C | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tutorials/roostats/rs302_JeffreysPriorDemo.C b/tutorials/roostats/rs302_JeffreysPriorDemo.C
|
|
index c2f720a5f9..1c52e5dd83 100644
|
|
--- a/tutorials/roostats/rs302_JeffreysPriorDemo.C
|
|
+++ b/tutorials/roostats/rs302_JeffreysPriorDemo.C
|
|
@@ -49,7 +49,7 @@
|
|
|
|
using namespace RooFit;
|
|
|
|
-void JeffreysPriorDemo()
|
|
+void rs302_JeffreysPriorDemo()
|
|
{
|
|
RooWorkspace w("w");
|
|
w.factory("Uniform::u(x[0,1])");
|
|
--
|
|
2.26.2
|
|
|