Name: | root |
---|---|
Version: | 6.24.08 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 227815 |
License: | LGPLv2+ |
RPM: | root-6.24.08-1.el7.x86_64.rpm |
Source RPM: | root-6.24.08-1.el7.src.rpm |
Build Date: | Mon Oct 31 2022 |
Build Host: | build-ol7-x86_64.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.24.08 - Drop patches accepted upstream: - root-fix-ppc64le-compilation-with-gcc-10.patch - root-ppc-codemodel.patch - root-ppc-segfault-fix.patch - Drop the doxygen generated root-doc package (doxygen runs out of memory) - Backport python 3.11 fixes from upstream - Various test fixes - patches from the rawhide build - Don't use yuicompressor on Fedora (Java no longer available on ix86) - Backport locking of gInterpreterMutex in TClingClassInfo::IsEnum
- Rebuild for glew 2.2
- Exclude failing test on Fedora 36 ppc64le: test-stressHistFactory(-interpreted) - Disable package note flags
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Backport gcc 12 fix from LLVM - Fix test failure on ppc64le and aarch64 with gcc 12
- Fix segfaults on ppc64le when using the large code model
- Update to 6.24.06
- Rebuilt with OpenSSL 3.0.0
- Update to 6.24.04 - Add dependency on json-devel to root-core - Disable uring in EPEL 8 (liburing is available, but uring not supported by kernel)
- Update to 6.24.02 - ROOT now uses llvm/clang version 9 (updated from version 5) - No longer exclude arch s390x (better supported in llvm/clang 9) - Drop patches accepted upstream or previously backported - Backport some fixes that make more tests work - New subpackages: python{2,3}-distrdf, root-roofit-batchcompute - Require js-jsroot >= 6