From f63c083c1a08e065b311a042f1ee273e9c30eda9 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 22 Jul 2022 11:38:07 +0200 Subject: sci-physics/fastjet: add 3.4.0 Closes: https://github.com/gentoo/sci/pull/1158 Bug: https://bugs.gentoo.org/851912 Co-authored-by: Alexander Puck Neuwirth Signed-off-by: Alexander Puck Neuwirth Signed-off-by: Andrew Ammerlaan --- sci-physics/fastjet/Manifest | 1 + sci-physics/fastjet/fastjet-3.4.0.ebuild | 75 ++++++++++++++++++++++ .../fastjet/files/fastjet-3.4.0-gfortran.patch | 11 ++++ .../files/fastjet-3.4.0-system-siscone.patch | 75 ++++++++++++++++++++++ 4 files changed, 162 insertions(+) create mode 100644 sci-physics/fastjet/fastjet-3.4.0.ebuild create mode 100644 sci-physics/fastjet/files/fastjet-3.4.0-gfortran.patch create mode 100644 sci-physics/fastjet/files/fastjet-3.4.0-system-siscone.patch (limited to 'sci-physics/fastjet') diff --git a/sci-physics/fastjet/Manifest b/sci-physics/fastjet/Manifest index 74c5e31c636f..7919615faa33 100644 --- a/sci-physics/fastjet/Manifest +++ b/sci-physics/fastjet/Manifest @@ -1 +1,2 @@ DIST fastjet-3.0.6.tar.gz 2216501 BLAKE2B 1aacab5c91cb70d66035deddc4929d60c51444f6f23396f947d704f607d5f2267ccc5e09ec633d6e0ec1255b3a6bc7e51e4ea49c4cb06d0e3b6953b601ab76ee SHA512 1f01b7ed0e07bd94c88faa123f72c2e3bcd81ad32ab4d03dc0a18dd18635f3b18ba8d339176b0ef1d6e58cecd9f37aaea30b4ad909d2782ce5be7c11e205c3a5 +DIST fastjet-3.4.0.tar.gz 2959127 BLAKE2B c99e89ee5cea3fd4e3edebdfebb50efd3c58e7ab15215a384c44120ac930882bd2d4e446b61977fe65dcc49056b958c6510abb7c5889024ae49776b1955bd023 SHA512 af8aeb6197f6bd82ec5f127647f49cd5d455c20e614c23d928b850fc97bc12c70cf6e3b09f1bb0308c2a080fcd4fa13416eea0195695060efaa0e400a687d7b7 diff --git a/sci-physics/fastjet/fastjet-3.4.0.ebuild b/sci-physics/fastjet/fastjet-3.4.0.ebuild new file mode 100644 index 000000000000..f114cdf358f0 --- /dev/null +++ b/sci-physics/fastjet/fastjet-3.4.0.ebuild @@ -0,0 +1,75 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FORTRAN_NEEDED=plugins +PYTHON_COMPAT=( python3_{8..11} ) +DOCS_BUILDER="doxygen" +DOCS_DEPEND=" + media-gfx/graphviz + media-libs/freetype +" + +inherit autotools docs flag-o-matic fortran-2 python-single-r1 + +DESCRIPTION="A software package for jet finding in pp and e+e- collisions" +HOMEPAGE="https://fastjet.fr/" +SRC_URI="https://fastjet.fr/repo/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="cgal examples python +plugins" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + cgal? (