Thu, 28 Mar 2024 21:40:49 UTC | login

Information for build root-6.22.00-7.fc33

ID186128
Package Nameroot
Version6.22.00
Release7.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/root.git#82f0a3aaee49053661580bcf6a6197075f961eea
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
StartedSun, 23 Aug 2020 17:58:43 UTC
CompletedSun, 23 Aug 2020 18:15:11 UTC
Taskbuild (f33, /rpms/root.git:82f0a3aaee49053661580bcf6a6197075f961eea)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/root.git#82f0a3aaee49053661580bcf6a6197075f961eea'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Aug 20 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-7 - Avoid unneeded build requirement on srm-ifce-devel - Do not export Python modules in CMake config - Drop patch root-clang-ignore-gcc-options.patch ("Recent ROOT does not send all possible compiler flags to rootcling.") * Sun Aug 16 2020 Iñaki Úcar <iucar@fedoraproject.org> - 6.22.00-6 - https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager * Tue Aug 11 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-5 - Fix wrong symlinks in EPEL 7 python2-root package * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.22.00-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.22.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 15 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-2 - Fix broken update on EPEL 7 with python34-root installed * Tue Jul 14 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-1 - Update to 6.22.00 - Drop patches accepted upstream - root-FitData-assert-fix.patch - root-clang-altivec-vector.patch - root-format-fix.patch - root-moved-file.patch - root-xmlmodify-dep.patch - New and improved Python bindings - The new Python bindings can be built for both Python 2 and Python 3 out of the box. Dropped the workaround in specfile for this (EPEL 7) - Dropped the python3-other packages (EPEL 7) - The new Python bindings has split the TPython interface to a separate library. Now in a separate root-tpython package - root-tpython and root-tmva-python are now using Python 3 on EPEL 7 - New subpackage root-gui-browsable - New patches (submitted upstream) - Fix too aggressive -Werror replacements - Add missing call to TFile::SetCacheFileDir in a TMVA tutorial - Adjust stressGraphics.ref - Fix off-by-one error in histogram v7 bin iterator - Compatibility with python 2.7 versions before 2.7.9 - Fix the RNTuple.LargeFile test on 32bit (i386 and armv7hf) - Fix doxygen issues - Fix bad regex in TProofMgr - Compatibility with xrootd 5 * Sat Jul 11 2020 Jeff Law <law@redhat.com> - 6.20.06-2 - Disable LTO * Thu Jun 11 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.06-1 - Update to 6.20.06 - Fix test failure on ppc64le and aarch64 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 6.20.04-3 - Rebuilt for Python 3.9 * Fri Apr 10 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.04-2 - Replace BR qt5-devel with qt5-qtbase-devel * Wed Apr 01 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.04-1 - Update to 6.20.04 - Drop previously backported patch root-tutorials-unique-filenames.patch - Improved patch for the PyROOT issue on EPEL 7 ppc64le * Sun Mar 22 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.02-1 - Update to 6.20.02 - Drop patches accepted upstream - root-dont-download-input-file-if-it-already-exists.patch - root-fix-plugin-definition.patch - root-man-install.patch - root-pretty-printers.patch - root-python3.patch - root-stress-aarch64-ppc64le.patch - Drop patches no longer relevant due to changes to the code - root-missing-include-string.patch - root-static-constexpr.patch - Add workaround for PyROOT issues on ppc64le in EPEL 7 - root-epel7-ppc64le-pyroot.patch (patch conditionally applied) - Fix path to moved data file in tutorial - root-moved-file.patch - Split the root-roofit subpackage into four different packages - root-roofit, root-roofit-core, root-roofit-more and root-roostats - The root-roofit-more library splits out the part of roofit that depends on the root-mathmore package - New subpackage: root-histv7 * Sat Mar 14 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-6 - Build for 32 bit ARM again - gcc-10.0.1-0.9 fixes the problem * Sat Feb 22 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-5 - Fixes and workarounds for gcc 10 - ExcludeArch for 32 bit ARM because rootcling_stage1 segfaults (bug #1811604) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.18.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 04 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-3 - Fix shebangs in root-cli for EPEL 8 * Tue Dec 03 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-2 - Remove workarounds for RHEL 7 aarch64 (architecture dropped by EPEL 7) - Enable QtWebEngine dependent modules on EPEL 8 (now available) * Mon Sep 30 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-1 - Update to 6.18.04 - First build for EPEL 8 * 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