From c51cf41931e92294277c1f9b3ef00fc9f2f632c7 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Sun, 27 Feb 2022 03:31:28 +0300 Subject: sci-libs/cantera: 2.5.1 revision bump Drop USE="pch". Fix python_optimize path. Remove static libs. Closes: https://bugs.gentoo.org/832792 Closes: https://bugs.gentoo.org/832787 Signed-off-by: Sergey Torokhov Closes: https://github.com/gentoo/gentoo/pull/24367 Signed-off-by: Sam James --- sci-libs/cantera/cantera-2.5.1-r2.ebuild | 144 ------------------------------- sci-libs/cantera/cantera-2.5.1-r3.ebuild | 144 +++++++++++++++++++++++++++++++ 2 files changed, 144 insertions(+), 144 deletions(-) delete mode 100644 sci-libs/cantera/cantera-2.5.1-r2.ebuild create mode 100644 sci-libs/cantera/cantera-2.5.1-r3.ebuild (limited to 'sci-libs/cantera') diff --git a/sci-libs/cantera/cantera-2.5.1-r2.ebuild b/sci-libs/cantera/cantera-2.5.1-r2.ebuild deleted file mode 100644 index f4fa50e5d5a0..000000000000 --- a/sci-libs/cantera/cantera-2.5.1-r2.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -FORTRAN_NEEDED=fortran -FORTRAN_STANDARD="77 90" - -inherit desktop fortran-2 python-single-r1 scons-utils toolchain-funcs - -DESCRIPTION="Object-oriented tool suite for chemical kinetics, thermodynamics, and transport" -HOMEPAGE="https://www.cantera.org" -SRC_URI="https://github.com/Cantera/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+cti fortran lapack pch +python test" -RESTRICT="!test? ( test )" - -REQUIRED_USE=" - python? ( cti ) - ${PYTHON_REQUIRED_USE} -" - -RDEPEND=" - ${PYTHON_DEPS} - lapack? ( virtual/lapack ) - cti? ( - $(python_gen_cond_dep ' - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - ') - ) - python? ( - $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - ') - ) - dev-cpp/yaml-cpp -