@@ -67,11 +67,11 @@ set(need_network dataframe/df027_SQliteDependencyOverVersion.C)
6767#---Tutorials disabled depending on the build components-------------
6868
6969if (NOT clad)
70- set (clad_veto fit/minuit2GausFit.C
70+ set (clad_veto math/ fit/minuit2GausFit.C
7171 # TODO: the next veto should not be necessary!
7272 # The tutorial should also work without clad.
7373 # See https://github.com/root-project/root/issues/15091.
74- fit/exampleFit3D.C
74+ math/ fit/exampleFit3D.C
7575 )
7676endif ()
7777
@@ -156,7 +156,7 @@ else()
156156endif ()
157157
158158if (NOT ROOT_unuran_FOUND)
159- set (unuran_veto math/testrandom.C unuran/unuranDemo.C unuran/unuranFoamTest.C
159+ set (unuran_veto math/testrandom.C math/ unuran/unuranDemo.C math/ unuran/unuranFoamTest.C
160160 math/multidimSampling.C)
161161endif ()
162162
@@ -197,7 +197,7 @@ endif()
197197
198198# variables identifying the package must have the package name in lower case (it corresponds to the CMake option name)
199199if (NOT ROOT_r_FOUND)
200- set (r_veto r/*.C)
200+ set (r_veto math/ r/*.C)
201201endif ()
202202
203203set (histfactory_veto histfactory/makeExample.C)
@@ -210,18 +210,18 @@ if(NOT ROOT_mathmore_FOUND)
210210 set (mathmore_veto
211211 math/quasirandom.C
212212 math/exampleMultiRoot.C
213- math/Bessel .C
213+ math/pdf/pdf009_Bessel .C
214214 math/LegendreAssoc.C
215215 math/Legendre.C
216216 math/mathmoreIntegration.C
217- math/multivarGaus .C
218- math/tStudent .C
219- math/normalDist .C
217+ math/pdf/pdf007_multivarGaus .C
218+ math/pdf/pdf012_tStudent .C
219+ math/pdf/pdf001_Nornal .C
220220 roostats/TestNonCentral.C
221221 roostats/TestNonCentral.py
222222 math/Legendre.py
223- math/Bessel .py
224- math/tStudent .py)
223+ math/pdf/pdf009_Bessel .py
224+ math/pdf/pdf012_tStudent .py)
225225endif ()
226226
227227if (NOT ROOT_fftw3_FOUND)
@@ -233,9 +233,9 @@ if(NOT ROOT_fftw3_FOUND)
233233 roofit/rf210_angularconv.py
234234 roofit/rf211_paramconv.py
235235 roofit/rf512_wsfactory_oper.py
236- fft/FFT.C
237- fit/fitConvolution.C
238- fit/fitConvolution.py)
236+ math/ fft/FFT.C
237+ math/ fit/fitConvolution.C
238+ math/ fit/fitConvolution.py)
239239endif ()
240240
241241if (NOT ROOT_opengl_FOUND)
@@ -268,7 +268,7 @@ if(NOT gdml)
268268endif ()
269269
270270#---These ones requires a display to run-----------------------------
271- set (gui_veto fit/fitpanel_playback.C
271+ set (gui_veto math/ fit/fitpanel_playback.C
272272 cocoa/*.C
273273 geom/building.C geom/cheongwadae.C geom/geom*.C geom/lego.C geom/robot.C geom/south_gate.C geom/station*.C geom/tank.C geom/webdemo.C geom/web_cms.cxx
274274 gl/glViewerExercise.C gl/glViewerLOD.C gl/gviz3d.C gl/nucleus.C gl/viewer3DLocal.C gl/viewer3DMaster.C
@@ -417,7 +417,7 @@ set(extra_veto
417417 tree/h1chain.C
418418 http/*.C
419419 eve7/*.C
420- r/rootlogon.C)
420+ math/ r/rootlogon.C)
421421
422422if (MSVC AND NOT llvm13_broken_tests)
423423 list (APPEND extra_veto
@@ -500,7 +500,7 @@ if(mpi)
500500endif ()
501501
502502#---Special return code------------------------------------------------
503- set (returncode_1 fit/fit2a.C
503+ set (returncode_1 math/ fit/fit2a.C
504504 graphics/earth.C
505505 graphics/pavetext.C
506506 graphics/tmathtext.C graphics/tmathtext2.C
@@ -515,7 +515,7 @@ set(returncode_1 fit/fit2a.C
515515 hist/hlabels2.C
516516 tree/h1analysis.C
517517 math/chi2test.C
518- r/SimpleFitting.C)
518+ math/ r/SimpleFitting.C)
519519#---Dependencies------------------------------------------------------
520520set (unfold-testUnfold5d-depends tutorial-unfold-testUnfold5c)
521521set (unfold-testUnfold5c-depends tutorial-unfold-testUnfold5b)
@@ -527,15 +527,15 @@ set(xml-xmlmodifyfile-depends tutorial-xml-xmlnewfile)
527527set (xml-xmlreadfile-depends tutorial-xml-xmlnewfile)
528528set (roofit-rf503_wspaceread-depends tutorial-roofit-rf502_wspacewrite)
529529set (io-readCode-depends tutorial-io-importCode)
530- set (fit-fit1-depends tutorial-hist-fillrandom)
531- set (fit-myfit-depends tutorial-fit-fitslicesy)
532- set (foam-foam_demopers-depends tutorial-foam-foam_demo)
530+ set (math- fit-fit1-depends tutorial-hist-fillrandom)
531+ set (math- fit-myfit-depends tutorial-math -fit-fitslicesy)
532+ set (math- foam-foam_demopers-depends tutorial-math -foam-foam_demo)
533533set (tree-tree502_staff-depends tutorial-tree-tree500_cernbuild)
534534set (tree-tree501_cernstaff-depends tutorial-tree-tree500_cernbuild)
535535set (hist-hbars-depends tutorial-tree-tree500_cernbuild)
536536set (benchmarks-depends tutorial-hsimple
537- tutorial-fit-fit1
538- tutorial-fit-myfit
537+ tutorial-math- fit-fit1
538+ tutorial-math- fit-myfit
539539 tutorial-hist-h1ReadAndDraw
540540 tutorial-hist-FirstContour
541541 tutorial-geom-na49view
@@ -863,8 +863,8 @@ if(ROOT_pyroot_FOUND)
863863 file (GLOB requires_numpy RELATIVE ${CMAKE_CURRENT_SOURCE_DIR }
864864 dataframe/df026_AsNumpyArrays.py
865865 dataframe/df032_RDFFromNumpy.py
866- fit/combinedFit.py
867- fit/multifit.py
866+ math/ fit/combinedFit.py
867+ math/ fit/multifit.py
868868 roofit/rf409_NumPyPandasToRooFit.py )
869869 file (GLOB requires_numba RELATIVE ${CMAKE_CURRENT_SOURCE_DIR } pyroot/pyroot004_NumbaDeclare.py )
870870 file (GLOB requires_pandas RELATIVE ${CMAKE_CURRENT_SOURCE_DIR }
0 commit comments