Name: | root-roofit-batchcompute |
---|---|
Version: | 6.28.02 |
Release: | 3.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 551467 |
License: | BSD-2-Clause |
RPM: | root-roofit-batchcompute-6.28.02-3.el9.x86_64.rpm |
Source RPM: | root-6.28.02-3.el9.src.rpm |
Build Date: | Mon May 01 2023 |
Build Host: | build-ol9-x86_64.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. |
- R-maint-sig mass rebuild
- Disable uring in EPEL 9 (liburing is available, but uring not supported by kernel)
- Update to 6.28.02 - Dropped patches: 13 - New patches: 1
- Update to 6.28.00 - ROOT now uses llvm/clang version 13 (updated from version 9) - Clean up specfile by removing EPEL 7 conditionals - Drop dataframe, roofit and tmva-sofieparser on EPEL 8 ppc64le due to "pure virtual method called" errors - Split the root-geom sub-package into three separate sub-packages: root-geom, root-geom-builder and root-geom-painter - Enable uring support in EPEL 9 (liburing now available) - New sub-packages: root-geom-webviewer, root-roofit-jsoninterface, root-testsupport, root-tree-ntuple-utils, root-tree-webviewer, root-xroofit - Dropped patches: 31 - New patches: 17 - Updated patches: 4
- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
- Adapt to numpy 1.24
- Add missing #include <cstdint>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuild for cfitsio 4.2
- Update to 6.26.10 - Drop patches root-Fixes-for-garbage-collection-in-Python-3.11.patch and root-Guard-gInterpreterMutex-in-TClingClassInfo-IsEnum.patch (fixed upstream) - Use different filenames in io/loopdir tests - Update root-test-timeout.patch to address one more issue