| Name: | root-roofit-batchcompute |
|---|---|
| Version: | 6.38.04 |
| Release: | 1.el10_1 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 138726 |
| License: | BSD-2-Clause |
| RPM: | root-roofit-batchcompute-6.38.04-1.el10_1.aarch64.rpm |
| Source RPM: | root-6.38.04-1.el10_1.src.rpm |
| Build Date: | Thu Mar 26 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 instruction set architectures and the optimal code is executed during runtime, as a result of an automatic hardware detection mechanism that this library contains. |
- Update to 6.38.04 - Rebuild for pythia8 8.3.17 - Dropped patches: 11 - New patches: 1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
- Fixes for gcc 16
- Fix test for stricter syntax in numpy 2.4.0 (backport)
- Exclude tests for Fedora 43+ on s390x that fail due to hardware acceleration in the zlib-ng library.
- 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