* [gentoo-commits] proj/sci:master commit in: sci-physics/recola2-SM/
@ 2025-03-06 16:04 Alexander Puck Neuwirth
0 siblings, 0 replies; only message in thread
From: Alexander Puck Neuwirth @ 2025-03-06 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 99f8328eed8f31fb24152c164b88f6bed8e4fff3
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Thu Mar 6 15:54:24 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Thu Mar 6 16:03:16 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=99f8328e
sci-physics/recola2-SM: new package, add 2.2.3
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-physics/recola2-SM/metadata.xml | 12 ++++++++++
sci-physics/recola2-SM/recola2-SM-2.2.3.ebuild | 33 ++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/sci-physics/recola2-SM/metadata.xml b/sci-physics/recola2-SM/metadata.xml
new file mode 100644
index 000000000..bdee6992b
--- /dev/null
+++ b/sci-physics/recola2-SM/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+</pkgmetadata>
diff --git a/sci-physics/recola2-SM/recola2-SM-2.2.3.ebuild b/sci-physics/recola2-SM/recola2-SM-2.2.3.ebuild
new file mode 100644
index 000000000..476311bac
--- /dev/null
+++ b/sci-physics/recola2-SM/recola2-SM-2.2.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit fortran-2 cmake
+
+MY_P="SM_${PV}"
+
+DESCRIPTION="RECOLA2 Standard Model"
+HOMEPAGE="https://recola.gitlab.io/recola2/index.html"
+SRC_URI="https://recola.hepforge.org/downloads/?f=${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ sci-physics/collier
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)
+ -DSYSCONFIG_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)/cmake
+ -DCMAKE_PREFIX_PATH=/usr/$(get_libdir)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-06 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 16:04 [gentoo-commits] proj/sci:master commit in: sci-physics/recola2-SM/ Alexander Puck Neuwirth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox