Name: | root-unuran |
---|---|
Version: | 6.14.06 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 184798 |
License: | GPLv2+ |
RPM: | root-unuran-6.14.06-1.el7.x86_64.rpm |
Source RPM: | root-6.14.06-1.el7.src.rpm |
Build Date: | Mon Nov 26 2018 |
Build Host: | x86-ol7-builder-03.us.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.14.06 - Let clang ignore some gcc options it hasn't implemented - Don't build python2-jupyroot/jsmva packages for Fedora >= 29 - Drop previously backported patch root-TGHtmlBrowser-crash.patch
- Fix crash in TBrowser when root-gui-html is not installed - Use empty .egg-info files instead of empty .dist-info files to make virtualenv happy - Add Requires on root-mathmore to root-mathcore (for default integrator)
- Rebuild for tbb 2019_U1
- Update to 6.14.04 - Drop patch accepted upstream: root-python-3.7.patch
- Rebuilt for glew 2.1.0
- Update to 6.14.02 - Make python3 the preferred python for Fedora 29+: - Give python3 libPyROOT higher priority than python2 libPyROOT - The python scripts in root-cli use python3-root - Let root-tmva-python use python3-numpy - Fix build issue with undefined symbols in libSrvAuth - Make ROOTConfig-targets.cmake not error on missing files to work better with subpackages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Add Python 3.6 packages for EPEL 7
- Update to 6.14.00 - Drop patches previously backported: - root-doxygen-makefile.patch - root-crash-fix.patch - root-test-stress-32bit.patch - Drop patches accepted upstream: - root-test-subdirs.patch - root-test-fixes.patch - root-out-of-bounds.patch - root-doxygen-tilde.patch - root-noinst.patch - Drop patches for issues fixed upstream: - root-dont-link-jvm.patch - root-system-pythia.patch - Drop patch root-urw-otf-hack.patch - broken font file no longer present - Drop Google Droid Sans Fallback font from EPEL 7 root-fonts package (the font is now available in EPEL 7) - Use two more patches from Fedora's llvm5.0 package - New root-test-subdirs.patch patch for more instances of the same issue - Fix a test not setting cache file directory so that it works offline - Fix a compatibility issue with the EPEL 7 gtest version - Fix a missing include - Workaround optimization problems in the Geom library - New subpackages due to library splits - root-tree-dataframe and root-vecops from root-tree-player - root-net-httpsniff from root-net-http - New subpackages due to package splits - root-gui-html from root-gui - root-gui-qtgsi from root-gui-qt - root-io-xmlparser from root-io-xml - root-proof-player from root-proof - New ROOT 7 subpackages - graf-gpadv7 - graf-primitives - gui-fitpanelv7 - gui-qt5webdisplay - Rename root-guibuilder package to root-gui-builder - Create empty .dist-info files so that rpm auto-generates provides
- Adjust Vavilov test for Fedora 29 ix86 - Adapt to python 3.7