Name: | root |
---|---|
Version: | 6.18.02 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 453810 |
License: | LGPLv2+ |
RPM: | root-6.18.02-1.el7.aarch64.rpm |
Source RPM: | root-6.18.02-1.el7.src.rpm |
Build Date: | Tue May 18 2021 |
Build Host: | ca-buildarm02.us.oracle.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.18.02 - Add workarounds for issues caused by the RHEL 7.7 update, that left the aarch64 architecture at RHEL 7.6.
- Rebuilt for GSL 2.6.
- Rebuilt for Python 3.8
- Root 6.18 requires pcm files to be in the same directory as libraries - Add libPyROOT.rootmap and libPyROOT_rdict.pcm as slaves to libPyROOT.so in update-alternatives
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Update to 6.18.00 - Drop patches accepted upstream: - root-avoid-gui-crash.patch - root-doxygen-generation-with-python-3.patch - Drop patches with alternative fix implemented upstream: - root-dont-install-eve7-files.patch - root-ix32-geom-opt.patch - Drop ppc64 specific workaround (ppc64 no longer built in Fedora or EPEL): - root-ppc64-doc.patch - Dropped subpackages: - root-geocad - root-graf-qt - root-gui-qt - root-gui-qtgsi - root-io-hdfs - root-io-rfio - root-net-bonjour - root-net-globus - root-net-ldap - root-net-krb5 - root-table - Drop BuildRequires needed by the dropped subpackages - New subpackages: - root-graf3d-csg (split off from root-graf3d-gl) - root-gui-browserv7 - root-tree-ntuple - Don't build python2-root for Fedora >= 31 - Include desktop and MIME type files in source RPM (removed from source) - Install man pages in correct directory - Use correct library names in plugin definitions - Don't download test input file if it already exists - Python 3 fixes - Increase test tolerance (aarch64 and ppc64le) - Fix GDB pretty printers install name and location
- Use python-embed pkg-config module if it exists (python 3.8 compatibility)
- Build without HDFS support on Fedora 31+ - Hadoop is FTBFS and uninstallable due to missing Java dependencies - Build without HDFS support for 32 bit architectures on Fedora 30 - Hadoop is not installable due to missing Eclipse dependencies
- Rebuilt to change main python from 3.4 to 3.6
- Fix typo in patch (missing space)