public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/herwig/
Date: Thu, 27 Jun 2024 12:21:32 +0000 (UTC)	[thread overview]
Message-ID: <1719490846.bbb29d63503456863de7a523a9e260073427190b.alexander@gentoo> (raw)

commit:     bbb29d63503456863de7a523a9e260073427190b
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Tue May  7 20:32:02 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Thu Jun 27 12:20:46 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bbb29d63

sci-physics/herwig: new package, add 7.3.0

Co-authored-by: Andrew Nowa Ammerlaan <andrewammerlaan <AT> gentoo.org>
Closes: https://github.com/gentoo/sci/pull/1271
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 sci-physics/herwig/herwig-7.3.0.ebuild | 65 ++++++++++++++++++++++++++++++++++
 sci-physics/herwig/metadata.xml        | 26 ++++++++++++++
 2 files changed, 91 insertions(+)

diff --git a/sci-physics/herwig/herwig-7.3.0.ebuild b/sci-physics/herwig/herwig-7.3.0.ebuild
new file mode 100644
index 000000000..5576f3cf7
--- /dev/null
+++ b/sci-physics/herwig/herwig-7.3.0.ebuild
@@ -0,0 +1,65 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit fortran-2 python-single-r1 autotools
+
+MY_PN="Herwig"
+MY_PF=${MY_PN}-${PV}
+
+DESCRIPTION="Herwig is a multi-purpose particle physics event generator."
+HOMEPAGE="https://herwig.hepforge.org/"
+SRC_URI="https://herwig.hepforge.org/downloads?f=${MY_PF}.tar.bz2 -> ${P}.tar.bz2"
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="GPL-3+"
+SLOT="7"
+KEYWORDS="~amd64"
+IUSE="+pythia" # madgraph openloops gosam vbfnlo njet
+REQUIRED_USE="
+	${PYTHON_REQUIRED_USE}
+"
+
+RDEPEND="
+	>=dev-libs/boost-1.62
+	>=sci-libs/gsl-2.6
+	sci-physics/fastjet
+	sci-physics/lhapdf-sets[lhapdf_sets_ct14lo,lhapdf_sets_ct14nlo]
+	>=sci-physics/lhapdf-6.1.6[python(+),${PYTHON_SINGLE_USEDEP}]
+	>=sci-physics/thepeg-2.1.0[lhapdf,fastjet,-hepmc2(-),hepmc3(-),rivet(-)]
+	>=sci-physics/evtgen-02.02.00[pythia]
+	pythia? ( sci-physics/pythia:8= )
+	${PYTHON_DEPS}
+"
+#	madgraph? ( sci-physics/madgraph5 )
+#	openloops? ( sci-physics/openloops )
+#	gosam? ( sci-physics/gosam )
+#	vbfnlo? ( sci-physics/vbfnlo )
+#	njet? ( sci-physics/njet )
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+# https://herwig.hepforge.org/tutorials/installation/manual.html
+# Minimal installation for now
+src_configure() {
+	CONFIG_SHELL=${ESYSROOT}/bin/bash \
+	econf \
+		--with-evtgen="${EPREFIX}"/usr \
+		--with-fastjet="${EPREFIX}"/usr \
+		--with-thepeg="${EPREFIX}"/usr \
+		--with-boost="${EPREFIX}"/usr \
+		$(use_with pythia pythia "${EPREFIX}"/usr) \
+		# $(use_with madgraph madgraph "${EPREFIX}"/opt/MadGraph5/ ) \
+		# $(use_with openloops openloops "${EPREFIX}"/opt/OpenLoops2/ ) \
+		# $(use_with gosam gosam "${EPREFIX}"/usr) \
+		# $(use_with vbfnlo vbfnlo "${EPREFIX}"/usr) \
+		# $(use_with njet njet "${EPREFIX}"/usr)
+}
+
+src_install() {
+	default
+}

diff --git a/sci-physics/herwig/metadata.xml b/sci-physics/herwig/metadata.xml
new file mode 100644
index 000000000..804bc3361
--- /dev/null
+++ b/sci-physics/herwig/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alexander@neuwirth-informatik.de</email>
+		<name>Alexander Puck Neuwirth</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci-physics@gentoo.org</email>
+		<name>Gentoo Physics Project</name>
+	</maintainer>
+
+	<longdescription lang="en">
+	Herwig provides significantly improved and extended physics capabilities when compared to both its predecessors, HERWIG 6 and Herwig++ 2, while keeping the key model motivations such as coherent parton showers (including angular-ordered and dipole-based evolution), the cluster hadronization model, an eikonal multiple-interaction model, highly flexible BSM capabilities and improved perturbative input using next-to-leading order QCD.
+	</longdescription>
+	<use>
+		<flag name="pythia">Build with pythia support </flag>
+<!--
+		<flag name="openloops">Build with openloops support </flag>
+		<flag name="gosam">Build with gosam support </flag>
+		<flag name="madgraph">Build with madgraph support </flag>
+		<flag name="vbfnlo">Build with vbfnlo support </flag>
+		<flag name="njet">Build with njet support </flag>
+-->
+	</use>
+</pkgmetadata>


             reply	other threads:[~2024-06-27 12:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 12:21 Alexander Puck Neuwirth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-15  9:37 [gentoo-commits] proj/sci:master commit in: sci-physics/herwig/ Alexander Puck Neuwirth
2025-06-15 15:49 Alexander Puck Neuwirth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719490846.bbb29d63503456863de7a523a9e260073427190b.alexander@gentoo \
    --to=alexander@neuwirth-informatik.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox