diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2019-06-22 01:04:14 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-19 18:44:52 +0200 |
commit | ccbc631dd7315cec186cd47790b501314a5e55bd (patch) | |
tree | 3e0f39a86b6ffb2a3bad3866562ae3e8aa2e6f8e /sci-libs/cantera | |
parent | sci-libs/cantera: 2.4.0-r1. Disable default optimization flag "-O3" (diff) | |
download | gentoo-ccbc631dd7315cec186cd47790b501314a5e55bd.tar.gz gentoo-ccbc631dd7315cec186cd47790b501314a5e55bd.tar.bz2 gentoo-ccbc631dd7315cec186cd47790b501314a5e55bd.zip |
sci-libs/cantera: 2.4.0-r1. Restrict RDEPEND <sci-libs/sundials-3.2.0:0=
Since the Cantera 2.4.0 release was early than Sundials 3.2.0
the build script of Cantera has internal checking that
installed Sundials version isn't greater than 3.1.
New RDEPEND rectriction is just to avoid failure of prepare ebuild phase.
Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/cantera')
-rw-r--r-- | sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index 9d31e347b028..235d20b70bfe 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" python? ( dev-python/numpy[${PYTHON_USEDEP}] ) - sci-libs/sundials:0= + <sci-libs/sundials-3.2.0:0= " DEPEND=" |