# 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