Meson.build script isn't properly detect mpich as MPI impl.,
therefore meson option 'custom-mpi' is used now with export
of CC=mpicc and CXX=mpicxx as compilers.
Mpi implementations is restricted with MPI 3.1 within ebuild.
FEATURES="-network-sandbox" could be required to run tests
for some mpi implementations/versions.
Closes: https://bugs.gentoo.org/819060
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
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@yandex.ru>
Parmetis has free-non-comm licence type and as configure.ac
has explicit configuration option for this therefore
the USE="parmetis" introduced with forced removing of parmetis
enabling from meson.build file in scr-prepare phase.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>