From 932235ce7ccf64152e38a5c3c4bc2be4753abac9 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 15:45:03 +0200 Subject: [PATCH] sci-physics/SU2: enable py3.10 Signed-off-by: Alessandro Barbieri --- sci-physics/SU2/SU2-7.2.0-r1.ebuild | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/sci-physics/SU2/SU2-7.2.0-r1.ebuild b/sci-physics/SU2/SU2-7.2.0-r1.ebuild index 2d2ce73611..b0c8a21e92 100644 --- a/sci-physics/SU2/SU2-7.2.0-r1.ebuild +++ b/sci-physics/SU2/SU2-7.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-single-r1 @@ -26,7 +26,7 @@ IUSE="autodiff cgns directdiff librom mixed-precision mkl +mpi mpp openblas open RDEPEND=" ${PYTHON_DEPS} - cgns? ( sci-libs/cgnslib:= ) + cgns? ( >=sci-libs/cgnslib-4 ) librom? ( sci-libs/libROM ) mkl? ( sci-libs/mkl ) mpi? ( @@ -40,21 +40,29 @@ RDEPEND="