Name: | root |
---|---|
Version: | 6.22.06 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 258481 |
License: | LGPLv2+ |
RPM: | root-6.22.06-1.el8.x86_64.rpm |
Source RPM: | root-6.22.06-1.el8.src.rpm |
Build Date: | Tue Mar 23 2021 |
Build Host: | host-100-100-224-12.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://root.cern/ |
Summary: | Numerical data analysis framework |
Description: | The 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. |
- Update to 6.22.06 - Filter out additional vDSO names for ppc
- Do not attempt to load_library the ROOT Pythonizations module
- Update to 6.22.04 - Drop patch root-xrootd5-compat.patch (accepted upstream)
- Rebuild for C++ standard library __GLIBCXX__ 20201016
- Drop obsolete patch root-add-flexiblas-detection.patch (cmake's FindBLAS.cmake supports flexiblas now) - Drop the workaround for the bug in doxygen causing different results on 32 and 64 bit architectures (use doxygen < 1.8.17 or >= 1.8.20-3) - Build require xrootd 5 (Fedora 33+, EPEL 7+)
- Adapt to xrootd 5 (Fedora 33+, EPEL 7+) - Don't build the old proof client (xproofd) - Don't build the old NetX module
- Update to 6.22.02 - Drop patch previously backported: root-doxygen-endof-part1.patch - Drop patch accepted upstream: root-python2-compat.patch - Add back line accidentally removed in root-config - Install headers in new PyROOT with COMPONENT headers - Increase test timeout for ppc64le
- Avoid unneeded build requirement on srm-ifce-devel - Do not export Python modules in CMake config - Drop patch root-clang-ignore-gcc-options.patch ("Recent ROOT does not send all possible compiler flags to rootcling.")
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
- Fix wrong symlinks in EPEL 7 python2-root package