Name: | root-roofit-batchcompute |
---|---|
Version: | 6.24.04 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 225260 |
License: | LGPLv2+ |
RPM: | root-roofit-batchcompute-6.24.04-1.el7.x86_64.rpm |
Source RPM: | root-6.24.04-1.el7.src.rpm |
Build Date: | Mon Sep 06 2021 |
Build Host: | host-100-100-224-56.blddevtest1iad.osdevelopmeniad.oraclevcn.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. |
- 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
- Drop the memstat module for Fedora 35+ The required __malloc_hook was removed from glibc 2.33.9000-48 The memstat module is deprecated and will be removed in root 6.26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Backport fix for jsroot loading in jupyterlab
- Add configuration for jupyterlab
- cmake in EPEL 8 no longer provides cmake3
- Rebuilt for Python 3.10
- Use C++17 for Fedora 34+ (gcc 11)
- Adapt to new Python RPM generators (empty .egg-info no longer works) - Filter out parts of tests that require remote network access instead of excluding the whole test - Fix multicore tests when running on machines with few cores