use %{mpi_list} also in %check

This commit is contained in:
Dan Horák 2012-03-20 09:30:59 +01:00
parent 3f81bc4bfd
commit 24825afacf
1 changed files with 5 additions and 2 deletions

View File

@ -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@cora.nwra.com> - 4.1.3-4
- Remove info conflict (bug 789661)