Summary
Toolkit for High Energy Physics Event Generation. ThePEG has been broken out from the PYTHIA7 program to better factorize the parts which were PYTHIA-specific from those which are general model-independent components of the toolkit and which can be used by any event generator model.
Versions
v2.3.0-r4 :: 0/30 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- ~amd64
- USE flags
- emacs fastjet hepmc3 java lhapdf rivet static-libs test zlib
v2.2.3-r3 :: 0/30 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- ~amd64 ~x86
- USE flags
- emacs fastjet hepmc3 java lhapdf static-libs test zlib
USE flags
General
- emacs
- Add support for GNU Emacs
- fastjet
- Adds support for sci-physics/fastjet
- hepmc3
- Adds support for High Energy Physics Monte Carlo Generators 3sci-physics/hepmc
- java
- Add support for Java
- lhapdf
- Adds support for sci-physics/lhapdf
- rivet
- Adds support for sci-physics/rivet
- static-libs
- Build static versions of dynamic libraries as well
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- zlib
- Add support for zlib compression
Dependencies
app-editors / emacs : The advanced, extensible, customizable, self-documenting editor
dev-java / java-config : Java environment configuration query tool
dev-libs / boost : Boost Libraries for C++
sci-libs / gsl : The GNU Scientific Library
sci-physics / fastjet : A software package for jet finding in pp and e+e- collisions
sci-physics / hepmc : Event Record for Monte Carlo Generators
sci-physics / lhapdf : Les Houches Parton Density Function unified library
sci-physics / rivet : Robust Independent Validation of Experiment and Theory toolkit
sys-process / time : Displays info about resources used by a program
Runtime Dependencies
app-editors / emacs : The advanced, extensible, customizable, self-documenting editor
dev-java / java-config : Java environment configuration query tool
sci-libs / gsl : The GNU Scientific Library
sci-physics / fastjet : A software package for jet finding in pp and e+e- collisions
sci-physics / hepmc : Event Record for Monte Carlo Generators
sci-physics / lhapdf : Les Houches Parton Density Function unified library
sci-physics / rivet : Robust Independent Validation of Experiment and Theory toolkit
Bugs
- 831871
- sci-physics/thepeg-2.2.2 fails to compile: configure: error: either specify a valid zlib installation with --with-zlib=DIR or disable zlib usage with --without-zlib
- 928117
- sci-physics/thepeg-2.2.3-r1 fails to compile: Unitsystem.h:163:49: error: return type ThePEG::Units::Length {aka class ThePEG::Qty<std::ratio<1, 1>, std::ratio<0>, std::ratio<0> >} is incomplete
- 929261
- sci-physics/thepeg-2.2.3 - [clang] ../.../std.h: error: no template named
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-physics/thepeg: drop 2.3.0-r3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
sci-physics/thepeg: Prepare for sci-physics/rivet to lose IUSE hepmc3
Bug: https://bugs.gentoo.org/968135 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
sci-physics/thepeg: drop 2.2.2-r2
It was blocking sci-physics/hepmc:2 cleanup. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: drop *-linux keywords
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Unify virtual/zlib:0= to virtual/zlib:=
Done via: ``` git grep -l 'virtual/zlib:0=' | xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-*/*: update for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: depend on rivet version instead of slot
Part-of: https://github.com/gentoo/gentoo/pull/43811 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: substitute java source and target
Closes: https://bugs.gentoo.org/955476 Closes: https://bugs.gentoo.org/890784 Part-of: https://github.com/gentoo/gentoo/pull/43644 Closes: https://github.com/gentoo/gentoo/pull/43644 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
sci-physics/thepeg: allow Java higher than 1.8
This commit lifts a fixed javac -source value from 1.4 to 1.8 so that the package can be built vith higher Java versions including 25. It also adds javac -source and -target options both presently with values pinned to 1.8 which allows running this package with older java versions starting from 1.8. Leaves 2 todo items in thepeg-1.8.3-java.patch. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/41851 Closes: https://github.com/gentoo/gentoo/pull/41851 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: add missing include
Closes: https://bugs.gentoo.org/941477 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39054 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-physics/thepeg: update copyright header
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: rename USE flag hepmc -> +hepmc3
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/36341 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: Move S before RESTRICT
Co-authored-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Signed-off-by: Alexander Puck Neuwirth <APN-Pucky@users.noreply.github.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: update LICENSE
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Alexander Puck Neuwirth · gentoo
sci-physics/thepeg: add 2.3.0
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 - Arthur Zamarin · gentoo
sci-physics/thepeg: Keyword 2.2.3 x86, #866674
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-physics/thepeg: properly build and execute the tests
Closes: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-physics/thepeg: add test dep: boost
Bug: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-physics/thepeg: drop 2.0.4-r1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Andrew Ammerlaan · gentoo
sci-physics/thepeg: depend on hepmc:2
Closes: https://bugs.gentoo.org/851537 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Andrew Ammerlaan · gentoo
sci-physics/thepeg: add 2.2.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-physics/thepeg: add version 2.2.2
Bug: https://bugs.gentoo.org/732054 Closes: https://bugs.gentoo.org/732054 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Volkmar W. Pogatzki · gentoo
sci-physics/thepeg: remove obsolete
Closes: https://bugs.gentoo.org/787659 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21551 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Volkmar W. Pogatzki · gentoo
sci-physics/thepeg: min java 1.8
Closes: https://bugs.gentoo.org/798732 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-physics/thepeg: Drop 1.9.2 and 2.0.0, EAPI5--
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-physics/thepeg: Remove dep on rivet
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
sci-physics/thepeg: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 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> - Peter Levine · gentoo
sci-physics/thepeg: Fix building with GCC-6
Bug: https://bugs.gentoo.org/599564 Package-Manager: Portage-2.3.10, 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 - Andreas K. Hüttel · gentoo
sci-physics/thepeg: Pin slots
Package-Manager: portage-2.3.2 - Gerhard Bräunlich · gentoo
sci-physics/thepeg: Version bump to 2.0.4, EAPI bump 5 -> 6
Package-Manager: portage-2.3.0 - David Seifert · gentoo
sci-physics/thepeg: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28 - David Seifert · gentoo
sci-physics/thepeg: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/CraigInches/Bugzilla'
Pull request: https://github.com/gentoo/gentoo/pull/593 - Jauhien Piatlicki · gentoo
sci-physics/thepeg: version bump
Package-Manager: portage-2.2.26 - Jauhien Piatlicki · gentoo
sci-physics/thepeg: initial import from the science overlay
Package-Manager: portage-2.2.18