From 6d093c655c67acbcf57cc446f83888edc06d2218 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 12 Apr 2017 09:42:23 +0000 Subject: [PATCH] Fix EXAMPLES clean up --- superlu_dist.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/superlu_dist.spec b/superlu_dist.spec index 60c7b77..43675e9 100644 --- a/superlu_dist.spec +++ b/superlu_dist.spec @@ -3,7 +3,7 @@ Name: superlu_dist Version: 5.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Solution of large, sparse, nonsymmetric systems of linear equations License: BSD URL: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ @@ -185,16 +185,16 @@ done %check +pushd EXAMPLE # There are SEGVs on koji ppc64le which are probably due to limited stack %ifarch %power64 %if %{with openmpi} # just check that it runs %_openmpi_load -pushd EXAMPLE mpirun -n 4 ../pddrive -r 2 -c 2 g20.rua +%endif +%endif make clean -%endif -%endif %{!?_licensedir:%global license %doc} %if %{with openmpi} @@ -223,6 +223,9 @@ make clean %changelog +* Wed Apr 12 2017 Dave Love - 5.1.3-2 +- Fix EXAMPLES clean up + * Wed Apr 12 2017 Dave Love - 5.1.3-1 - Exclude check on power64 and fix the mpich conditional