View | Details | Raw Unified | Return to bug 276373 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/root/Makefile (-1 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	root
1
PORTNAME=	root
2
DISTVERSION=	6.30.02
2
DISTVERSION=	6.30.02
3
PORTREVISION=	1
3
CATEGORIES=	devel science math parallel python
4
CATEGORIES=	devel science math parallel python
4
MASTER_SITES=	https://root.cern/download/
5
MASTER_SITES=	https://root.cern/download/
5
DISTFILES=	${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX}
6
DISTFILES=	${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX}
Lines 17-22 BUILD_DEPENDS= ${BUILD_AND_RUN_DEPENDS} Link Here
17
LIB_DEPENDS=	libcfitsio.so:astro/cfitsio \
18
LIB_DEPENDS=	libcfitsio.so:astro/cfitsio \
18
		libcurl.so:ftp/curl \
19
		libcurl.so:ftp/curl \
19
		libfreetype.so:print/freetype2 \
20
		libfreetype.so:print/freetype2 \
21
		libgsl.so:math/gsl \
20
		liblz4.so:archivers/liblz4 \
22
		liblz4.so:archivers/liblz4 \
21
		libopenblas.so:math/openblas \
23
		libopenblas.so:math/openblas \
22
		libpcre.so:devel/pcre \
24
		libpcre.so:devel/pcre \
Lines 38-44 SHEBANG_FILES= config/rootssh etc/dictpch/makepch.py etc/proof/utils/circle.sh \ Link Here
38
40
39
# Flags and environment variables for building
41
# Flags and environment variables for building
40
CMAKE_ARGS=	-DCMAKE_CXX_STANDARD=17
42
CMAKE_ARGS=	-DCMAKE_CXX_STANDARD=17
41
CMAKE_ON=	gnuinstall soversion
43
CMAKE_ON=	gnuinstall soversion mathmore
42
CMAKE_OFF=	builtin_gtest clad
44
CMAKE_OFF=	builtin_gtest clad
43
CONFIGURE_WRKSRC?=	${WRKDIR}/.build
45
CONFIGURE_WRKSRC?=	${WRKDIR}/.build
44
MAKE_ENV+=		ROOTSYS=${CONFIGURE_WRKSRC}
46
MAKE_ENV+=		ROOTSYS=${CONFIGURE_WRKSRC}
(-)b/devel/root/files/patch-interpreter_llvm-project_clang_lib_Serialization_ASTWriter.cpp (+13 lines)
Added Link Here
1
--- interpreter/llvm-project/clang/lib/Serialization/ASTWriter.cpp.orig	2024-01-11 19:51:52 UTC
2
+++ interpreter/llvm-project/clang/lib/Serialization/ASTWriter.cpp
3
@@ -2498,8 +2498,10 @@ unsigned ASTWriter::getSubmoduleID(Module *Mod) {
4
   // did not result in us loading a module file for that submodule. For
5
   // instance, a cross-top-level-module 'conflict' declaration will hit this.
6
   unsigned ID = getLocalOrImportedSubmoduleID(Mod);
7
+  /*
8
   assert((ID || !Mod) &&
9
          "asked for module ID for non-local, non-imported module");
10
+   */
11
   return ID;
12
 }
13
 
(-)b/devel/root/pkg-plist (+57 lines)
Lines 628-633 include/root/Math/BrentMinimizer1D.h Link Here
628
include/root/Math/BrentRootFinder.h
628
include/root/Math/BrentRootFinder.h
629
include/root/Math/Cartesian2D.h
629
include/root/Math/Cartesian2D.h
630
include/root/Math/Cartesian3D.h
630
include/root/Math/Cartesian3D.h
631
include/root/Math/ChebyshevApprox.h
631
include/root/Math/ChebyshevPol.h
632
include/root/Math/ChebyshevPol.h
632
include/root/Math/CholeskyDecomp.h
633
include/root/Math/CholeskyDecomp.h
633
include/root/Math/CladDerivator.h
634
include/root/Math/CladDerivator.h
Lines 636-641 include/root/Math/CramerInversionSym.icc Link Here
636
include/root/Math/Cylindrical3D.h
637
include/root/Math/Cylindrical3D.h
637
include/root/Math/CylindricalEta3D.h
638
include/root/Math/CylindricalEta3D.h
638
include/root/Math/Delaunay2D.h
639
include/root/Math/Delaunay2D.h
640
include/root/Math/Derivator.h
639
include/root/Math/Dfact.h
641
include/root/Math/Dfact.h
640
include/root/Math/Dfactir.h
642
include/root/Math/Dfactir.h
641
include/root/Math/Dfinv.h
643
include/root/Math/Dfinv.h
Lines 644-649 include/root/Math/DisplacementVector2D.h Link Here
644
include/root/Math/DisplacementVector3D.h
646
include/root/Math/DisplacementVector3D.h
645
include/root/Math/DistFunc.h
647
include/root/Math/DistFunc.h
646
include/root/Math/DistFuncMathCore.h
648
include/root/Math/DistFuncMathCore.h
649
include/root/Math/DistFuncMathMore.h
647
include/root/Math/DistSampler.h
650
include/root/Math/DistSampler.h
648
include/root/Math/DistSamplerOptions.h
651
include/root/Math/DistSamplerOptions.h
649
include/root/Math/Dsfact.h
652
include/root/Math/Dsfact.h
Lines 655-660 include/root/Math/Factory.h Link Here
655
include/root/Math/FitMethodFunction.h
658
include/root/Math/FitMethodFunction.h
656
include/root/Math/Functions.h
659
include/root/Math/Functions.h
657
include/root/Math/Functor.h
660
include/root/Math/Functor.h
661
include/root/Math/GSLFunctionAdapter.h
662
include/root/Math/GSLIntegrator.h
663
include/root/Math/GSLMCIntegrator.h
664
include/root/Math/GSLMinimizer.h
665
include/root/Math/GSLMinimizer1D.h
666
include/root/Math/GSLMultiRootFinder.h
667
include/root/Math/GSLNLSMinimizer.h
668
include/root/Math/GSLQuasiRandom.h
669
include/root/Math/GSLRandom.h
670
include/root/Math/GSLRandomFunctions.h
671
include/root/Math/GSLRndmEngines.h
672
include/root/Math/GSLRootFinder.h
673
include/root/Math/GSLRootFinderDeriv.h
674
include/root/Math/GSLRootHelper.h
675
include/root/Math/GSLSimAnMinimizer.h
676
include/root/Math/GSLSimAnnealing.h
658
include/root/Math/GaussIntegrator.h
677
include/root/Math/GaussIntegrator.h
659
include/root/Math/GaussLegendreIntegrator.h
678
include/root/Math/GaussLegendreIntegrator.h
660
include/root/Math/GenAlgoOptions.h
679
include/root/Math/GenAlgoOptions.h
Lines 736-749 include/root/Math/IOptions.h Link Here
736
include/root/Math/IParamFunction.h
755
include/root/Math/IParamFunction.h
737
include/root/Math/IParamFunctionfwd.h
756
include/root/Math/IParamFunctionfwd.h
738
include/root/Math/IRootFinderMethod.h
757
include/root/Math/IRootFinderMethod.h
758
include/root/Math/IntegrationTypes.h
739
include/root/Math/Integrator.h
759
include/root/Math/Integrator.h
740
include/root/Math/IntegratorMultiDim.h
760
include/root/Math/IntegratorMultiDim.h
741
include/root/Math/IntegratorOptions.h
761
include/root/Math/IntegratorOptions.h
762
include/root/Math/InterpolationTypes.h
763
include/root/Math/Interpolator.h
742
include/root/Math/KDTree.h
764
include/root/Math/KDTree.h
743
include/root/Math/KDTree.icc
765
include/root/Math/KDTree.icc
744
include/root/Math/LCGEngine.h
766
include/root/Math/LCGEngine.h
745
include/root/Math/LorentzRotation.h
767
include/root/Math/LorentzRotation.h
746
include/root/Math/LorentzVector.h
768
include/root/Math/LorentzVector.h
769
include/root/Math/MCIntegrationTypes.h
770
include/root/Math/MCParameters.h
747
include/root/Math/MConfig.h
771
include/root/Math/MConfig.h
748
include/root/Math/Math.h
772
include/root/Math/Math.h
749
include/root/Math/MatrixFunctions.h
773
include/root/Math/MatrixFunctions.h
Lines 758-767 include/root/Math/MinimizerVariableTransformation.h Link Here
758
include/root/Math/MixMaxEngine.h
782
include/root/Math/MixMaxEngine.h
759
include/root/Math/MixMaxEngine.icc
783
include/root/Math/MixMaxEngine.icc
760
include/root/Math/MultiDimParamFunctionAdapter.h
784
include/root/Math/MultiDimParamFunctionAdapter.h
785
include/root/Math/MultiNumGradFunction.h
786
include/root/Math/MultiRootFinder.h
761
include/root/Math/OneDimFunctionAdapter.h
787
include/root/Math/OneDimFunctionAdapter.h
788
include/root/Math/ParamFunction.h
762
include/root/Math/ParamFunctor.h
789
include/root/Math/ParamFunctor.h
763
include/root/Math/PdfFunc.h
790
include/root/Math/PdfFunc.h
764
include/root/Math/PdfFuncMathCore.h
791
include/root/Math/PdfFuncMathCore.h
792
include/root/Math/PdfFuncMathMore.h
765
include/root/Math/Plane3D.h
793
include/root/Math/Plane3D.h
766
include/root/Math/Point2D.h
794
include/root/Math/Point2D.h
767
include/root/Math/Point2Dfwd.h
795
include/root/Math/Point2Dfwd.h
Lines 769-774 include/root/Math/Point3D.h Link Here
769
include/root/Math/Point3Dfwd.h
797
include/root/Math/Point3Dfwd.h
770
include/root/Math/Polar2D.h
798
include/root/Math/Polar2D.h
771
include/root/Math/Polar3D.h
799
include/root/Math/Polar3D.h
800
include/root/Math/Polynomial.h
772
include/root/Math/PositionVector2D.h
801
include/root/Math/PositionVector2D.h
773
include/root/Math/PositionVector3D.h
802
include/root/Math/PositionVector3D.h
774
include/root/Math/ProbFunc.h
803
include/root/Math/ProbFunc.h
Lines 779-790 include/root/Math/PxPyPzE4D.h Link Here
779
include/root/Math/PxPyPzM4D.h
808
include/root/Math/PxPyPzM4D.h
780
include/root/Math/QuantFunc.h
809
include/root/Math/QuantFunc.h
781
include/root/Math/QuantFuncMathCore.h
810
include/root/Math/QuantFuncMathCore.h
811
include/root/Math/QuantFuncMathMore.h
812
include/root/Math/QuasiRandom.h
782
include/root/Math/Quaternion.h
813
include/root/Math/Quaternion.h
783
include/root/Math/Random.h
814
include/root/Math/Random.h
784
include/root/Math/RandomFunctions.h
815
include/root/Math/RandomFunctions.h
785
include/root/Math/RanluxppEngine.h
816
include/root/Math/RanluxppEngine.h
786
include/root/Math/RichardsonDerivator.h
817
include/root/Math/RichardsonDerivator.h
787
include/root/Math/RootFinder.h
818
include/root/Math/RootFinder.h
819
include/root/Math/RootFinderAlgorithms.h
788
include/root/Math/Rotation3D.h
820
include/root/Math/Rotation3D.h
789
include/root/Math/RotationX.h
821
include/root/Math/RotationX.h
790
include/root/Math/RotationY.h
822
include/root/Math/RotationY.h
Lines 798-803 include/root/Math/SVector.h Link Here
798
include/root/Math/SVector.icc
830
include/root/Math/SVector.icc
799
include/root/Math/SpecFunc.h
831
include/root/Math/SpecFunc.h
800
include/root/Math/SpecFuncMathCore.h
832
include/root/Math/SpecFuncMathCore.h
833
include/root/Math/SpecFuncMathMore.h
801
include/root/Math/StaticCheck.h
834
include/root/Math/StaticCheck.h
802
include/root/Math/StdEngine.h
835
include/root/Math/StdEngine.h
803
include/root/Math/TDataPoint.h
836
include/root/Math/TDataPoint.h
Lines 810-815 include/root/Math/Translation3D.h Link Here
810
include/root/Math/Types.h
843
include/root/Math/Types.h
811
include/root/Math/UnaryOperators.h
844
include/root/Math/UnaryOperators.h
812
include/root/Math/Util.h
845
include/root/Math/Util.h
846
include/root/Math/Vavilov.h
847
include/root/Math/VavilovAccurate.h
848
include/root/Math/VavilovAccurateCdf.h
849
include/root/Math/VavilovAccuratePdf.h
850
include/root/Math/VavilovAccurateQuantile.h
851
include/root/Math/VavilovFast.h
813
include/root/Math/Vector2D.h
852
include/root/Math/Vector2D.h
814
include/root/Math/Vector2Dfwd.h
853
include/root/Math/Vector2Dfwd.h
815
include/root/Math/Vector3D.h
854
include/root/Math/Vector3D.h
Lines 1265-1270 include/root/RooAbsSelfCachedPdf.h Link Here
1265
include/root/RooAbsSelfCachedReal.h
1304
include/root/RooAbsSelfCachedReal.h
1266
include/root/RooAbsStudy.h
1305
include/root/RooAbsStudy.h
1267
include/root/RooAbsTestStatistic.h
1306
include/root/RooAbsTestStatistic.h
1307
include/root/RooAdaptiveGaussKronrodIntegrator1D.h
1268
include/root/RooAdaptiveIntegratorND.h
1308
include/root/RooAdaptiveIntegratorND.h
1269
include/root/RooAddGenContext.h
1309
include/root/RooAddGenContext.h
1270
include/root/RooAddModel.h
1310
include/root/RooAddModel.h
Lines 1376-1381 include/root/RooFitHS3/RooJSONFactoryWSTool.h Link Here
1376
include/root/RooFitLegacy/RooCatTypeLegacy.h
1416
include/root/RooFitLegacy/RooCatTypeLegacy.h
1377
include/root/RooFitLegacy/RooCategorySharedProperties.h
1417
include/root/RooFitLegacy/RooCategorySharedProperties.h
1378
include/root/RooFitLegacy/RooTreeData.h
1418
include/root/RooFitLegacy/RooTreeData.h
1419
include/root/RooFitMoreLib.h
1379
include/root/RooFitResult.h
1420
include/root/RooFitResult.h
1380
include/root/RooFormulaVar.h
1421
include/root/RooFormulaVar.h
1381
include/root/RooFracRemainder.h
1422
include/root/RooFracRemainder.h
Lines 1385-1390 include/root/RooFunctor1DBinding.h Link Here
1385
include/root/RooFunctorBinding.h
1426
include/root/RooFunctorBinding.h
1386
include/root/RooGExpModel.h
1427
include/root/RooGExpModel.h
1387
include/root/RooGamma.h
1428
include/root/RooGamma.h
1429
include/root/RooGaussKronrodIntegrator1D.h
1388
include/root/RooGaussModel.h
1430
include/root/RooGaussModel.h
1389
include/root/RooGaussian.h
1431
include/root/RooGaussian.h
1390
include/root/RooGenContext.h
1432
include/root/RooGenContext.h
Lines 1398-1403 include/root/RooHistConstraint.h Link Here
1398
include/root/RooHistError.h
1440
include/root/RooHistError.h
1399
include/root/RooHistFunc.h
1441
include/root/RooHistFunc.h
1400
include/root/RooHistPdf.h
1442
include/root/RooHistPdf.h
1443
include/root/RooHypatia2.h
1401
include/root/RooImproperIntegrator1D.h
1444
include/root/RooImproperIntegrator1D.h
1402
include/root/RooIntegralMorph.h
1445
include/root/RooIntegralMorph.h
1403
include/root/RooInvTransform.h
1446
include/root/RooInvTransform.h
Lines 1406-1411 include/root/RooJohnson.h Link Here
1406
include/root/RooKeysPdf.h
1449
include/root/RooKeysPdf.h
1407
include/root/RooLagrangianMorphFunc.h
1450
include/root/RooLagrangianMorphFunc.h
1408
include/root/RooLandau.h
1451
include/root/RooLandau.h
1452
include/root/RooLegendre.h
1409
include/root/RooLinTransBinning.h
1453
include/root/RooLinTransBinning.h
1410
include/root/RooLinearCombination.h
1454
include/root/RooLinearCombination.h
1411
include/root/RooLinearVar.h
1455
include/root/RooLinearVar.h
Lines 1419-1424 include/root/RooMCStudy.h Link Here
1419
include/root/RooMappedCategory.h
1463
include/root/RooMappedCategory.h
1420
include/root/RooMath.h
1464
include/root/RooMath.h
1421
include/root/RooMathCoreReg.h
1465
include/root/RooMathCoreReg.h
1466
include/root/RooMathMoreReg.h
1422
include/root/RooMinimizer.h
1467
include/root/RooMinimizer.h
1423
include/root/RooMoment.h
1468
include/root/RooMoment.h
1424
include/root/RooMomentMorph.h
1469
include/root/RooMomentMorph.h
Lines 1432-1437 include/root/RooNDKeysPdf.h Link Here
1432
include/root/RooNLLVar.h
1477
include/root/RooNLLVar.h
1433
include/root/RooNameReg.h
1478
include/root/RooNameReg.h
1434
include/root/RooNonCPEigenDecay.h
1479
include/root/RooNonCPEigenDecay.h
1480
include/root/RooNonCentralChiSquare.h
1435
include/root/RooNormSetCache.h
1481
include/root/RooNormSetCache.h
1436
include/root/RooNovosibirsk.h
1482
include/root/RooNovosibirsk.h
1437
include/root/RooNumCdf.h
1483
include/root/RooNumCdf.h
Lines 1488-1493 include/root/RooSimGenContext.h Link Here
1488
include/root/RooSimSplitGenContext.h
1534
include/root/RooSimSplitGenContext.h
1489
include/root/RooSimWSTool.h
1535
include/root/RooSimWSTool.h
1490
include/root/RooSimultaneous.h
1536
include/root/RooSimultaneous.h
1537
include/root/RooSpHarmonic.h
1491
include/root/RooSpline.h
1538
include/root/RooSpline.h
1492
include/root/RooStats/AsymptoticCalculator.h
1539
include/root/RooStats/AsymptoticCalculator.h
1493
include/root/RooStats/BayesianCalculator.h
1540
include/root/RooStats/BayesianCalculator.h
Lines 3269-3274 lib/root/%%AARCH64_PCM_PREFIX%%Html%%AARCH64_PCM_SUFFIX%%.pcm Link Here
3269
%%PYROOT%%lib/root/JupyROOT/magics/jsrootmagic.py
3316
%%PYROOT%%lib/root/JupyROOT/magics/jsrootmagic.py
3270
lib/root/%%AARCH64_PCM_PREFIX%%MLP%%AARCH64_PCM_SUFFIX%%.pcm
3317
lib/root/%%AARCH64_PCM_PREFIX%%MLP%%AARCH64_PCM_SUFFIX%%.pcm
3271
lib/root/%%AARCH64_PCM_PREFIX%%MathCore%%AARCH64_PCM_SUFFIX%%.pcm
3318
lib/root/%%AARCH64_PCM_PREFIX%%MathCore%%AARCH64_PCM_SUFFIX%%.pcm
3319
lib/root/%%AARCH64_PCM_PREFIX%%MathMore%%AARCH64_PCM_SUFFIX%%.pcm
3272
lib/root/%%AARCH64_PCM_PREFIX%%Matrix%%AARCH64_PCM_SUFFIX%%.pcm
3320
lib/root/%%AARCH64_PCM_PREFIX%%Matrix%%AARCH64_PCM_SUFFIX%%.pcm
3273
lib/root/%%AARCH64_PCM_PREFIX%%Minuit%%AARCH64_PCM_SUFFIX%%.pcm
3321
lib/root/%%AARCH64_PCM_PREFIX%%Minuit%%AARCH64_PCM_SUFFIX%%.pcm
3274
lib/root/%%AARCH64_PCM_PREFIX%%Minuit2%%AARCH64_PCM_SUFFIX%%.pcm
3322
lib/root/%%AARCH64_PCM_PREFIX%%Minuit2%%AARCH64_PCM_SUFFIX%%.pcm
Lines 3538-3543 lib/root/%%AARCH64_PCM_PREFIX%%RooFit%%AARCH64_PCM_SUFFIX%%.pcm Link Here
3538
lib/root/%%AARCH64_PCM_PREFIX%%RooFitCore%%AARCH64_PCM_SUFFIX%%.pcm
3586
lib/root/%%AARCH64_PCM_PREFIX%%RooFitCore%%AARCH64_PCM_SUFFIX%%.pcm
3539
lib/root/%%AARCH64_PCM_PREFIX%%RooFitHS3%%AARCH64_PCM_SUFFIX%%.pcm
3587
lib/root/%%AARCH64_PCM_PREFIX%%RooFitHS3%%AARCH64_PCM_SUFFIX%%.pcm
3540
lib/root/%%AARCH64_PCM_PREFIX%%RooFitJSONInterface%%AARCH64_PCM_SUFFIX%%.pcm
3588
lib/root/%%AARCH64_PCM_PREFIX%%RooFitJSONInterface%%AARCH64_PCM_SUFFIX%%.pcm
3589
lib/root/%%AARCH64_PCM_PREFIX%%RooFitMore%%AARCH64_PCM_SUFFIX%%.pcm
3541
lib/root/%%AARCH64_PCM_PREFIX%%RooFitRDataFrameHelpers%%AARCH64_PCM_SUFFIX%%.pcm
3590
lib/root/%%AARCH64_PCM_PREFIX%%RooFitRDataFrameHelpers%%AARCH64_PCM_SUFFIX%%.pcm
3542
%%ROOT7%%lib/root/%%AARCH64_PCM_PREFIX%%RooFitXRooFit%%AARCH64_PCM_SUFFIX%%.pcm
3591
%%ROOT7%%lib/root/%%AARCH64_PCM_PREFIX%%RooFitXRooFit%%AARCH64_PCM_SUFFIX%%.pcm
3543
lib/root/%%AARCH64_PCM_PREFIX%%RooStats%%AARCH64_PCM_SUFFIX%%.pcm
3592
lib/root/%%AARCH64_PCM_PREFIX%%RooStats%%AARCH64_PCM_SUFFIX%%.pcm
Lines 3758-3763 lib/root/libMLP.so.%%SHLIB_VER%% Link Here
3758
lib/root/libMathCore.so
3807
lib/root/libMathCore.so
3759
lib/root/libMathCore.so.%%SHLIB_SHVER%%
3808
lib/root/libMathCore.so.%%SHLIB_SHVER%%
3760
lib/root/libMathCore.so.%%SHLIB_VER%%
3809
lib/root/libMathCore.so.%%SHLIB_VER%%
3810
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/libMathMore.rootmap
3811
lib/root/libMathMore.so
3812
lib/root/libMathMore.so.%%SHLIB_SHVER%%
3813
lib/root/libMathMore.so.%%SHLIB_VER%%
3761
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/libMatrix.rootmap
3814
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/libMatrix.rootmap
3762
lib/root/libMatrix.so
3815
lib/root/libMatrix.so
3763
lib/root/libMatrix.so.%%SHLIB_SHVER%%
3816
lib/root/libMatrix.so.%%SHLIB_SHVER%%
Lines 3999-4004 lib/root/libRooFitHS3.so.%%SHLIB_VER%% Link Here
3999
lib/root/libRooFitJSONInterface.so
4052
lib/root/libRooFitJSONInterface.so
4000
lib/root/libRooFitJSONInterface.so.%%SHLIB_SHVER%%
4053
lib/root/libRooFitJSONInterface.so.%%SHLIB_SHVER%%
4001
lib/root/libRooFitJSONInterface.so.%%SHLIB_VER%%
4054
lib/root/libRooFitJSONInterface.so.%%SHLIB_VER%%
4055
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/libRooFitMore.rootmap
4056
lib/root/libRooFitMore.so
4057
lib/root/libRooFitMore.so.%%SHLIB_SHVER%%
4058
lib/root/libRooFitMore.so.%%SHLIB_VER%%
4002
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/libRooFitRDataFrameHelpers.rootmap
4059
%%ONLY_INSTALLED_ON_AARCH64%%lib/root/libRooFitRDataFrameHelpers.rootmap
4003
lib/root/libRooFitRDataFrameHelpers.so
4060
lib/root/libRooFitRDataFrameHelpers.so
4004
lib/root/libRooFitRDataFrameHelpers.so.%%SHLIB_SHVER%%
4061
lib/root/libRooFitRDataFrameHelpers.so.%%SHLIB_SHVER%%

Return to bug 276373