Summary
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: the number of entries is unlimited, spin density matrices can be stored with each vertex, flow patterns (such as color) can be stored and traced, integers representing random number generator states can be stored, and an arbitrary number of event weights can be included. Particles and vertices are kept separate in a graph structure, physically similar to a physics event. The added information supports the modularisation of event generators. The package has been kept as simple as possible with minimal internal/external dependencies. Event information is accessed by means of iterators supplied with the package. Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001)41.
Versions
v9999 :: 3 :: gentoo
- Modified
- License
- GPL-3+
- USE flags
- doc examples python root test
v3.2.5_p20230225 :: 3 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- ~amd64 ~x86
- USE flags
- doc examples python root test
v3.2.5 :: 3 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- ~amd64 ~x86
- USE flags
- doc examples python root test
v2.06.11 :: 2 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- cm doc examples gev test
v2.06.09-r2 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 x86 ~amd64-linux ~x86-linux
- USE flags
- cm doc examples gev test
USE flags
General
- cm
- Build with cm instead of default mm for length units
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- examples
- Install examples, usually source code
- gev
- Build with GeV instead of default MeV for momentum units
- python
- Add optional support/bindings for the Python language
- root
- Build with ROOTIO enabled
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_11
- Build for Python 3.11 only
- python3_9
- Build for Python 3.9 only
Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
sci-physics / hepmc : Event Record for Monte Carlo Generators
Depending packages
sci-physics / hepmc : Event Record for Monte Carlo Generators
sci-physics / pythia : Lund Monte Carlo high-energy physics event generator
sci-physics / thepeg : Toolkit for High Energy Physics Event Generation
Bugs
- 863284
- sci-physics/hepmc-2.06.09-r2 fails to compile (lto): HEPEVT_Wrapper.h:82:7: error: hepevt_ violates the C++ One Definition Rule [-Werror=odr]
- 866686
- sci-physics/hepmc-2.06.09-r2 fails tests
- 866956
- sci-physics/hepmc-3.2.5:3 - /.../_multiarray_api.h: error: converting to bool from std::nullptr_t requires direct-initialization [
- 885491
- sci-physics/hepmc-3.2.5 - /.../pybind11.h: error: PyThreadState {aka struct _ts} has no member named frame
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Alexander Puck Neuwirth · gentoo
sci-physics/hepmc: add 9999
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/29785 Signed-off-by: Sam James <sam@gentoo.org> - Alexander Puck Neuwirth · gentoo
sci-physics/hepmc: add 3.2.5_p20230225
Closes: https://bugs.gentoo.org/897238 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-physics/hepmc: Keyword 3.2.5 x86, #866674
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-physics/hepmc: add 2.06.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Alexander Puck Neuwirth · gentoo
sci-physics/hepmc: add 3.2.5
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-physics/hepmc: port to EAPI 8
Closes: https://bugs.gentoo.org/834297 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
sci-physics/hepmc: Fix dependencies.
Following removal of dev-tex/floatflt. A dependency on dev-texlive/texlive-latexrecommended (for cite.sty and fancybox.sty) was also missing. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-physics/hepmc: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Andreas Sturmlechner · gentoo
sci-physics/hepmc: Simplify src_configure
Drop superfluous temp local vars. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Andreas Sturmlechner · gentoo
sci-physics/hepmc: Add several missing || die
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Andreas Sturmlechner · gentoo
sci-physics/hepmc: Update HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - David Seifert · gentoo
sci-physics/hepmc: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Gerhard Bräunlich · gentoo
sci-physics/hepmc: Removing EAPI 4 versions 2.06.03 and 2.06.08
Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2823 Signed-off-by: David Seifert <soap@gentoo.org> - Agostino Sarubbo · gentoo
sci-physics/hepmc: x86 stable wrt bug #554946
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - José María Alonso Josa · gentoo
sci-physics/hepmc: amd64 stable wrt bug #554946
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed