| Name: | root-roofit-batchcompute |
|---|---|
| Version: | 6.38.00 |
| Release: | 3.el10_1 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 138734 |
| License: | BSD-2-Clause |
| RPM: | root-roofit-batchcompute-6.38.00-3.el10_1.aarch64.rpm |
| Source RPM: | root-6.38.00-3.el10_1.src.rpm |
| Build Date: | Tue Jan 06 2026 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://root.cern/ |
| Summary: | Optimized computation functions for PDFs |
| Description: | While fitting, a significant amount of time and processing power is spent on computing the probability function for every event and PDF involved in the fitting model. To speed up this process, roofit can use the computation functions provided in this library. The functions provided here process whole data arrays (batches) instead of a single event at a time, as in the legacy evaluate() function in roofit. In addition, the code is written in a manner that allows for compiler optimizations, notably auto-vectorization. This library is compiled multiple times for different vector instuction set architectures and the optimal code is executed during runtime, as a result of an automatic hardware detection mechanism that this library contains. |
- Don't install the python modules twice - Fix Requires and Provides in the python3-root rpm
- Skip RPATH using -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON (replaces previously used root specific -Drpath:BOOL=OFF no longer available) - Backport fixes to python module - Rebuild for pythia8 8.3.16
- Update to 6.38.00
- Removed subpackages: root-proof, root-proof-bench, root-proof-player,
root-proof-sessionviewer, root-sql-mysql, root-sql-odbc, root-sql-pgsql
- New subpackages: root-geom-checker, root-gui-treemap,
root-tree-ntuple-browse, root-histv7
- JsMVA python (sub)module dropped from python3-root package
- Compile minuit2 with Open MP support
- Dropped patches: 7
- New patches: 4
- Rebuild for libarrow 22
- Rebuilt for new graphviz
- Rebuilt for Python 3.14.0rc3 bytecode
- Update to 6.36.04
- Rebuild for tbb 2022.2.0
- Support libarrow 21
- Rebuild for libarrow 21