Name: | root-unuran |
---|---|
Version: | 6.26.04 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 225752 |
License: | GPLv2+ |
RPM: | root-unuran-6.26.04-1.el8.x86_64.rpm |
Source RPM: | root-6.26.04-1.el8.src.rpm |
Build Date: | Fri Jun 24 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://root.cern/ |
Summary: | Random number generator library |
Description: | Contains universal (also called automatic or black-box) algorithms that can generate random numbers from large classes of continuous or discrete distributions, and also from practically all standard distributions. To generate random numbers the user must supply some information about the desired distribution, especially a C-function that computes the density and - depending on the chosen methods - some additional information (like the borders of the domain, the mode, the derivative of the density ...). After a user has given this information an init-program computes all tables and constants necessary for the random variate generation. The sample program can then generate variates from the desired distribution. |
- Update to 6.26.04 - Drop patch root-missing-include.patch (accepted upstream)
- Rebuild for gcc 12.1 (Fedora 36) - Update the root-tmva-threads patch
- Rebuild for gcc 11.3 (Fedora 35) - Use upstream's version of the dataframe-snapshot on 32 bit patch
- Update to 6.26.02 - Drop patch root-roofit-overflow.patch (previously backported)
- Update to 6.26.00 - New subpackages: root-roofit-common, root-roofit-dataframe-helpers, root-roofit-hs3, root-tmva-sofie and root-tmva-sofie-parser - Removed subpackages: root-memstat and root-montecarlo-vmc - Drop the doxygen generated root-doc package (doxygen runs out of memory) - Dropped patches: 17 - New patches: 22 - Updated patches: 5
- 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