[netcdf-fortran] Also use %{mpi_list} in %check

Orion Poplawski orion at fedoraproject.org
Thu Sep 6 21:48:06 UTC 2012


commit 4f11d9cb4b5afe6306d1b29244cf7dd983beed07
Author: Orion Poplawski <orion at nwra.com>
Date:   Thu Sep 6 15:48:08 2012 -0600

    Also use %{mpi_list} in %check

 netcdf-fortran.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/netcdf-fortran.spec b/netcdf-fortran.spec
index 00de550..2d3fb1a 100644
--- a/netcdf-fortran.spec
+++ b/netcdf-fortran.spec
@@ -208,7 +208,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


More information about the scm-commits mailing list