Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: HepMC-doc | Distribution: openSUSE Tumbleweed |
Version: 3.2.7 | Vendor: openSUSE |
Release: 1.3 | Build date: Fri Oct 13 02:23:04 2023 |
Group: Unspecified | Build host: reproducible |
Size: 4224090 | Source RPM: HepMC-3.2.7-1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://hepmc.web.cern.ch/hepmc/ | |
Summary: API documentation for HepMC |
The HepMC package is an object oriented event record written in C++ for High Energy Physics Monte Carlo Generators. Many extensions from HEPEVT, the Fortran HEP standard, are supported. This package provides the API documentation for the HepMC library.
GPL-3.0-or-later
* Fri Oct 13 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to version 3.2.7: * Patch release to fix the problem with vertex attributes removal. * Tue Sep 12 2023 Lubos Kocman <lubos.kocman@suse.com> - Update license HepMC3-3.2.6/LICENSE says Version 3 of the GNU Lesser General Public Licence or any later version. * Mon Jul 10 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to version 3.2.6: * Deprecated the set_cross_section function with double in favour of those with vector of doubles. * Better Doxygen documentation for code * Improvements in ReaderFactory that should help detect the file type more successfully. * Multiple optimizations inspired by clang-tidy * The Attributes are now set to be parsed after calls to from_string or set_value * API breaking changes in the search module: pass by const reference * Update python bindings * Modernisation of cmake * Fix output value of ReaderLHEF::read_event * Better documentation for standalone examples * Adds a protobuf-based HepMC3::Reader/Writer * Update pybind11 headers to fix python 3.11. * License update. * Make the R/W plugins transparent - the set/get functions call the handled object - Adapt shared lib name to SO version bump (4->5) for libHepMC3search. - License update: bundled bxzstr is MPL-2.0. - Re-enable testing for i586. - Make doc package noarch. * Sat Nov 05 2022 Atri Bhattacharya <badshah400@gmail.com> - Disable pythia interface, pythia now includes HepMC interface by default; this avoids a build cycle (boo#1204987, https://gitlab.cern.ch/hepmc/HepMC3/-/commit/9827d5fb95ece04bafbc6e09cfd792afd51f74d3). - Add _constraints file to ensure builds do not OOM on some workers. * Wed Mar 02 2022 Atri Bhattacharya <badshah400@gmail.com> - Also Obsolete libHepMC3-1 from libHepMC3search. * Mon Feb 21 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 3.2.5: * Added implementation for Relatives class that works in Windows. * (Implemented earlier) Improved MSYS2 support. * New interfaces for HEPEVT and update of python interface. * (Implemented earlier) More functions in GenEvent to deal with attributes. * (Implemented earlier) Implemented Complessed I/O with zip, lzma and bz2 via bxzst library. * Fixes to documentation of some examples. * Removal of unused codes and comments. * Fixes to Pythia8ToHepMC3.py. * Added Reader/Write interfaces with smart pointers. * Fixed #ifdefs for non-Linux system to allow the usage of Reader/Writer plugins. * Added MT reader. * Remove outdated interfaces to MCEGs. - Add HepMC-disable-doxygen-html-timestamp.patch: Disable timestamps in doxygen generated HTML footers to make builds reproducible. - Split libraries into separate shared lib packages. - Build for all supported python flavours. - Fix shalred lib versioning and obsolete libHepMC3-1 from libHepMC3-3 since previous lib was incorrectly named. - Delete bundled pybind11 and use system package; add BuildRequires: python-pybind11-devel >= 2.6.0. * Tue Dec 07 2021 Atri Bhattacharya <badshah400@gmail.com> - Temporarily disable tests for i586 until tolerance issues are sorted out. * Sat Nov 13 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 3.2.4: * Minor fixes to the CMake configuration of examples. * Minor fixes in Pythia6 interface. * Bugfix for HI output in WiterAsciiHepMC2. * Speed optimizations for ReaderAsciiHepMC2. * Deprecate Pythia8, MC-TESTER, Taoulapp and Photospp interfaces, as these were picked-up by the upstream. * Bugfix: avoid cretion of empty attributes in ReaderAsciiHepMC2. Thanks to Pavel Demin for a hint. * Removal of trailing empty lines by Mattias Ellert. * Multiple fixes to style and printf by Mattias Ellert. * Fix WriterAscii* to avoid problems with memory tests on aarch64. Thanks to Mattias Ellert for reporting. * Fix buffer overflow in WritterAscii/WriterAsciiHepMC2. Thanks for Fabian Klimpel for help with debug. * Enable reading of multiple run info objects from ASCII files. * Fixes to the tests. * Drop cmake2 support * Update cmake so the c++ standard is deduced from the ROOT configuration if ROOT is used. Otherwise c++11 is used. * Fix a bug in GenCrossSection: acces to non-existing vector element in to_string() function. Happened for incomplete objects. * Fixed formating. * Added compiler flags to reduce the amount of warnings. * Fixed a bug in Tauola test, which was not reading proper config. * Streamlined cmake for PGI. * Fixed some tests to make them return non 0 in case of problems. * Updated CI. * Reduce debug-printout verbosity in ReaderFactory format autodetection. * Added uproot-based reader to examples. * Fixed cmake configuration to allow multiple Python versions. * Fixes of compilation warnings by Mattias Ellert. * Sun Mar 14 2021 Atri Bhattacharya <badshah400@gmail.com> - Move doc to HepMC3 named dir to avoid clash with HepMC2. - Provide HepMC3-* where appropriate. * Thu Dec 17 2020 Atri Bhattacharya <badshah400@gmail.com> - Update to version 3.2.3: * Documentation and copyright years were updated. * Python bindings were regenerated with binder 1.1.0 and the pybind11 copy updated to 2.6.0. * The #ifdefs around the functions that had to be excluded from bindings but binder 1.0.0 was not doing that were removed. * A python test with attributes was added. * ReaderLHEF was fixed for to treat correctly more comaplicated input. * Included updates to many python scripts. * Included updates to CMake scripts. - Run tests; need to pass CMAKE_SKIP_RPATH=OFF to cmake to fix rpath handling in Leap 15.2 (and doesn't hurt generally).
/usr/share/doc/packages/HepMC3 /usr/share/doc/packages/HepMC3/examples /usr/share/doc/packages/HepMC3/examples/BasicExamples /usr/share/doc/packages/HepMC3/examples/BasicExamples/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/BasicExamples/HepMC2_reader_example.cc /usr/share/doc/packages/HepMC3/examples/BasicExamples/HepMC3_fileIO_example.cc /usr/share/doc/packages/HepMC3/examples/BasicExamples/basic_tree.cc /usr/share/doc/packages/HepMC3/examples/BasicExamples/hepevt_wrapper_example_fortran.f /usr/share/doc/packages/HepMC3/examples/BasicExamples/hepevt_wrapper_example_main.cc /usr/share/doc/packages/HepMC3/examples/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/ConvertExample /usr/share/doc/packages/HepMC3/examples/ConvertExample/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/ConvertExample/cmdline.c /usr/share/doc/packages/HepMC3/examples/ConvertExample/cmdline.ggo /usr/share/doc/packages/HepMC3/examples/ConvertExample/cmdline.h /usr/share/doc/packages/HepMC3/examples/ConvertExample/convert_example.cc /usr/share/doc/packages/HepMC3/examples/ConvertExample/convert_example_env.sh.in /usr/share/doc/packages/HepMC3/examples/ConvertExample/include /usr/share/doc/packages/HepMC3/examples/ConvertExample/include/AnalysisExample.h /usr/share/doc/packages/HepMC3/examples/ConvertExample/include/ReaderuprootTree.h /usr/share/doc/packages/HepMC3/examples/ConvertExample/include/WriterDOT.h /usr/share/doc/packages/HepMC3/examples/ConvertExample/include/WriterHEPEVTZEUS.h /usr/share/doc/packages/HepMC3/examples/ConvertExample/include/WriterRootTreeOPAL.h /usr/share/doc/packages/HepMC3/examples/ConvertExample/src /usr/share/doc/packages/HepMC3/examples/ConvertExample/src/AnalysisExample.cc /usr/share/doc/packages/HepMC3/examples/ConvertExample/src/ReaderuprootTree.cc /usr/share/doc/packages/HepMC3/examples/ConvertExample/src/WriterDOT.cc /usr/share/doc/packages/HepMC3/examples/ConvertExample/src/WriterHEPEVTZEUS.cc /usr/share/doc/packages/HepMC3/examples/ConvertExample/src/WriterRootTreeOPAL.cc /usr/share/doc/packages/HepMC3/examples/LHEFExample /usr/share/doc/packages/HepMC3/examples/LHEFExample/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example.lhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_1.plhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_1_cmp.plhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_1_out.plhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_2.plhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_2_cmp.plhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_2_out.plhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_cat.cc /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_cmp.lhe /usr/share/doc/packages/HepMC3/examples/LHEFExample/LHEF_example_env.sh.in /usr/share/doc/packages/HepMC3/examples/Pythia6Example /usr/share/doc/packages/HepMC3/examples/Pythia6Example/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/Pythia6Example/main63.f /usr/share/doc/packages/HepMC3/examples/Pythia6Example/pythia-6.4.28.f /usr/share/doc/packages/HepMC3/examples/Pythia8Example /usr/share/doc/packages/HepMC3/examples/Pythia8Example/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/Pythia8Example/cmake /usr/share/doc/packages/HepMC3/examples/Pythia8Example/cmake/Modules /usr/share/doc/packages/HepMC3/examples/Pythia8Example/cmake/Modules/FindPythia8.cmake /usr/share/doc/packages/HepMC3/examples/Pythia8Example/pythia8_ee_to_Z_to_tautau.conf /usr/share/doc/packages/HepMC3/examples/Pythia8Example/pythia8_example.cc /usr/share/doc/packages/HepMC3/examples/Pythia8Example/pythia8_example_env.sh.in /usr/share/doc/packages/HepMC3/examples/Pythia8Example/pythia8_pp_minbias.conf /usr/share/doc/packages/HepMC3/examples/RootIOExample /usr/share/doc/packages/HepMC3/examples/RootIOExample/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/RootIOExample/example.hepmc3 /usr/share/doc/packages/HepMC3/examples/RootIOExample/rootIO_example_env.sh.in /usr/share/doc/packages/HepMC3/examples/RootIOExample/rootIO_example_read.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample/rootIO_example_write.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample2 /usr/share/doc/packages/HepMC3/examples/RootIOExample2/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/RootIOExample2/class_example_env.sh.in /usr/share/doc/packages/HepMC3/examples/RootIOExample2/class_example_read.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample2/class_example_write.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample2/example.hepmc3 /usr/share/doc/packages/HepMC3/examples/RootIOExample2/include /usr/share/doc/packages/HepMC3/examples/RootIOExample2/include/LinkDef.h /usr/share/doc/packages/HepMC3/examples/RootIOExample2/include/MyClass.h /usr/share/doc/packages/HepMC3/examples/RootIOExample2/include/MyRunClass.h /usr/share/doc/packages/HepMC3/examples/RootIOExample2/include/myclass_Classes.h /usr/share/doc/packages/HepMC3/examples/RootIOExample2/src /usr/share/doc/packages/HepMC3/examples/RootIOExample2/src/MyClass.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample2/src/MyRunClass.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample3 /usr/share/doc/packages/HepMC3/examples/RootIOExample3/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/RootIOExample3/rootIOTree_example_env.sh.in /usr/share/doc/packages/HepMC3/examples/RootIOExample3/rootIOTree_example_read.cc /usr/share/doc/packages/HepMC3/examples/RootIOExample3/rootIOTree_example_write.cc /usr/share/doc/packages/HepMC3/examples/SearchExample /usr/share/doc/packages/HepMC3/examples/SearchExample/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/SearchExample/src /usr/share/doc/packages/HepMC3/examples/SearchExample/src/search_example.cc /usr/share/doc/packages/HepMC3/examples/ViewerExample /usr/share/doc/packages/HepMC3/examples/ViewerExample/CMakeLists.txt /usr/share/doc/packages/HepMC3/examples/ViewerExample/cmake /usr/share/doc/packages/HepMC3/examples/ViewerExample/cmake/Modules /usr/share/doc/packages/HepMC3/examples/ViewerExample/cmake/Modules/FindGraphviz.cmake /usr/share/doc/packages/HepMC3/examples/ViewerExample/include /usr/share/doc/packages/HepMC3/examples/ViewerExample/include/HepMC3ViewerFrame.h /usr/share/doc/packages/HepMC3/examples/ViewerExample/include/LinkDef.h /usr/share/doc/packages/HepMC3/examples/ViewerExample/src /usr/share/doc/packages/HepMC3/examples/ViewerExample/src/HepMC3ViewerFrame.cc /usr/share/doc/packages/HepMC3/examples/ViewerExample/src/main.cc /usr/share/doc/packages/HepMC3/html /usr/share/doc/packages/HepMC3/html/bc_s.png /usr/share/doc/packages/HepMC3/html/bc_sd.png /usr/share/doc/packages/HepMC3/html/building.html /usr/share/doc/packages/HepMC3/html/clipboard.js /usr/share/doc/packages/HepMC3/html/closed.png /usr/share/doc/packages/HepMC3/html/differences.html /usr/share/doc/packages/HepMC3/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html /usr/share/doc/packages/HepMC3/html/doc.svg /usr/share/doc/packages/HepMC3/html/docd.svg /usr/share/doc/packages/HepMC3/html/doxygen.css /usr/share/doc/packages/HepMC3/html/doxygen.svg /usr/share/doc/packages/HepMC3/html/doxygen_crawl.html /usr/share/doc/packages/HepMC3/html/dynsections.js /usr/share/doc/packages/HepMC3/html/features.html /usr/share/doc/packages/HepMC3/html/folderclosed.svg /usr/share/doc/packages/HepMC3/html/folderclosedd.svg /usr/share/doc/packages/HepMC3/html/folderopen.svg /usr/share/doc/packages/HepMC3/html/folderopend.svg /usr/share/doc/packages/HepMC3/html/graph_legend.html /usr/share/doc/packages/HepMC3/html/graph_legend.md5 /usr/share/doc/packages/HepMC3/html/graph_legend.png /usr/share/doc/packages/HepMC3/html/group__IO.html /usr/share/doc/packages/HepMC3/html/group__LHEF.html /usr/share/doc/packages/HepMC3/html/group__Search.html /usr/share/doc/packages/HepMC3/html/group__attributes.html /usr/share/doc/packages/HepMC3/html/group__data.html /usr/share/doc/packages/HepMC3/html/group__factory.html /usr/share/doc/packages/HepMC3/html/index.html /usr/share/doc/packages/HepMC3/html/jquery.js /usr/share/doc/packages/HepMC3/html/menu.js /usr/share/doc/packages/HepMC3/html/menudata.js /usr/share/doc/packages/HepMC3/html/minus.svg /usr/share/doc/packages/HepMC3/html/minusd.svg /usr/share/doc/packages/HepMC3/html/nav_f.png /usr/share/doc/packages/HepMC3/html/nav_fd.png /usr/share/doc/packages/HepMC3/html/nav_g.png /usr/share/doc/packages/HepMC3/html/nav_h.png /usr/share/doc/packages/HepMC3/html/nav_hd.png /usr/share/doc/packages/HepMC3/html/open.png /usr/share/doc/packages/HepMC3/html/plus.svg /usr/share/doc/packages/HepMC3/html/plusd.svg /usr/share/doc/packages/HepMC3/html/splitbar.png /usr/share/doc/packages/HepMC3/html/splitbard.png /usr/share/doc/packages/HepMC3/html/sync_off.png /usr/share/doc/packages/HepMC3/html/sync_on.png /usr/share/doc/packages/HepMC3/html/tab_a.png /usr/share/doc/packages/HepMC3/html/tab_ad.png /usr/share/doc/packages/HepMC3/html/tab_b.png /usr/share/doc/packages/HepMC3/html/tab_bd.png /usr/share/doc/packages/HepMC3/html/tab_h.png /usr/share/doc/packages/HepMC3/html/tab_hd.png /usr/share/doc/packages/HepMC3/html/tab_s.png /usr/share/doc/packages/HepMC3/html/tab_sd.png /usr/share/doc/packages/HepMC3/html/tabs.css
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 21 00:53:07 2024