commit:     8dc8d4025018d2db2c1ceffdfa6a3f1daec872a8
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Sep 15 21:37:23 2021 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Wed Sep 15 21:37:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc8d402

sci-physics/SU2: Disable pywrapper tests. Fix axi_visccone test

USE="tutorials" tests now run before parallel_regression.py tests
as turorials tests have no fails currently.

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 sci-physics/SU2/SU2-7.1.1.ebuild |  5 ++++-
 sci-physics/SU2/SU2-7.2.0.ebuild | 10 +++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/sci-physics/SU2/SU2-7.1.1.ebuild b/sci-physics/SU2/SU2-7.1.1.ebuild
index 87b3d2328..899b5d72f 100644
--- a/sci-physics/SU2/SU2-7.1.1.ebuild
+++ b/sci-physics/SU2/SU2-7.1.1.ebuild
@@ -74,6 +74,9 @@ src_prepare(){
        if has_version ">=dev-libs/boost-1.75.0" ; then
                sed -i -e 's:cpp_std=c++11:cpp_std=c++14:' meson.build || die
        fi
+
+       # Disable python-wrapper tests
+       sed -i "/append(pywrapper_/s/./#&/" TestCases/parallel_regression.py || 
die
 }
 
 src_configure() {
@@ -111,10 +114,10 @@ src_test() {
 
        pushd TestCases/ || die
        if use mpi ; then
-               ${EPYTHON} parallel_regression.py || die
                if use tutorials ; then
                        ${EPYTHON} tutorials.py || die
                fi
+               ${EPYTHON} parallel_regression.py || die
        else
                ${EPYTHON} serial_regression.py || die
        fi

diff --git a/sci-physics/SU2/SU2-7.2.0.ebuild b/sci-physics/SU2/SU2-7.2.0.ebuild
index e211c5388..7b3091907 100644
--- a/sci-physics/SU2/SU2-7.2.0.ebuild
+++ b/sci-physics/SU2/SU2-7.2.0.ebuild
@@ -76,6 +76,14 @@ src_prepare(){
 
        # Force Disable parmetis support in meson.build (configure.ac has 
optional switch)
        use !parmetis && { sed -i -e "/parmetis/Id" meson.build || die ; }
+
+       # Disable python-wrapper tests
+       sed -i "/append(pywrapper_/s/./#&/" TestCases/parallel_regression.py || 
die
+
+       # Copy absence mesh file
+       if use test ; then
+               cp "${S}/TestCases/nonequilibrium/viscwedge/viscwedge.su2" 
"${S}/TestCases/nonequilibrium/axi_visccone/" || die
+       fi
 }
 
 src_configure() {
@@ -113,10 +121,10 @@ src_test() {
 
        pushd TestCases/ || die
        if use mpi ; then
-               ${EPYTHON} parallel_regression.py || die
                if use tutorials ; then
                        ${EPYTHON} tutorials.py || die
                fi
+               ${EPYTHON} parallel_regression.py || die
        else
                ${EPYTHON} serial_regression.py || die
        fi

Reply via email to