Sat, 27 Apr 2024 02:31:31 UTC | login

Information for build root-6.18.02-2.fc31

ID129333
Package Nameroot
Version6.18.02
Release2.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/root.git#90ad7be9df61eabfd0cdf80f86cff9b113febc38
SummaryNumerical data analysis framework
DescriptionThe ROOT system provides a set of object oriented frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Having the data defined as a set of objects, specialized storage methods are used to get direct access to the separate attributes of the selected objects, without having to touch the bulk of the data. Included are histogramming methods in an arbitrary number of dimensions, curve fitting, function evaluation, minimization, graphics and visualization classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode, as well as a general parallel processing framework, PROOF, that can considerably speed up an analysis. Thanks to the built-in C++ interpreter cling, the command, the scripting and the programming language are all C++. The interpreter allows for fast prototyping of the macros since it removes the, time consuming, compile/link cycle. It also provides a good environment to learn C++. If more performance is needed the interactively developed macros can be compiled using a C++ compiler via a machine independent transparent compiler interface called ACliC. The system has been designed in such a way that it can query its databases in parallel on clusters of workstations or many-core machines. ROOT is an open system that can be dynamically extended by linking external libraries. This makes ROOT a premier platform on which to build data acquisition, simulation and data analysis systems.
Built bydavidlt
State failed
Volume DEFAULT
StartedSat, 21 Sep 2019 15:41:00 UTC
CompletedSun, 22 Sep 2019 07:26:52 UTC
Taskbuild (f31-candidate, /rpms/root.git:90ad7be9df61eabfd0cdf80f86cff9b113febc38)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/root.git#90ad7be9df61eabfd0cdf80f86cff9b113febc38'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Sep 12 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.02-2 - Rebuild for g++ 9.2 * Mon Aug 26 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.02-1 - Update to 6.18.02 - Add workarounds for issues caused by the RHEL 7.7 update, that left the aarch64 architecture at RHEL 7.6. * Tue Aug 20 2019 Susi Lehtola <jussilehtola@fedoraproject.org> - 6.18.00-5 - Rebuilt for GSL 2.6. * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.18.00-4 - Rebuilt for Python 3.8 * Wed Jul 31 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.00-3 - Root 6.18 requires pcm files to be in the same directory as libraries - Add libPyROOT.rootmap and libPyROOT_rdict.pcm as slaves to libPyROOT.so in update-alternatives * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.18.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 26 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.00-1 - Update to 6.18.00 - Drop patches accepted upstream: - root-avoid-gui-crash.patch - root-doxygen-generation-with-python-3.patch - Drop patches with alternative fix implemented upstream: - root-dont-install-eve7-files.patch - root-ix32-geom-opt.patch - Drop ppc64 specific workaround (ppc64 no longer built in Fedora or EPEL): - root-ppc64-doc.patch - Dropped subpackages: - root-geocad - root-graf-qt - root-gui-qt - root-gui-qtgsi - root-io-hdfs - root-io-rfio - root-net-bonjour - root-net-globus - root-net-ldap - root-net-krb5 - root-table - Drop BuildRequires needed by the dropped subpackages - New subpackages: - root-graf3d-csg (split off from root-graf3d-gl) - root-gui-browserv7 - root-tree-ntuple - Don't build python2-root for Fedora >= 31 - Include desktop and MIME type files in source RPM (removed from source) - Install man pages in correct directory - Use correct library names in plugin definitions - Don't download test input file if it already exists - Python 3 fixes - Increase test tolerance (aarch64 and ppc64le) - Fix GDB pretty printers install name and location * Tue Jun 11 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-6 - Use python-embed pkg-config module if it exists (python 3.8 compatibility) * Fri May 17 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-5 - Build without HDFS support on Fedora 31+ - Hadoop is FTBFS and uninstallable due to missing Java dependencies - Build without HDFS support for 32 bit architectures on Fedora 30 - Hadoop is not installable due to missing Eclipse dependencies * Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 6.16.00-4 - Rebuilt to change main python from 3.4 to 3.6 * Mon Feb 18 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-3 - Fix typo in patch (missing space) * Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.16.00-2 - Rebuild for readline 8.0 * Mon Feb 11 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-1 - Update to 6.16.00 - Drop patches accepted upstream: - root-adjust-allowed-test-difference-for-32-bit-ix86.patch - root-crypto.patch - root-js-syntax.patch - root-missing-header.patch - root-set-cache-file-dir.patch - root-stressgraphics-ref.patch - root-test-compilation-epel7.patch - root-test-subdirs.patch - root-unique-filenames.patch - Dropped subpackages: - root-rootd (obsolete - use xrootd) - root-proofd (obsolete - use root-xproofd) - root-proof-pq2 - New ROOT 7 subpackage: - root-graf3d-eve7 - root-gui-webgui6 - Make tutorial/v7/line.cxx run in batch mode * Mon Feb 04 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.08-4 - Remove obsolete /sbin/ldconfig scriptlets - The root-core package installs a file in /etc/ld.so.conf.d, so it should always call /sbin/ldconfig and not use the macros * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 6.14.08-2 - Rebuilt for libcrypt.so.2 (#1666033) * Fri Nov 23 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.08-1 - Update to 6.14.08 - Make tutorial filenames unique to avoid overwrites * Tue Nov 06 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.06-1 - 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 * Thu Oct 25 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.04-3 - 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) * Sat Oct 13 2018 Jerry James <loganjerry@gmail.com> - 6.14.04-2 - Rebuild for tbb 2019_U1 * Fri Aug 24 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.04-1 - Update to 6.14.04 - Drop patch accepted upstream: root-python-3.7.patch * Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 6.14.02-2 - Rebuilt for glew 2.1.0 * Mon Aug 06 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.02-1 - 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 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.14.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 12 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.00-2 - Add Python 3.6 packages for EPEL 7 * Sun Jul 01 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.00-1 - 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 - root-graf-gpadv7 - root-graf-primitives - root-gui-fitpanelv7 - root-gui-qt5webdisplay - Rename root-guibuilder package to root-gui-builder - Create empty .dist-info files so that rpm auto-generates provides * Sat Jun 30 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.06-5 - Adjust Vavilov test for Fedora 29 ix86 - Adapt to python 3.7 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 6.12.06-4 - Rebuilt for Python 3.7 * Sat May 26 2018 Christian Dersch <lupinix@mailbox.org> - 6.12.06-3 - rebuilt for cfitsio 3.450 - Adjust allowed deviation for PDF file sizes in stressGraphics test (aarch64) * Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 6.12.06-2 - rebuilt for cfitsio 3.420 (so version bump) - modified patch 13 to also produce smaller debuginfo on x86 (ld out of memory) - disabled test gtest-tree-treeplayer-test-dataframe-snapshot on ARM * Sat Feb 17 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.06-1 - Update to 6.12.06 - Drop patch root-Fix-constructing-the-GSL-MC-Integrator.patch (previously backported) * Fri Feb 16 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.04-4 - Fix test failures found with new default compiler flags in Fedora 28 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.12.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 6.12.04-2 - Rebuilt for switch to libxcrypt * Tue Dec 19 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.04-1 - Update to 6.12.04 - Drop patches accepted upstream - Drop previously backported patches - Unbundle jsroot in root-net-http - Add hack to work around broken charmaps in StandardSymbolsPS.otf - Use local static script and style files for JupyROOT - Fix some javascript errors - Fix build rules for test binaries so that they are not installed - Address memory usage issue for ARM build - Drop pre-minified javascript and style files (Fedora packaging guidelines) - Enable builds on ppc/ppc64/ppc64le (do not pass all tests, but the list of failing tests is much shorter with this release) - Add dependency on python[23]-jsmva to python[23]-jupyroot - New sub-packages: root-gui-canvaspainter, root-gui-webdisplay and root-hist-draw (not for EPEL 7 since they are root7 specific and require c++-14) * Fri Oct 20 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.08-1 - Update to 6.10.08 - Add BuildRequires on lz4-devel and xxhash-devel - Workaround for missing gmock libraries only needed for gmock < 0.1.8 - Address some warnings during documentation generation * Wed Sep 27 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.06-1 - Update to 6.10.06 - Fixes for new mysql_config