summaryrefslogtreecommitdiff
path: root/sci-libs/cantera/cantera-2.6.0-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cantera/cantera-2.6.0-r2.ebuild')
-rw-r--r--sci-libs/cantera/cantera-2.6.0-r2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/sci-libs/cantera/cantera-2.6.0-r2.ebuild b/sci-libs/cantera/cantera-2.6.0-r2.ebuild
index b7276b05cc38..d024ceeacfc7 100644
--- a/sci-libs/cantera/cantera-2.6.0-r2.ebuild
+++ b/sci-libs/cantera/cantera-2.6.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,20 +27,22 @@ REQUIRED_USE="
RDEPEND="
${PYTHON_DEPS}
- lapack? ( virtual/lapack )
+ dev-cpp/yaml-cpp
cti? (
$(python_gen_cond_dep '
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
')
)
+ !lapack? ( sci-libs/sundials:0= )
+ lapack? (
+ >=sci-libs/sundials-6.5.0:0=[lapack?]
+ virtual/lapack
+ )
python? (
$(python_gen_cond_dep '
dev-python/numpy[${PYTHON_USEDEP}]
')
)
- dev-cpp/yaml-cpp
- !lapack? ( sci-libs/sundials:0= )
- lapack? ( >=sci-libs/sundials-6.5.0:0=[lapack?] )
"
# <cython-3 for bug #913141