Drop patches accepted upstream Drop previously backported patches Unbundle jsroot in root-net-http Add hack to work around broken charmaps in StandardSymbolsPS.otf Use local static script and style files for JupyROOT Fix some javascript errors Fix build rules for test binaries so that they are not installed Address memory usage issue for ARM build Drop pre-minified javascript and style files (Fedora packaging guidelines) Enable builds on ppc/ppc64/ppc64le (do not pass all tests, but the list of failing tests is much shorter with this release) Add dependency on python[23]-jsmva to python[23]-jupyroot New sub-packages: root-gui-canvaspainter, root-gui-webdisplay and root-hist-draw (not for EPEL 7 since they are root7 specific and require c++-14)
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
diff -ur root-6.12.04.orig/tutorials/roostats/rs102_hypotestwithshapes.C root-6.12.04/tutorials/roostats/rs102_hypotestwithshapes.C
|
|
--- root-6.12.04.orig/tutorials/roostats/rs102_hypotestwithshapes.C 2017-12-13 08:27:42.000000000 +0100
|
|
+++ root-6.12.04/tutorials/roostats/rs102_hypotestwithshapes.C 2018-01-15 21:30:10.608693441 +0100
|
|
@@ -13,8 +13,6 @@
|
|
/// In this example, shape uncertainties are not taken into account, but
|
|
/// normalization uncertainties are.
|
|
///
|
|
-/// \macro_image
|
|
-/// \macro_output
|
|
/// \macro_code
|
|
///
|
|
/// \author Kyle Cranmer
|
|
diff -ur root-6.12.04.orig/tutorials/roostats/rs701_BayesianCalculator.C root-6.12.04/tutorials/roostats/rs701_BayesianCalculator.C
|
|
--- root-6.12.04.orig/tutorials/roostats/rs701_BayesianCalculator.C 2017-12-13 08:27:42.000000000 +0100
|
|
+++ root-6.12.04/tutorials/roostats/rs701_BayesianCalculator.C 2018-01-15 21:30:39.405371047 +0100
|
|
@@ -5,8 +5,6 @@
|
|
///
|
|
/// This tutorial shows an example of using the BayesianCalculator class
|
|
///
|
|
-/// \macro_image
|
|
-/// \macro_output
|
|
/// \macro_code
|
|
///
|
|
/// \author Gregory Schott
|