sci-physics / thepeg

Toolkit for High Energy Physics Event Generation

Official package sites : http://home.thep.lu.se/ThePEG/ ·

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.

v2.2.3 :: 0/30 :: gentoo

Modified
License
GPL-2
Keywords
~amd64 ~x86
USE flags
emacs fastjet hepmc java lhapdf static-libs test zlib

v2.2.2-r1 :: 0/20 :: gentoo

Modified
License
GPL-2
Keywords
~amd64 ~amd64-linux ~x86 ~x86-linux
USE flags
emacs fastjet hepmc java lhapdf static-libs test zlib

General

emacs
Add support for GNU Emacs
fastjet
Adds support for sci-physics/fastjet
hepmc
Adds support for High Energy Physics Monte Carlo Generators sci-physics/hepmc
java
Add support for Java
lhapdf
Adds support for sci-physics/lhapdf
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 (de)compression

app-editors / emacs : The extensible, customizable, self-documenting real-time display 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

sys-libs / zlib : Standard (de)compression library

sys-process / time : Displays info about resources used by a program

virtual / jdk : Virtual for Java Development Kit (JDK)

app-editors / emacs : The extensible, customizable, self-documenting real-time display 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

sys-libs / zlib : Standard (de)compression library

virtual / jre : Virtual for Java Runtime Environment (JRE)

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
890784
sci-physics/thepeg-2.2.3 fails to compile (DASH-SYSTEM): configure: 19099: Bad substitution
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