Rebuild for Scotch-7.0.4| Enable tests

This commit is contained in:
Antonio Trande 2023-08-17 19:48:36 +02:00
parent 74155d8d3e
commit 51bfda7f71

View File

@ -1019,9 +1019,9 @@ xvfb-run -a make MAKE_NP=$RPM_BUILD_NCPUS all test -C buildopenmpi_dir V=1
%if %{with python}
%if %{with pycheck}
pushd buildopenmpi_dir
pushd buildopenmpi_dir/src/binding/petsc4py
export PETSC_ARCH=%{_arch}
export PETSC_DIR=./
export PETSC_DIR=../../../
%if 0%{?rhel}
MPI_PYTHON3_SITEARCH=%{python3_sitearch}/openmpi
%endif
@ -1060,9 +1060,9 @@ xvfb-run -a make MAKE_NP=$RPM_BUILD_NCPUS all test -C buildmpich_dir V=1
%if %{with python}
%if %{with pycheck}
pushd buildmpich_dir
pushd buildmpich_dir/src/binding/petsc4py
export PETSC_ARCH=%{_arch}
export PETSC_DIR=./
export PETSC_DIR=../../../
%if 0%{?rhel}
MPI_PYTHON3_SITEARCH=%{python3_sitearch}/mpich
%endif