temporarily disable checks on s390 (memory corruption and stuck build)

This commit is contained in:
Dan Horák 2012-06-13 11:02:24 +02:00
parent 498253f12d
commit 88d03f5d1a
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: netcdf Name: netcdf
Version: 4.2 Version: 4.2
Release: 4%{?dist} Release: 5%{?dist}
Summary: Libraries for the Unidata network Common Data Form Summary: Libraries for the Unidata network Common Data Form
Group: Applications/Engineering Group: Applications/Engineering
@ -236,6 +236,7 @@ done
%check %check
%ifnarch s390
make -C build check make -C build check
for mpi in %{mpi_list} for mpi in %{mpi_list}
do do
@ -243,6 +244,7 @@ do
make -C $mpi check make -C $mpi check
module purge module purge
done done
%endif
%clean %clean
@ -318,6 +320,9 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Wed Jun 13 2012 Dan Horák <dan[at]danny.cz> - 4.2-5
- temporarily disable checks on s390 (memory corruption and stuck build)
* Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-4 * Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-4
- Rebuild with hdf5 1.8.9 - Rebuild with hdf5 1.8.9