-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: master, 6.22/00
-
Fix Version/s: 6.22/00
-
Component/s: RooFit/RooStats
-
Labels:None
-
Environment:
Linux 64bit
In the file RooMathCoreReg.cxx, following includes are used:
#include "Math/SpecFunc.h"
#include "Math/DistFunc.h"
They checking internally R__HAS_MATHMORE and including MathMore includes then.
Dependency is not configured now and will be introduced by PR:
https://github.com/root-project/root/pull/5439
One should modify roofit classes to move all MathMore-related code to roofitmore and then remove dependency