Thu, 02 May 2024 16:14:48 UTC | login

Information for build root-6.30.04-2.fc40

ID305060
Package Nameroot
Version6.30.04
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/root.git#29328ac08b05e64a4200cb920cf0ffb3d681b5a9
SummaryNumerical data analysis framework
DescriptionThe ROOT system provides a set of object oriented frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Having the data defined as a set of objects, specialized storage methods are used to get direct access to the separate attributes of the selected objects, without having to touch the bulk of the data. Included are histogramming methods in an arbitrary number of dimensions, curve fitting, function evaluation, minimization, graphics and visualization classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode, as well as a general parallel processing framework, PROOF, that can considerably speed up an analysis. Thanks to the built-in C++ interpreter cling, the command, the scripting and the programming language are all C++. The interpreter allows for fast prototyping of the macros since it removes the, time consuming, compile/link cycle. It also provides a good environment to learn C++. If more performance is needed the interactively developed macros can be compiled using a C++ compiler via a machine independent transparent compiler interface called ACliC. The system has been designed in such a way that it can query its databases in parallel on clusters of workstations or many-core machines. ROOT is an open system that can be dynamically extended by linking external libraries. This makes ROOT a premier platform on which to build data acquisition, simulation and data analysis systems.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 17 Apr 2024 09:43:02 UTC
CompletedWed, 17 Apr 2024 10:47:37 UTC
Taskbuild (f40, /rpms/root.git:29328ac08b05e64a4200cb920cf0ffb3d681b5a9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/root.git#29328ac08b05e64a4200cb920cf0ffb3d681b5a9'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Mar 25 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.04-2 - Support StandardSymbolsPS.otf * Wed Jan 31 2024 Mattias Ellert <ellert@ellert.se> - 6.30.04-1 - Update to 6.30.04 - Drop patch root-adjust-test-for-failures-on-aarch64-ppc64le-s390x.patch (accepted upstrem) - Exclude failing TClingDataMemberInfo.Offset test on s390x * Fri Jan 26 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-9 - Rebuilt for libarrow.so.1500 * Fri Jan 26 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-8 - Exclude failing gtest-math-matrix-test-testMatrixTSparse on Fedora 40 (aarch64, ppc64le and s390x) * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.30.02-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 17 2024 Jonathan Wakely <jwakely@redhat.com> - 6.30.02-6 - Rebuilt for TBB 2021.11 * Fri Jan 12 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-5 - Define PYTHON_EXECUTABLE when calling cmake (Fixes EPEL 8 build) * Thu Dec 21 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-4 - Adjust tests for zlib-ng * Mon Dec 18 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-3 - Use "standardsymbolsps" instead of "symbol" when searching for the Symbols font in order to not find Noto Symbols instead * Fri Dec 15 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-2 - Exclude pyunittests-pyroot-numbadeclare test * Sat Dec 02 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.02-1 - Update to 6.30.02 * Sat Nov 25 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.30.00-1 - Update to 6.30.00 - Removed subpackages: root-io-gfal and root-roofit-common - Dropped patches: 6 - New patches: 6 * Thu Nov 02 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.08-3 - Rebuilt for libarrow.so.1400 * Wed Nov 01 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.08-2 - Enable RooFit::MultiProcess on Fedora 40+ * Sat Oct 14 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.08-1 - Update to 6.28.08 - New subpackage root-tmva-utils (split off from root-tmva) - Port to pcre2 * Tue Sep 05 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.06-1 - Update to 6.28.06 - Drop patches root-testRooAbsL-test-compares-two-doubles-and-fails.patch and root-strlcpy.patch (fixed upstream) * Sun Aug 06 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.04-5 - Rebuilt for libarrow.so.1300 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.28.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 09 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.04-3 - Fix build on Fedora 39+ where glibc has strlcpy and strlcat - Enable build of root-gui-qt6webdisplay sub-package if Qt6 is available * Mon Jun 26 2023 Orion Poplawski <orion@nwra.com> - 6.28.04-2 - Rebuilt for Python 3.12 * Mon May 08 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.04-1 - Update to 6.28.04 - Drop patch root-RF-Rewrite-RooProdPdf.TestGetPartIntList-unit-test.patch (previously backported) - Enable Apache Arrow support (64 bit architectures only) * Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 6.28.02-3 - R-maint-sig mass rebuild * Thu Mar 23 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.02-2 - Disable uring in EPEL 9 (liburing is available, but uring not supported by kernel) * Wed Mar 22 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.02-1 - Update to 6.28.02 - Dropped patches: 13 - New patches: 1 * Sat Mar 18 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.28.00-1 - Update to 6.28.00 - ROOT now uses llvm/clang version 13 (updated from version 9) - Clean up specfile by removing EPEL 7 conditionals - Drop dataframe, roofit and tmva-sofieparser on EPEL 8 ppc64le due to "pure virtual method called" errors - Split the root-geom sub-package into three separate sub-packages: root-geom, root-geom-builder and root-geom-painter - Enable uring support in EPEL 9 (liburing now available) - New sub-packages: root-geom-webviewer, root-roofit-jsoninterface, root-testsupport, root-tree-ntuple-utils, root-tree-webviewer, root-xroofit - Dropped patches: 31 - New patches: 17 - Updated patches: 4 * Mon Jan 30 2023 Miro Hrončok <mhroncok@redhat.com> - 6.26.10-2 - Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8 * Mon Jan 30 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.10-5 - Adapt to numpy 1.24 * Fri Jan 20 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.10-4 - Add missing #include <cstdint> * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.26.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 29 2022 Maxwell G <gotmax@e.email> - 6.26.10-2 - Rebuild for cfitsio 4.2 * Wed Nov 16 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.10-1 - Update to 6.26.10 - Drop patches root-Fixes-for-garbage-collection-in-Python-3.11.patch and root-Guard-gInterpreterMutex-in-TClingClassInfo-IsEnum.patch (fixed upstream) - Use different filenames in io/loopdir tests - Update root-test-timeout.patch to address one more issue * Fri Oct 28 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.08-2 - Avoid race condition between C++ and Python version of a roofit test * Wed Oct 19 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.08-1 - Update to 6.26.08 - Drop patch root-move-private-decl.patch (fixed upstream) - Drop some previously backported patches - Rename patch root-blas-linking-and-ignore-prefix.patch (partially fixed) - Backport locking of gInterpreterMutex in TClingClassInfo::IsEnum * Sat Oct 01 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.06-5 - Use upstream's proposed change for the Python garbage collection issue * Tue Aug 23 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 6.26.06-4 - Rebuild for gsl-2.7.1 * Fri Aug 19 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.06-3 - Use the json 3.11 fix upstream settled on * Wed Aug 17 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.06-2 - Compatibility with nlohmann json 3.11+ - Enable gfal support in EPEL 9 (gfal2 now available) * Sat Jul 30 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.06-1 - Update to 6.26.06 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.26.04-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 18 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.04-4 - Don't use yuicompressor on Fedora (Java no longer available on ix86) * Sun Jul 03 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.04-3 - Backport python 3.11 fixes from upstream - Backport additional python 3.11 fixes from CPyCppyy upstream - Exclude some failing tests on Fedora 37+ (segfaults during Python garbage collection with Python 3.11) - Adjust some test timeouts * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 6.26.04-2 - Rebuilt for Python 3.11 * Tue Jun 14 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.04-1 - Update to 6.26.04 - Drop patch root-missing-include.patch (accepted upstream) * Fri May 20 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.02-3 - Rebuild for gcc 12.1 (Fedora 36) - Update the root-tmva-threads patch * Fri Apr 29 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.02-2 - Rebuild for gcc 11.3 (Fedora 35) - Use upstream's version of the dataframe-snapshot on 32 bit patch * Thu Apr 14 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.02-1 - Update to 6.26.02 - Drop patch root-roofit-overflow.patch (previously backported) * Sat Mar 26 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.26.00-1 - Update to 6.26.00 - New subpackages: root-roofit-common, root-roofit-dataframe-helpers, root-roofit-hs3, root-tmva-sofie and root-tmva-sofie-parser - Removed subpackages: root-memstat and root-montecarlo-vmc - Drop the doxygen generated root-doc package (doxygen runs out of memory) - Dropped patches: 17 - New patches: 22 - Updated patches: 5