From 51bfda7f71fe1fa76b0630501bc1aa23dc8b375c Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Thu, 17 Aug 2023 19:48:36 +0200 Subject: [PATCH] Rebuild for Scotch-7.0.4| Enable tests --- petsc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/petsc.spec b/petsc.spec index 0898508..1f6b3cd 100644 --- a/petsc.spec +++ b/petsc.spec @@ -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