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
25 lines
641 B
Diff
25 lines
641 B
Diff
From e6e6715a73fb8b65ee24c11ff08ca34e25db9ef1 Mon Sep 17 00:00:00 2001
|
|
From: Mattias Ellert <mattias.ellert@physics.uu.se>
|
|
Date: Wed, 8 Jul 2020 19:41:10 +0200
|
|
Subject: [PATCH 4/5] Add missing underscore
|
|
|
|
---
|
|
tutorials/fit/vectorizedFit.C | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tutorials/fit/vectorizedFit.C b/tutorials/fit/vectorizedFit.C
|
|
index d6b13e2fa7..1f6e317aa6 100644
|
|
--- a/tutorials/fit/vectorizedFit.C
|
|
+++ b/tutorials/fit/vectorizedFit.C
|
|
@@ -8,7 +8,7 @@
|
|
/// TF1::SetVectorized
|
|
///
|
|
/// \macro_image
|
|
-/// \macro output
|
|
+/// \macro_output
|
|
/// \macro_code
|
|
///
|
|
/// \author Lorenzo Moneta
|
|
--
|
|
2.26.2
|
|
|