* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2014-05-07 23:19 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2014-05-07 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 7e10f0d358e0b96c816318da433eed7a047df678
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 21:23:36 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue May 6 21:23:36 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7e10f0d3
sci-physics/rivet: Added doxygen generated docs
Package-Manager: portage-2.2.8-prefix
---
sci-physics/rivet/ChangeLog | 9 ++++++
sci-physics/rivet/metadata.xml | 16 ++++++++++
sci-physics/rivet/rivet-2.1.1.ebuild | 62 ++++++++++++++++++++++++++++++++++++
3 files changed, 87 insertions(+)
diff --git a/sci-physics/rivet/ChangeLog b/sci-physics/rivet/ChangeLog
new file mode 100644
index 0000000..8bf9dbd
--- /dev/null
+++ b/sci-physics/rivet/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-physics/rivet
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*rivet-2.1.1 (06 May 2014)
+
+ 06 May 2014; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +rivet-2.1.1.ebuild:
+ sci-physics/rivet: Added doxygen generated docs
diff --git a/sci-physics/rivet/metadata.xml b/sci-physics/rivet/metadata.xml
new file mode 100644
index 0000000..306be1a
--- /dev/null
+++ b/sci-physics/rivet/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-physics</herd>
+<longdescription>
+ The Rivet project (Robust Independent Validation of Experiment and
+ Theory) is a toolkit for validation of Monte Carlo event
+ generators. It provides a large (and ever growing) set of
+ experimental analyses useful for MC generator development,
+ validation, and tuning, as well as a convenient infrastructure for
+ adding your own analyses. Rivet is the most widespread way by which
+ analysis code from the LHC and other high-energy collider
+ experiments is preserved for comparison to and development of future
+ theory models.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-physics/rivet/rivet-2.1.1.ebuild b/sci-physics/rivet/rivet-2.1.1.ebuild
new file mode 100644
index 0000000..c7a82bd
--- /dev/null
+++ b/sci-physics/rivet/rivet-2.1.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+AUTOTOOLS_AUTORECONF=1
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 autotools-utils bash-completion-r1
+
+MYP=Rivet-${PV}
+
+DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators"
+HOMEPAGE="http://rivet.hepforge.org/"
+
+SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc python static-libs"
+
+RDEPEND="
+ dev-libs/boost:0=
+ sci-libs/gsl:0=
+ sci-physics/fastjet:0=[plugins]
+ sci-physics/hepmc:0=
+ sci-physics/yoda:0=[python]
+ python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen[latex,dot] )
+ python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MYP}"
+
+#PATCHES=( "${FILESDIR}"/${P}-system-yaml-cpp.patch )
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable python pyext)
+ )
+ autotools-utils_src_configure
+}
+
+src_compile() {
+ autotools-utils_src_compile
+ use doc && doxygen Doxyfile
+}
+
+src_install() {
+ autotools-utils_src_install
+ newbashcomp "${ED}"/usr/share/Rivet/rivet-completion rivet
+ use doc && dohtml -r doxy/html/* && dodoc doc/rivet-manual.pdf
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2014-09-05 21:21 Jauhien Piatlicki
0 siblings, 0 replies; 7+ messages in thread
From: Jauhien Piatlicki @ 2014-09-05 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 68ca533d78af3d7f3d7c84056ccb8e66791b0aa9
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 5 21:19:46 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Fri Sep 5 21:20:20 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=68ca533d
sci-physics/rivet: version bump
Package-Manager: portage-2.2.12
---
sci-physics/rivet/ChangeLog | 5 +++
sci-physics/rivet/rivet-2.1.2.ebuild | 62 ++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
diff --git a/sci-physics/rivet/ChangeLog b/sci-physics/rivet/ChangeLog
index 8bf9dbd..fe6ccee 100644
--- a/sci-physics/rivet/ChangeLog
+++ b/sci-physics/rivet/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*rivet-2.1.2 (05 Sep 2014)
+
+ 05 Sep 2014; Jauhien Piatlicki <jauhien@gentoo.org> +rivet-2.1.2.ebuild:
+ version bump
+
*rivet-2.1.1 (06 May 2014)
06 May 2014; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
diff --git a/sci-physics/rivet/rivet-2.1.2.ebuild b/sci-physics/rivet/rivet-2.1.2.ebuild
new file mode 100644
index 0000000..c7a82bd
--- /dev/null
+++ b/sci-physics/rivet/rivet-2.1.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+AUTOTOOLS_AUTORECONF=1
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 autotools-utils bash-completion-r1
+
+MYP=Rivet-${PV}
+
+DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators"
+HOMEPAGE="http://rivet.hepforge.org/"
+
+SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc python static-libs"
+
+RDEPEND="
+ dev-libs/boost:0=
+ sci-libs/gsl:0=
+ sci-physics/fastjet:0=[plugins]
+ sci-physics/hepmc:0=
+ sci-physics/yoda:0=[python]
+ python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen[latex,dot] )
+ python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MYP}"
+
+#PATCHES=( "${FILESDIR}"/${P}-system-yaml-cpp.patch )
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable python pyext)
+ )
+ autotools-utils_src_configure
+}
+
+src_compile() {
+ autotools-utils_src_compile
+ use doc && doxygen Doxyfile
+}
+
+src_install() {
+ autotools-utils_src_install
+ newbashcomp "${ED}"/usr/share/Rivet/rivet-completion rivet
+ use doc && dohtml -r doxy/html/* && dodoc doc/rivet-manual.pdf
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2015-08-15 21:30 Jauhien Piatlicki
0 siblings, 0 replies; 7+ messages in thread
From: Jauhien Piatlicki @ 2015-08-15 21:30 UTC (permalink / raw
To: gentoo-commits
commit: c95aada6318ef1bbc0fcd1a4e302338ce01aedff
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 21:33:13 2015 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 21:33:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c95aada6
[sci-physics/rivet] version bump
sci-physics/rivet/ChangeLog | 7 ++++-
sci-physics/rivet/rivet-2.3.0.ebuild | 60 ++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+), 1 deletion(-)
diff --git a/sci-physics/rivet/ChangeLog b/sci-physics/rivet/ChangeLog
index fe6ccee..65033b7 100644
--- a/sci-physics/rivet/ChangeLog
+++ b/sci-physics/rivet/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-physics/rivet
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*rivet-2.3.0 (15 Aug 2015)
+
+ 15 Aug 2015; Jauhien Piatlicki <jauhien@gentoo.org> +rivet-2.3.0.ebuild:
+ version bump
+
*rivet-2.1.2 (05 Sep 2014)
05 Sep 2014; Jauhien Piatlicki <jauhien@gentoo.org> +rivet-2.1.2.ebuild:
diff --git a/sci-physics/rivet/rivet-2.3.0.ebuild b/sci-physics/rivet/rivet-2.3.0.ebuild
new file mode 100644
index 0000000..c6fd806
--- /dev/null
+++ b/sci-physics/rivet/rivet-2.3.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+AUTOTOOLS_AUTORECONF=1
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 autotools-utils bash-completion-r1
+
+MYP=Rivet-${PV}
+
+DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators"
+HOMEPAGE="http://rivet.hepforge.org/"
+
+SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc python static-libs"
+
+RDEPEND="
+ dev-libs/boost:0=
+ sci-libs/gsl:0=
+ sci-physics/fastjet:0=[plugins]
+ sci-physics/hepmc:0=
+ sci-physics/yoda:0=[python]
+ python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen[latex,dot] )
+ python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MYP}"
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable python pyext)
+ )
+ autotools-utils_src_configure
+}
+
+src_compile() {
+ autotools-utils_src_compile
+ use doc && doxygen Doxyfile
+}
+
+src_install() {
+ autotools-utils_src_install
+ newbashcomp "${ED}"/usr/share/Rivet/rivet-completion rivet
+ use doc && dohtml -r doxy/html/* && dodoc doc/rivet-manual.pdf
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2015-08-30 15:14 Jauhien Piatlicki
0 siblings, 0 replies; 7+ messages in thread
From: Jauhien Piatlicki @ 2015-08-30 15:14 UTC (permalink / raw
To: gentoo-commits
commit: 8b8701cf53207fed6fc78bfb8957d325038b3d8b
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 15:16:50 2015 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 15:16:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b8701cf
sci-physics/rivet: remove version imported to the tree
Package-Manager: portage-2.2.20.1
sci-physics/rivet/ChangeLog | 3 ++
sci-physics/rivet/rivet-2.3.0.ebuild | 60 ------------------------------------
2 files changed, 3 insertions(+), 60 deletions(-)
diff --git a/sci-physics/rivet/ChangeLog b/sci-physics/rivet/ChangeLog
index 5e34a95..e4de2b5 100644
--- a/sci-physics/rivet/ChangeLog
+++ b/sci-physics/rivet/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 30 Aug 2015; Jauhien Piatlicki <jauhien@gentoo.org> -rivet-2.3.0.ebuild:
+ remove version imported to the tree
+
*rivet-2.3.0 (15 Aug 2015)
15 Aug 2015; Jauhien Piatlicki <jauhien@gentoo.org> +rivet-2.3.0.ebuild:
diff --git a/sci-physics/rivet/rivet-2.3.0.ebuild b/sci-physics/rivet/rivet-2.3.0.ebuild
deleted file mode 100644
index 4029c73..0000000
--- a/sci-physics/rivet/rivet-2.3.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-AUTOTOOLS_AUTORECONF=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 autotools-utils bash-completion-r1
-
-MYP=Rivet-${PV}
-
-DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators"
-HOMEPAGE="http://rivet.hepforge.org/"
-
-SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc python static-libs"
-
-RDEPEND="
- dev-libs/boost:0=
- sci-libs/gsl:0=
- sci-physics/fastjet:0=[plugins]
- sci-physics/hepmc:0=
- sci-physics/yoda:0=[python]
- python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen[latex,dot] )
- python? ( dev-python/cython[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MYP}"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable python pyext)
- )
- autotools-utils_src_configure
-}
-
-src_compile() {
- autotools-utils_src_compile
- use doc && doxygen Doxyfile
-}
-
-src_install() {
- autotools-utils_src_install
- newbashcomp "${ED}"/usr/share/Rivet/rivet-completion rivet
- use doc && dohtml -r doxy/html/* && dodoc doc/rivet-manual.pdf
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2022-09-02 9:24 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-09-02 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 6fd0e1971a4a01a866f4a0d8101d21f08469f09d
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Fri Sep 2 04:29:50 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 09:24:07 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6fd0e197
sci-physics/rivet: ESYSROOT and bracketed vars
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/sci/pull/1170
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-physics/rivet/rivet-3.1.5.ebuild | 8 ++++----
sci-physics/rivet/rivet-3.1.6.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/sci-physics/rivet/rivet-3.1.5.ebuild b/sci-physics/rivet/rivet-3.1.5.ebuild
index 5470ea5a7..4cc7c6018 100644
--- a/sci-physics/rivet/rivet-3.1.5.ebuild
+++ b/sci-physics/rivet/rivet-3.1.5.ebuild
@@ -62,10 +62,10 @@ src_configure() {
PREFIX_YODA=$(yoda-config --prefix) || die
PREFIX_FJ=$(fastjet-config --prefix) || die
econf \
- $(usex hepmc2 "--with-hepmc=/usr" "") \
- $(usex hepmc3 "--with-hepmc3=/usr" "") \
- --with-yoda=$PREFIX_YODA \
- --with-fastjet=$PREFIX_FJ
+ $(usex hepmc2 "--with-hepmc=${ESYSROOT}/usr" "") \
+ $(usex hepmc3 "--with-hepmc3=${ESYSROOT}/usr" "") \
+ --with-yoda=${PREFIX_YODA} \
+ --with-fastjet=${PREFIX_FJ}
}
src_install() {
diff --git a/sci-physics/rivet/rivet-3.1.6.ebuild b/sci-physics/rivet/rivet-3.1.6.ebuild
index 89a2a09ba..3a83f7136 100644
--- a/sci-physics/rivet/rivet-3.1.6.ebuild
+++ b/sci-physics/rivet/rivet-3.1.6.ebuild
@@ -62,10 +62,10 @@ src_configure() {
PREFIX_YODA=$(yoda-config --prefix) || die
PREFIX_FJ=$(fastjet-config --prefix) || die
econf \
- $(usex hepmc2 "--with-hepmc=/usr" "") \
- $(usex hepmc3 "--with-hepmc3=/usr" "") \
- --with-yoda=$PREFIX_YODA \
- --with-fastjet=$PREFIX_FJ
+ $(usex hepmc2 "--with-hepmc=${ESYSROOT}/usr" "") \
+ $(usex hepmc3 "--with-hepmc3=${ESYSROOT}/usr" "") \
+ --with-yoda=${PREFIX_YODA} \
+ --with-fastjet=${PREFIX_FJ}
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2023-04-29 10:42 Alexander Puck Neuwirth
0 siblings, 0 replies; 7+ messages in thread
From: Alexander Puck Neuwirth @ 2023-04-29 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 3a54a36607aa7ab4739b52dc0baaa44cf6dab2d0
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Apr 29 10:40:36 2023 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Sat Apr 29 10:40:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a54a366
sci-physics/rivet: add 3.1.7
Bug: https://bugs.gentoo.org/897736
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-physics/rivet/rivet-3.1.7.ebuild | 78 ++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/sci-physics/rivet/rivet-3.1.7.ebuild b/sci-physics/rivet/rivet-3.1.7.ebuild
new file mode 100644
index 000000000..48e47114c
--- /dev/null
+++ b/sci-physics/rivet/rivet-3.1.7.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit python-single-r1 flag-o-matic autotools optfeature
+
+MY_PN="Rivet"
+MY_PF=${MY_PN}-${PV}
+
+DESCRIPTION="Rivet toolkit (Robust Independent Validation of Experiment and Theory)"
+HOMEPAGE="
+ https://rivet.hepforge.org/
+ https://gitlab.com/hepcedar/rivet
+"
+SRC_URI="https://www.hepforge.org/archive/rivet/${MY_PF}.tar.gz"
+S=${WORKDIR}/${MY_PF}
+
+LICENSE="GPL-3+"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE="+hepmc3 hepmc2 +zlib"
+REQUIRED_USE="
+ ^^ ( hepmc3 hepmc2 )
+ ${PYTHON_REQUIRED_USE}
+"
+
+RDEPEND="
+ >=sci-physics/yoda-1.9.5[python(-),${PYTHON_SINGLE_USEDEP}]
+ >=sci-physics/fastjet-3.4.0[plugins]
+ >=sci-physics/fastjet-contrib-1.048
+ hepmc2? ( sci-physics/hepmc:2=[-cm(-),gev(+)] )
+ hepmc3? ( sci-physics/hepmc:3=[-cm(-),gev(+)] )
+
+ sci-libs/gsl
+ zlib? ( sys-libs/zlib )
+
+ ${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/fortran
+ >=dev-python/cython-0.29.24
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.1.6-binreloc.patch
+ "${FILESDIR}"/${P}-ldflags.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ # Eigen complains about alignment (see https://gitlab.com/libeigen/eigen/-/issues/2523).
+ # does this affect more cpus?
+ replace-cpu-flags znver1 x86-64
+ econf \
+ $(use_with zlib zlib "${ESYSROOT}/usr") \
+ $(usex hepmc2 "--with-hepmc=${ESYSROOT}/usr" "") \
+ $(usex hepmc3 "--with-hepmc3=${ESYSROOT}/usr" "") \
+ --with-yoda="${ESYSROOT}/usr" \
+ --with-fastjet="${ESYSROOT}/usr"
+}
+
+src_install() {
+ default
+ python_optimize
+ find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinstall() {
+ optfeature "plotting support" virtual/latex-base media-gfx/imagemagick app-text/ghostscript-gpl
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/
@ 2023-05-02 12:25 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 5ef2682584c26b67010f0f2aa80b65a7d69caef4
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 12:20:43 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 2 12:20:43 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5ef26825
sci-physics/rivet: disable py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-physics/rivet/rivet-3.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-physics/rivet/rivet-3.1.7.ebuild b/sci-physics/rivet/rivet-3.1.7.ebuild
index 48e47114c..b0234d1e0 100644
--- a/sci-physics/rivet/rivet-3.1.7.ebuild
+++ b/sci-physics/rivet/rivet-3.1.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit python-single-r1 flag-o-matic autotools optfeature
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-05-02 12:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 21:21 [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/ Jauhien Piatlicki
-- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:25 Andrew Ammerlaan
2023-04-29 10:42 Alexander Puck Neuwirth
2022-09-02 9:24 Andrew Ammerlaan
2015-08-30 15:14 Jauhien Piatlicki
2015-08-15 21:30 Jauhien Piatlicki
2014-05-07 23:19 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox