[netcdf/f16] use %{mpi_list} also in %check

Dan Horák sharkcz at fedoraproject.org
Tue Mar 20 08:31:05 UTC 2012


commit 24825afacfdb5e131f839463a3c199fdbb33be3f
Author: Dan Horák <dan at danny.cz>
Date:   Tue Mar 20 09:30:59 2012 +0100

    use %{mpi_list} also in %check

 netcdf.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/netcdf.spec b/netcdf.spec
index 8b6c1b1..f509682 100644
--- a/netcdf.spec
+++ b/netcdf.spec
@@ -1,6 +1,6 @@
 Name:           netcdf
 Version:        4.1.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Libraries for the Unidata network Common Data Form
 
 Group:          Applications/Engineering
@@ -254,7 +254,7 @@ done
 
 %check
 make -C build check
-for mpi in mpich2 openmpi
+for mpi in %{mpi_list}
 do
   module load $mpi-%{_arch}
   make -C $mpi check
@@ -348,6 +348,9 @@ fi
 
 
 %changelog
+* Tue Mar 20 2012 Dan Horák <dan[at]danny.cz> - 4.1.3-5
+- use %%{mpi_list} also in %%check
+
 * Sun Feb 12 2012 Orion Poplawski <orion at cora.nwra.com> - 4.1.3-4
 - Remove info conflict (bug 789661)
 


More information about the scm-commits mailing list